Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h312 using PlatformSetupFunction = unique_function<Expected<JITDylibSP>(LLJIT &J)>; variable
323 PlatformSetupFunction SetUpPlatform;
439 setPlatformSetUp(LLJITBuilderState::PlatformSetupFunction SetUpPlatform) { in setPlatformSetUp()