Home
last modified time | relevance | path

Searched refs:SimpleCompiler (Results 1 – 13 of 13) 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.cpp84 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/
DKaleidoscopeJIT.h51 CompileLayer(ObjectLayer, SimpleCompiler(*TM)) { in KaleidoscopeJIT()
/external/llvm/examples/Kaleidoscope/include/
DKaleidoscopeJIT.h50 CompileLayer(ObjectLayer, SimpleCompiler(*TM)) { in KaleidoscopeJIT()
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
DKaleidoscopeJIT.h57 CompileLayer(ObjectLayer, SimpleCompiler(*TM)), in KaleidoscopeJIT()
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
DKaleidoscopeJIT.h62 CompileLayer(ObjectLayer, SimpleCompiler(*TM)), in KaleidoscopeJIT()
/external/llvm/tools/lli/
DOrcLazyJIT.h50 CompileLayer(ObjectLayer, orc::SimpleCompiler(*this->TM)), in OrcLazyJIT()
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
DKaleidoscopeJIT.h87 CompileLayer(ObjectLayer, SimpleCompiler(*TM)), in KaleidoscopeJIT()
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
DKaleidoscopeJIT.h92 CompileLayer(ObjectLayer, SimpleCompiler(*TM)), in KaleidoscopeJIT()
/external/llvm/lib/ExecutionEngine/Orc/
DOrcCBindingsStack.h87 CompileLayer(ObjectLayer, orc::SimpleCompiler(TM)), in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
DOrcMCJITReplacement.h156 CompileLayer(ObjectLayer, SimpleCompiler(*this->TM)), in OrcMCJITReplacement()
/external/llvm/docs/tutorial/
DBuildingAJIT1.rst164 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. |
DBuildingAJIT2.rst70 CompileLayer(ObjectLayer, SimpleCompiler(*TM)),