Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h273 Error prepareForConstruction();
377 if (auto Err = impl().prepareForConstruction()) in create()
408 Error prepareForConstruction();
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp539 Error LLJITBuilderState::prepareForConstruction() { in prepareForConstruction() function in llvm::orc::LLJITBuilderState
815 Error LLLazyJITBuilderState::prepareForConstruction() { in prepareForConstruction() function in llvm::orc::LLLazyJITBuilderState
816 if (auto Err = LLJITBuilderState::prepareForConstruction()) in prepareForConstruction()