Home
last modified time | relevance | path

Searched refs:getBootstrapMapValue (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DExecutorProcessControl.h162 Error getBootstrapMapValue(StringRef Key, std::optional<T> &Val) const { in getBootstrapMapValue() function
H A DCore.h1577 Error getBootstrapMapValue(StringRef Key, std::optional<T> &Val) const { in getBootstrapMapValue() function
1578 return EPC->getBootstrapMapValue<T, SPSTagT>(Key, Val); in getBootstrapMapValue()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp1235 if (auto Err = J.getExecutionSession().getBootstrapMapValue<bool, bool>( in setUpGenericLLVMIRPlatform()
H A DMachOPlatform.cpp487 if ((Err = ES.getBootstrapMapValue<bool, bool>("darwin-use-ehframes-only", in MachOPlatform()