Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h269 PlatformSetupFunction SetUpPlatform; variable
346 setPlatformSetUp(LLJITBuilderState::PlatformSetupFunction SetUpPlatform) { in setPlatformSetUp() argument
347 impl().SetUpPlatform = std::move(SetUpPlatform); in setPlatformSetUp()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp690 << (SetUpPlatform ? "Yes" : "No") << "\n" in prepareForConstruction()
908 if (S.SetUpPlatform) in LLJIT()
909 Err = S.SetUpPlatform(*this); in LLJIT()