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

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

Completed in 76 milliseconds