Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h261 using PlatformSetupFunction = std::function<Error(LLJIT &J)>; variable
269 PlatformSetupFunction SetUpPlatform;
346 setPlatformSetUp(LLJITBuilderState::PlatformSetupFunction SetUpPlatform) { in setPlatformSetUp()