HomeSort by relevance Sort by last modified time
    Searched defs:RTDyld (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldCheckerImpl.h 25 RuntimeDyldCheckerImpl(RuntimeDyld &RTDyld, MCDisassembler *Disassembler,
43 RuntimeDyldImpl &getRTDyld() const { return *RTDyld.Dyld; }
68 RuntimeDyld &RTDyld;
  /external/llvm/include/llvm/ExecutionEngine/
RuntimeDyld.h 66 LoadedObjectInfo(RuntimeDyldImpl &RTDyld, ObjSectionToIDMap ObjSecToIDMap)
67 : RTDyld(RTDyld), ObjSecToIDMap(ObjSecToIDMap) { }
78 RuntimeDyldImpl &RTDyld;
88 LoadedObjectInfoHelper(RuntimeDyldImpl &RTDyld,
90 : LoadedObjectInfo(RTDyld, std::move(ObjSecToIDMap)) {}
  /external/llvm/include/llvm/ExecutionEngine/Orc/
ObjectLinkingLayer.h 44 : RTDyld(llvm::make_unique<RuntimeDyld>(MemMgr, Resolver)),
46 RTDyld->setProcessAllSections(ProcessAllSections);
53 return RTDyld->loadObject(Obj);
57 return RTDyld->getSymbol(Name);
67 RTDyld->mapSectionAddress(LocalAddress, TargetAddr);
71 std::unique_ptr<RuntimeDyld> RTDyld;
111 RTDyld->resolveRelocations();
112 RTDyld->registerEHFrames();

Completed in 70 milliseconds