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.h330 Error prepareForConstruction();
490 if (auto Err = impl().prepareForConstruction()) in create()
526 Error prepareForConstruction();
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp655 Error LLJITBuilderState::prepareForConstruction() { in prepareForConstruction() function in llvm::orc::LLJITBuilderState
1218 Error LLLazyJITBuilderState::prepareForConstruction() { in prepareForConstruction() function in llvm::orc::LLLazyJITBuilderState
1219 if (auto Err = LLJITBuilderState::prepareForConstruction()) in prepareForConstruction()