Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h323 PlatformSetupFunction SetUpPlatform; variable
439 setPlatformSetUp(LLJITBuilderState::PlatformSetupFunction SetUpPlatform) { in setPlatformSetUp() argument
440 impl().SetUpPlatform = std::move(SetUpPlatform); in setPlatformSetUp()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp686 << (SetUpPlatform ? "Yes" : "No") << "\n" in prepareForConstruction()
1005 if (!S.SetUpPlatform) in LLJIT()
1006 S.SetUpPlatform = setUpGenericLLVMIRPlatform; in LLJIT()
1008 if (auto PlatformJDOrErr = S.SetUpPlatform(*this)) { in LLJIT()