Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DLLJIT.h267 PlatformSetupFunction SetUpPlatform; variable
334 setPlatformSetUp(LLJITBuilderState::PlatformSetupFunction SetUpPlatform) { in setPlatformSetUp() argument
335 impl().SetUpPlatform = std::move(SetUpPlatform); in setPlatformSetUp()
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DLLJIT.cpp938 << (SetUpPlatform ? "Yes" : "No") << "\n" in prepareForConstruction()
1114 if (S.SetUpPlatform) in LLJIT()
1115 Err = S.SetUpPlatform(*this); in LLJIT()