Home
last modified time | relevance | path

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

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