LLVM: llvm::orc::LibraryPathCache Class Reference (original) (raw)

#include "[llvm/ExecutionEngine/Orc/TargetProcess/LibraryScanner.h](LibraryScanner%5F8h%5Fsource.html)"

Public Member Functions
LibraryPathCache ()=default
void clear (bool isRealPathCache=false)
void markSeen (const std::string &CanonPath)
bool hasSeen (StringRef CanonPath) const
bool hasSeenOrMark (StringRef CanonPath)
Friends
class PathResolver

Definition at line 36 of file LibraryScanner.h.

llvm::orc::LibraryPathCache::LibraryPathCache ( ) default

clear()

void llvm::orc::LibraryPathCache::clear ( bool isRealPathCache = false) inline

hasSeen()

bool llvm::orc::LibraryPathCache::hasSeen ( StringRef CanonPath) const inline

hasSeenOrMark()

bool llvm::orc::LibraryPathCache::hasSeenOrMark ( StringRef CanonPath) inline

markSeen()

void llvm::orc::LibraryPathCache::markSeen ( const std::string & CanonPath) inline

PathResolver


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