Home
last modified time | relevance | path

Searched refs:SetUpPlatform (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h325 PlatformSetupFunction SetUpPlatform; variable
443 setPlatformSetUp(LLJITBuilderState::PlatformSetupFunction SetUpPlatform) { in setPlatformSetUp() argument
444 impl().SetUpPlatform = std::move(SetUpPlatform); in setPlatformSetUp()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp747 << (SetUpPlatform ? "Yes" : "No") << "\n" in prepareForConstruction()
1056 if (!S.SetUpPlatform) in LLJIT()
1057 S.SetUpPlatform = setUpGenericLLVMIRPlatform; in LLJIT()
1059 if (auto PlatformJDOrErr = S.SetUpPlatform(*this)) { in LLJIT()