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

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

Public Member Functions

 SearchPathResolver (const SearchPathConfig &Cfg, StringRef PlaceholderPrefix="")
std::optional< std::string > resolve (StringRef libStem, const DylibSubstitutor &Subst, DylibPathValidator &Validator) const
SearchPathType searchPathType () const

Detailed Description

Definition at line 232 of file LibraryScanner.h.

Constructor & Destructor Documentation

◆ SearchPathResolver()

llvm::orc::SearchPathResolver::SearchPathResolver ( const SearchPathConfig & Cfg,
StringRef PlaceholderPrefix = "" )
inline

Definition at line 234 of file LibraryScanner.h.

References llvm::orc::SearchPathConfig::Paths.

Member Function Documentation

◆ resolve()

◆ searchPathType()

SearchPathType llvm::orc::SearchPathResolver::searchPathType ( ) const
inline

Definition at line 244 of file LibraryScanner.h.


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