Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
HDLLJIT.h30 class LLJITBuilderState; variable
234 createObjectLinkingLayer(LLJITBuilderState &S, ExecutionSession &ES);
237 createCompileFunction(LLJITBuilderState &S, JITTargetMachineBuilder JTMB);
240 LLJIT(LLJITBuilderState &S, Error &Err);
298 class LLJITBuilderState {
396 LLJITBuilderState::ProcessSymbolsJITDylibSetupFunction in setProcessSymbolsJITDylibSetup()
407 LLJITBuilderState::ObjectLinkingLayerCreator CreateObjectLinkingLayer) { in setObjectLinkingLayerCreator()
419 LLJITBuilderState::CompileFunctionCreator CreateCompileFunction) { in setCompileFunctionCreator()
442 setPlatformSetUp(LLJITBuilderState::PlatformSetupFunction SetUpPlatform) { in setPlatformSetUp()
452 setNotifyCreatedCallback(LLJITBuilderState::NotifyCreatedFunction Callback) { in setNotifyCreatedCallback()
[all …]
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
HDLLJIT.cpp655 Error LLJITBuilderState::prepareForConstruction() { in prepareForConstruction()
930 LLJIT::createObjectLinkingLayer(LLJITBuilderState &S, ExecutionSession &ES) { in createObjectLinkingLayer()
959 LLJIT::createCompileFunction(LLJITBuilderState &S, in createCompileFunction()
977 LLJIT::LLJIT(LLJITBuilderState &S, Error &Err) in LLJIT()
1219 if (auto Err = LLJITBuilderState::prepareForConstruction()) in prepareForConstruction()