Searched refs:LoadedELFObjectInfo (Results 1 – 1 of 1) sorted by relevance
128 class LoadedELFObjectInfo final class129 : public LoadedObjectInfoHelper<LoadedELFObjectInfo,132 LoadedELFObjectInfo(RuntimeDyldImpl &RTDyld, ObjSectionToIDMap ObjSecToIDMap) in LoadedELFObjectInfo() function in __anon74f2331c0111::LoadedELFObjectInfo142 const LoadedELFObjectInfo &L) { in createRTDyldELFObject()180 createELFDebugObject(const ObjectFile &Obj, const LoadedELFObjectInfo &L) { in createELFDebugObject()208 LoadedELFObjectInfo::getObjectForDebug(const ObjectFile &Obj) const { in getObjectForDebug()250 return std::make_unique<LoadedELFObjectInfo>(*this, *ObjSectionToIDOrErr); in loadObject()