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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h277 Error prepareForConstruction();
359 if (auto Err = impl().prepareForConstruction())
390 Error prepareForConstruction();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp928 Error LLJITBuilderState::prepareForConstruction() { function in class:llvm::orc::LLJITBuilderState
1161 Error LLLazyJITBuilderState::prepareForConstruction() { function in class:llvm::orc::LLLazyJITBuilderState
1162 if (auto Err = LLJITBuilderState::prepareForConstruction())

Completed in 105 milliseconds