Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h273 Error prepareForConstruction();
377 if (auto Err = impl().prepareForConstruction()) in create()
408 Error prepareForConstruction();
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp610 Error LLJITBuilderState::prepareForConstruction() { in prepareForConstruction() function in llvm::orc::LLJITBuilderState
891 Error LLLazyJITBuilderState::prepareForConstruction() { in prepareForConstruction() function in llvm::orc::LLLazyJITBuilderState
892 if (auto Err = LLJITBuilderState::prepareForConstruction()) in prepareForConstruction()