LLVM 22.0.0git
llvm::orc::DylibSubstitutor Class Reference

Performs placeholder substitution in dynamic library paths. More...

#include "llvm/ExecutionEngine/Orc/TargetProcess/LibraryScanner.h"

Public Member Functions

void configure (StringRef loaderPath)
std::string substitute (StringRef input) const

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 170 of file LibraryScanner.h.

Member Function Documentation

◆ configure()

◆ substitute()

std::string llvm::orc::DylibSubstitutor::substitute ( StringRef input) const
inline

The documentation for this class was generated from the following files: