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

/external/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h143 static ExecutionEngine *(*OrcMCJITReplacementCtor)( member in class:llvm::ExecutionEngine
/external/llvm/lib/ExecutionEngine/Orc/
H A DOrcMCJITReplacement.h144 OrcMCJITReplacementCtor = createOrcMCJITReplacement;
/external/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp54 ExecutionEngine *(*ExecutionEngine::OrcMCJITReplacementCtor)( variable
539 if (ExecutionEngine::OrcMCJITReplacementCtor && UseOrcMCJITReplacement) {
540 EE = ExecutionEngine::OrcMCJITReplacementCtor(ErrorStr, std::move(MemMgr),

Completed in 94 milliseconds