Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h261 using PlatformSetupFunction = std::function<Error(LLJIT &J)>; variable
268 PlatformSetupFunction SetUpPlatform;
335 setPlatformSetUp(LLJITBuilderState::PlatformSetupFunction SetUpPlatform) { in setPlatformSetUp()