Searched refs:OrcMCJITReplacementCtor (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h145 static ExecutionEngine *(*OrcMCJITReplacementCtor)( member in class:llvm::ExecutionEngine
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp56 ExecutionEngine *(*ExecutionEngine::OrcMCJITReplacementCtor)( variable
543 if (ExecutionEngine::OrcMCJITReplacementCtor && UseOrcMCJITReplacement) {
544 EE = ExecutionEngine::OrcMCJITReplacementCtor(ErrorStr, std::move(MemMgr),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DOrcMCJITReplacement.h256 OrcMCJITReplacementCtor = createOrcMCJITReplacement;

Completed in 44 milliseconds