| 
    LLVM 22.0.0git
    
   | 
 
#include "llvm/ExecutionEngine/Orc/TargetProcess/LibraryScanner.h"
Public Member Functions | |
| LibrarySearchPath (std::string Base, PathType K) | |
Public Attributes | |
| std::string | BasePath | 
| PathType | Kind | 
| std::atomic< ScanState > | State | 
Definition at line 312 of file LibraryScanner.h.
      
  | 
  inline | 
Definition at line 317 of file LibraryScanner.h.
References llvm::sampleprof::Base, BasePath, Kind, llvm::move(), llvm::orc::NotScanned, and State.
| std::string llvm::orc::LibrarySearchPath::BasePath | 
Definition at line 313 of file LibraryScanner.h.
Referenced by LibrarySearchPath().
| PathType llvm::orc::LibrarySearchPath::Kind | 
Definition at line 314 of file LibraryScanner.h.
Referenced by LibrarySearchPath().
| std::atomic<ScanState> llvm::orc::LibrarySearchPath::State | 
Definition at line 315 of file LibraryScanner.h.
Referenced by LibrarySearchPath().