|
LLVM 22.0.0git
|
#include "llvm/ExecutionEngine/Orc/TargetProcess/LibraryResolver.h"
Static Public Member Functions | |
| static Setup | create (std::vector< std::string > BasePaths, std::shared_ptr< LibraryPathCache > existingCache=nullptr, std::shared_ptr< PathResolver > existingResolver=nullptr, LibraryScanner::ShouldScanFn customShouldScan=nullptr) |
Public Attributes | |
| std::vector< std::string > | BasePaths |
| std::shared_ptr< LibraryPathCache > | Cache |
| std::shared_ptr< PathResolver > | PResolver |
| size_t | ScanBatchSize = 0 |
| LibraryScanner::ShouldScanFn | ShouldScanCall |
| BloomFilterBuilder | FilterBuilder = BloomFilterBuilder() |
Definition at line 384 of file LibraryResolver.h.
|
inlinestatic |
Definition at line 398 of file LibraryResolver.h.
References BasePaths, Cache, PResolver, and ShouldScanCall.
| std::vector<std::string> llvm::orc::LibraryResolver::Setup::BasePaths |
Definition at line 385 of file LibraryResolver.h.
Referenced by create().
| std::shared_ptr<LibraryPathCache> llvm::orc::LibraryResolver::Setup::Cache |
Definition at line 386 of file LibraryResolver.h.
Referenced by create().
| BloomFilterBuilder llvm::orc::LibraryResolver::Setup::FilterBuilder = BloomFilterBuilder() |
Definition at line 395 of file LibraryResolver.h.
| std::shared_ptr<PathResolver> llvm::orc::LibraryResolver::Setup::PResolver |
Definition at line 387 of file LibraryResolver.h.
Referenced by create().
| size_t llvm::orc::LibraryResolver::Setup::ScanBatchSize = 0 |
Definition at line 389 of file LibraryResolver.h.
| LibraryScanner::ShouldScanFn llvm::orc::LibraryResolver::Setup::ShouldScanCall |
Definition at line 391 of file LibraryResolver.h.
Referenced by create().