Home
last modified time | relevance | path

Searched refs:ObjectLayer (Results 1 – 11 of 11) sorted by relevance

/external/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.h155 ObjectLayer(NotifyObjectLoaded, NotifyFinalized), in OrcMCJITReplacement()
156 CompileLayer(ObjectLayer, SimpleCompiler(*this->TM)), in OrcMCJITReplacement()
177 ObjectLayer.addObjectSet(std::move(Objs), &MemMgr, &Resolver); in addObjectFile()
185 ObjectLayer.addObjectSet(std::move(Objs), &MemMgr, &Resolver); in addObjectFile()
209 ObjectLayer.mapSectionAddress(P.first, LocalAddress, TargetAddress); in mapSectionAddress()
241 ObjectLayer.setProcessAllSections(ProcessAllSections); in setProcessAllSections()
279 ObjectLayer.addObjectSet(std::move(ObjSet), &MemMgr, &Resolver); in scanArchives()
280 if (auto Sym = ObjectLayer.findSymbol(Name, true)) in scanArchives()
355 ObjectLayerT ObjectLayer; variable
DOrcCBindingsStack.h86 CCMgr(std::move(CCMgr)), ObjectLayer(), in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
87 CompileLayer(ObjectLayer, orc::SimpleCompiler(TM)), in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
273 ObjLayerT ObjectLayer; in DEFINE_SIMPLE_CONVERSION_FUNCTIONS() local
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
DKaleidoscopeJIT.h43 ObjectLinkingLayer<> ObjectLayer; variable
44 IRCompileLayer<decltype(ObjectLayer)> CompileLayer;
51 CompileLayer(ObjectLayer, SimpleCompiler(*TM)) { in KaleidoscopeJIT()
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
DKaleidoscopeJIT.h44 ObjectLinkingLayer<> ObjectLayer; variable
45 IRCompileLayer<decltype(ObjectLayer)> CompileLayer;
57 CompileLayer(ObjectLayer, SimpleCompiler(*TM)), in KaleidoscopeJIT()
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
DKaleidoscopeJIT.h46 ObjectLinkingLayer<> ObjectLayer; variable
47 IRCompileLayer<decltype(ObjectLayer)> CompileLayer;
62 CompileLayer(ObjectLayer, SimpleCompiler(*TM)), in KaleidoscopeJIT()
/external/llvm/tools/lli/
DOrcLazyJIT.h49 ObjectLayer(), in OrcLazyJIT()
50 CompileLayer(ObjectLayer, orc::SimpleCompiler(*this->TM)), in OrcLazyJIT()
150 ObjLayerT ObjectLayer; variable
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
DKaleidoscopeJIT.h71 ObjectLinkingLayer<> ObjectLayer; variable
72 IRCompileLayer<decltype(ObjectLayer)> CompileLayer;
87 CompileLayer(ObjectLayer, SimpleCompiler(*TM)), in KaleidoscopeJIT()
/external/llvm/examples/Kaleidoscope/include/
DKaleidoscopeJIT.h50 CompileLayer(ObjectLayer, SimpleCompiler(*TM)) { in KaleidoscopeJIT()
118 ObjLayerT ObjectLayer; variable
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
DKaleidoscopeJIT.h77 ObjectLinkingLayer<> ObjectLayer; variable
78 IRCompileLayer<decltype(ObjectLayer)> CompileLayer;
92 CompileLayer(ObjectLayer, SimpleCompiler(*TM)), in KaleidoscopeJIT()
/external/llvm/docs/tutorial/
DBuildingAJIT2.rst57 ObjectLinkingLayer<> ObjectLayer;
58 IRCompileLayer<decltype(ObjectLayer)> CompileLayer;
70 CompileLayer(ObjectLayer, SimpleCompiler(*TM)),
DBuildingAJIT1.rst131 ObjectLinkingLayer<> ObjectLayer;
132 IRCompileLayer<decltype(ObjectLayer)> CompileLayer;
164 CompileLayer(ObjectLayer, SimpleCompiler(*TM)) {