Searched refs:SimpleCompiler (Results 1 – 10 of 10) sorted by relevance
/external/llvm/include/llvm/ExecutionEngine/Orc/ |
D | CompileUtils.h | 28 class SimpleCompiler { 31 SimpleCompiler(TargetMachine &TM) : TM(TM) {} in SimpleCompiler() function
|
/external/llvm/unittests/ExecutionEngine/Orc/ |
D | ObjectLinkingLayerTest.cpp | 61 auto OwningObj = SimpleCompiler(*TM)(*M); in TEST()
|
/external/llvm/examples/Kaleidoscope/include/ |
D | KaleidoscopeJIT.h | 37 CompileLayer(ObjectLayer, SimpleCompiler(*TM)) { in KaleidoscopeJIT()
|
/external/llvm/tools/lli/ |
D | OrcLazyJIT.h | 50 CompileLayer(ObjectLayer, orc::SimpleCompiler(*this->TM)), in OrcLazyJIT()
|
/external/llvm/lib/ExecutionEngine/Orc/ |
D | OrcCBindingsStack.h | 94 CompileLayer(ObjectLayer, orc::SimpleCompiler(TM)), in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
|
D | OrcMCJITReplacement.h | 148 CompileLayer(ObjectLayer, SimpleCompiler(*this->TM)), in OrcMCJITReplacement()
|
/external/llvm/examples/Kaleidoscope/Orc/initial/ |
D | toy.cpp | 1162 CompileLayer(ObjectLayer, SimpleCompiler(Session.getTarget())) {} in KaleidoscopeJIT()
|
/external/llvm/examples/Kaleidoscope/Orc/lazy_irgen/ |
D | toy.cpp | 1163 CompileLayer(ObjectLayer, SimpleCompiler(Session.getTarget())), in KaleidoscopeJIT()
|
/external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/ |
D | toy.cpp | 1164 CompileLayer(ObjectLayer, SimpleCompiler(Session.getTarget())), in KaleidoscopeJIT()
|
/external/llvm/examples/Kaleidoscope/Orc/fully_lazy/ |
D | toy.cpp | 1169 CompileLayer(ObjectLayer, SimpleCompiler(Session.getTarget())), in KaleidoscopeJIT()
|