Searched refs:LoadedELFObjectInfo (Results 1 – 2 of 2) sorted by relevance
99 class LoadedELFObjectInfo final class100 : public RuntimeDyld::LoadedObjectInfoHelper<LoadedELFObjectInfo> {102 LoadedELFObjectInfo(RuntimeDyldImpl &RTDyld, ObjSectionToIDMap ObjSecToIDMap) in LoadedELFObjectInfo() function in __anon5796c0730111::LoadedELFObjectInfo113 const LoadedELFObjectInfo &L, in createRTDyldELFObject()144 const LoadedELFObjectInfo &L) { in createELFDebugObject()178 LoadedELFObjectInfo::getObjectForDebug(const ObjectFile &Obj) const { in getObjectForDebug()217 return llvm::make_unique<LoadedELFObjectInfo>(*this, *ObjSectionToIDOrErr); in loadObject()
136 class LoadedELFObjectInfo final class137 : public LoadedObjectInfoHelper<LoadedELFObjectInfo,140 LoadedELFObjectInfo(RuntimeDyldImpl &RTDyld, ObjSectionToIDMap ObjSecToIDMap) in LoadedELFObjectInfo() function in __anon37fc9cab0111::LoadedELFObjectInfo150 const LoadedELFObjectInfo &L) { in createRTDyldELFObject()184 createELFDebugObject(const ObjectFile &Obj, const LoadedELFObjectInfo &L) { in createELFDebugObject()212 LoadedELFObjectInfo::getObjectForDebug(const ObjectFile &Obj) const { in getObjectForDebug()254 return llvm::make_unique<LoadedELFObjectInfo>(*this, *ObjSectionToIDOrErr); in loadObject()