Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp107 class LoadedELFObjectInfo : public RuntimeDyld::LoadedObjectInfo { class
109 LoadedELFObjectInfo(RuntimeDyldImpl &RTDyld, unsigned BeginIdx, in LoadedELFObjectInfo() function in __anon5796c0730111::LoadedELFObjectInfo
120 const LoadedELFObjectInfo &L, in createRTDyldELFObject()
149 const LoadedELFObjectInfo &L) { in createELFDebugObject()
179 LoadedELFObjectInfo::getObjectForDebug(const ObjectFile &Obj) const { in getObjectForDebug()
219 return llvm::make_unique<LoadedELFObjectInfo>(*this, SectionStartIdx, in loadObject()