Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h327 Error prepareForConstruction();
470 if (auto Err = impl().prepareForConstruction()) in create()
501 Error prepareForConstruction();
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp655 Error LLJITBuilderState::prepareForConstruction() { in prepareForConstruction() function in llvm::orc::LLJITBuilderState
1185 Error LLLazyJITBuilderState::prepareForConstruction() { in prepareForConstruction() function in llvm::orc::LLLazyJITBuilderState
1186 if (auto Err = LLJITBuilderState::prepareForConstruction()) in prepareForConstruction()