Home
last modified time | relevance | path

Searched refs:SimpleCompiler (Results 1 – 10 of 10) sorted by relevance

/external/llvm/include/llvm/ExecutionEngine/Orc/
DCompileUtils.h28 class SimpleCompiler {
31 SimpleCompiler(TargetMachine &TM) : TM(TM) {} in SimpleCompiler() function
/external/llvm/unittests/ExecutionEngine/Orc/
DObjectLinkingLayerTest.cpp61 auto OwningObj = SimpleCompiler(*TM)(*M); in TEST()
/external/llvm/examples/Kaleidoscope/include/
DKaleidoscopeJIT.h37 CompileLayer(ObjectLayer, SimpleCompiler(*TM)) { in KaleidoscopeJIT()
/external/llvm/tools/lli/
DOrcLazyJIT.h50 CompileLayer(ObjectLayer, orc::SimpleCompiler(*this->TM)), in OrcLazyJIT()
/external/llvm/lib/ExecutionEngine/Orc/
DOrcCBindingsStack.h94 CompileLayer(ObjectLayer, orc::SimpleCompiler(TM)), in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
DOrcMCJITReplacement.h148 CompileLayer(ObjectLayer, SimpleCompiler(*this->TM)), in OrcMCJITReplacement()
/external/llvm/examples/Kaleidoscope/Orc/initial/
Dtoy.cpp1162 CompileLayer(ObjectLayer, SimpleCompiler(Session.getTarget())) {} in KaleidoscopeJIT()
/external/llvm/examples/Kaleidoscope/Orc/lazy_irgen/
Dtoy.cpp1163 CompileLayer(ObjectLayer, SimpleCompiler(Session.getTarget())), in KaleidoscopeJIT()
/external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/
Dtoy.cpp1164 CompileLayer(ObjectLayer, SimpleCompiler(Session.getTarget())), in KaleidoscopeJIT()
/external/llvm/examples/Kaleidoscope/Orc/fully_lazy/
Dtoy.cpp1169 CompileLayer(ObjectLayer, SimpleCompiler(Session.getTarget())), in KaleidoscopeJIT()