Searched refs:SimpleCompiler (Results 1 – 13 of 13) 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 | 84 auto OwningObj = SimpleCompiler(*TM)(*M); in TEST() 122 SimpleCompiler Compile(*TM); in TEST_F() 191 SimpleCompiler Compile(*TM); in TEST_F()
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/ |
D | KaleidoscopeJIT.h | 51 CompileLayer(ObjectLayer, SimpleCompiler(*TM)) { in KaleidoscopeJIT()
|
/external/llvm/examples/Kaleidoscope/include/ |
D | KaleidoscopeJIT.h | 50 CompileLayer(ObjectLayer, SimpleCompiler(*TM)) { in KaleidoscopeJIT()
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/ |
D | KaleidoscopeJIT.h | 57 CompileLayer(ObjectLayer, SimpleCompiler(*TM)), in KaleidoscopeJIT()
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/ |
D | KaleidoscopeJIT.h | 62 CompileLayer(ObjectLayer, SimpleCompiler(*TM)), in KaleidoscopeJIT()
|
/external/llvm/tools/lli/ |
D | OrcLazyJIT.h | 50 CompileLayer(ObjectLayer, orc::SimpleCompiler(*this->TM)), in OrcLazyJIT()
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/ |
D | KaleidoscopeJIT.h | 87 CompileLayer(ObjectLayer, SimpleCompiler(*TM)), in KaleidoscopeJIT()
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/ |
D | KaleidoscopeJIT.h | 92 CompileLayer(ObjectLayer, SimpleCompiler(*TM)), in KaleidoscopeJIT()
|
/external/llvm/lib/ExecutionEngine/Orc/ |
D | OrcCBindingsStack.h | 87 CompileLayer(ObjectLayer, orc::SimpleCompiler(TM)), in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
|
D | OrcMCJITReplacement.h | 156 CompileLayer(ObjectLayer, SimpleCompiler(*this->TM)), in OrcMCJITReplacement()
|
/external/llvm/docs/tutorial/ |
D | BuildingAJIT1.rst | 164 CompileLayer(ObjectLayer, SimpleCompiler(*TM)) { 176 files. We use the off-the-shelf SimpleCompiler instance for now. Finally, in 353 | CompileUtils.h | Provides the SimpleCompiler class. |
|
D | BuildingAJIT2.rst | 70 CompileLayer(ObjectLayer, SimpleCompiler(*TM)),
|