LLVM: llvm::orc::DylibSubstitutor Class Reference (original) (raw)
Performs placeholder substitution in dynamic library paths. More...
#include "[llvm/ExecutionEngine/Orc/TargetProcess/LibraryScanner.h](LibraryScanner%5F8h%5Fsource.html)"
Detailed Description
Performs placeholder substitution in dynamic library paths.
Configures known placeholders (like @loader_path) and replaces them in input paths with their resolved values.
Definition at line 168 of file LibraryScanner.h.
Member Function Documentation
◆ configure()
| void llvm::orc::DylibSubstitutor::configure | ( | StringRef | loaderPath | ) |
|---|
◆ substitute()
| std::string llvm::orc::DylibSubstitutor::substitute ( StringRef input) const | inline |
|---|
The documentation for this class was generated from the following files:
- include/llvm/ExecutionEngine/Orc/TargetProcess/LibraryScanner.h
- lib/ExecutionEngine/Orc/TargetProcess/LibraryScanner.cpp