Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h34 class LLJITBuilderState; variable
238 createObjectLinkingLayer(LLJITBuilderState &S, ExecutionSession &ES);
241 createCompileFunction(LLJITBuilderState &S, JITTargetMachineBuilder JTMB);
244 LLJIT(LLJITBuilderState &S, Error &Err);
300 class LLJITBuilderState {
397 LLJITBuilderState::ProcessSymbolsJITDylibSetupFunction in setProcessSymbolsJITDylibSetup()
408 LLJITBuilderState::ObjectLinkingLayerCreator CreateObjectLinkingLayer) { in setObjectLinkingLayerCreator()
420 LLJITBuilderState::CompileFunctionCreator CreateCompileFunction) { in setCompileFunctionCreator()
443 setPlatformSetUp(LLJITBuilderState::PlatformSetupFunction SetUpPlatform) { in setPlatformSetUp()
453 setNotifyCreatedCallback(LLJITBuilderState::NotifyCreatedFunction Callback) { in setNotifyCreatedCallback()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp682 Error LLJITBuilderState::prepareForConstruction() { in prepareForConstruction()
949 LLJIT::createObjectLinkingLayer(LLJITBuilderState &S, ExecutionSession &ES) { in createObjectLinkingLayer()
980 LLJIT::createCompileFunction(LLJITBuilderState &S, in createCompileFunction()
998 LLJIT::LLJIT(LLJITBuilderState &S, Error &Err) in LLJIT()
1279 if (auto Err = LLJITBuilderState::prepareForConstruction()) in prepareForConstruction()