Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DLLJIT.h260 using PlatformSetupFunction = std::function<Error(LLJIT &J)>; variable
267 PlatformSetupFunction SetUpPlatform;
334 setPlatformSetUp(LLJITBuilderState::PlatformSetupFunction SetUpPlatform) { in setPlatformSetUp()