Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h268 PlatformSetupFunction SetUpPlatform; variable
335 setPlatformSetUp(LLJITBuilderState::PlatformSetupFunction SetUpPlatform) { in setPlatformSetUp() argument
336 impl().SetUpPlatform = std::move(SetUpPlatform); in setPlatformSetUp()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp961 << (SetUpPlatform ? "Yes" : "No") << "\n" in prepareForConstruction()
1141 if (S.SetUpPlatform) in LLJIT()
1142 Err = S.SetUpPlatform(*this); in LLJIT()