Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h331 LLVM_ABI Error prepareForConstruction();
491 if (auto Err = impl().prepareForConstruction()) in create()
527 LLVM_ABI Error prepareForConstruction();
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp682 Error LLJITBuilderState::prepareForConstruction() { in prepareForConstruction() function in llvm::orc::LLJITBuilderState
1278 Error LLLazyJITBuilderState::prepareForConstruction() { in prepareForConstruction() function in llvm::orc::LLLazyJITBuilderState
1279 if (auto Err = LLJITBuilderState::prepareForConstruction()) in prepareForConstruction()