|
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 399 of file LibraryResolver.h.
|
inlinestatic |
Definition at line 413 of file LibraryResolver.h.
References BasePaths, Cache, PResolver, and ShouldScanCall.
| std::vector<std::string> llvm::orc::LibraryResolver::Setup::BasePaths |
Definition at line 400 of file LibraryResolver.h.
Referenced by create().
| std::shared_ptr<LibraryPathCache> llvm::orc::LibraryResolver::Setup::Cache |
Definition at line 401 of file LibraryResolver.h.
Referenced by create().
| BloomFilterBuilder llvm::orc::LibraryResolver::Setup::FilterBuilder = BloomFilterBuilder() |
Definition at line 410 of file LibraryResolver.h.
| std::shared_ptr<PathResolver> llvm::orc::LibraryResolver::Setup::PResolver |
Definition at line 402 of file LibraryResolver.h.
Referenced by create().
| size_t llvm::orc::LibraryResolver::Setup::ScanBatchSize = 0 |
Definition at line 404 of file LibraryResolver.h.
| LibraryScanner::ShouldScanFn llvm::orc::LibraryResolver::Setup::ShouldScanCall |
Definition at line 406 of file LibraryResolver.h.
Referenced by create().