Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h324 PlatformSetupFunction SetUpPlatform; variable
442 setPlatformSetUp(LLJITBuilderState::PlatformSetupFunction SetUpPlatform) { in setPlatformSetUp() argument
443 impl().SetUpPlatform = std::move(SetUpPlatform); in setPlatformSetUp()
/src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp720 << (SetUpPlatform ? "Yes" : "No") << "\n" in prepareForConstruction()
1038 if (!S.SetUpPlatform) in LLJIT()
1039 S.SetUpPlatform = setUpGenericLLVMIRPlatform; in LLJIT()
1041 if (auto PlatformJDOrErr = S.SetUpPlatform(*this)) { in LLJIT()