Home
last modified time | relevance | path

Searched refs:ObjectLayerT (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.h342 typedef ObjectLinkingLayer<NotifyObjectLoadedT> ObjectLayerT; typedef
343 typedef IRCompileLayer<ObjectLayerT> CompileLayerT;
355 ObjectLayerT ObjectLayer;
364 bool operator()(ObjectLayerT::ObjSetHandleT H1, in operator()
365 ObjectLayerT::ObjSetHandleT H2) const { in operator()
370 std::map<ObjectLayerT::ObjSetHandleT, SectionAddrSet, ObjSetHandleCompare>
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.h244 return ObjectLayerT::Resources{this->MemMgr, this->Resolver}; in OrcMCJITReplacement()
460 using ObjectLayerT = LegacyRTDyldObjectLinkingLayer; variable
461 using CompileLayerT = LegacyIRCompileLayer<ObjectLayerT, orc::SimpleCompiler>;
480 ObjectLayerT ObjectLayer;