Searched refs:LoadedELFObjectInfo (Results 1 – 1 of 1) sorted by relevance
129 class LoadedELFObjectInfo final class130 : public LoadedObjectInfoHelper<LoadedELFObjectInfo,133 LoadedELFObjectInfo(RuntimeDyldImpl &RTDyld, ObjSectionToIDMap ObjSecToIDMap) in LoadedELFObjectInfo() function in __anon246f2b110111::LoadedELFObjectInfo143 const LoadedELFObjectInfo &L) { in createRTDyldELFObject()181 createELFDebugObject(const ObjectFile &Obj, const LoadedELFObjectInfo &L) { in createELFDebugObject()209 LoadedELFObjectInfo::getObjectForDebug(const ObjectFile &Obj) const { in getObjectForDebug()250 return std::make_unique<LoadedELFObjectInfo>(*this, *ObjSectionToIDOrErr); in loadObject()