LLVM: llvm::orc::LibraryResolver::Setup Struct Reference (original) (raw)

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

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 398 of file LibraryResolver.h.

create()

BasePaths

std::vectorstd::string llvm::orc::LibraryResolver::Setup::BasePaths

Cache

FilterBuilder

PResolver

std::shared_ptr<PathResolver> llvm::orc::LibraryResolver::Setup::PResolver

ScanBatchSize

size_t llvm::orc::LibraryResolver::Setup::ScanBatchSize = 0

ShouldScanCall

Initial value:

return true;

}

StringRef - Represent a constant reference to a string, i.e.

Definition at line 405 of file LibraryResolver.h.

Referenced by create().


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