Lines Matching refs:DWARFObject
193 static T &getAccelTable(std::unique_ptr<T> &Cache, const DWARFObject &Obj, in getAccelTable()
223 const DWARFObject &DObj = D.getDWARFObj(); in parseMacroOrMacinfo()
291 const DWARFObject &DObj = D.getDWARFObj(); in getNormalUnits()
305 const DWARFObject &DObj = D.getDWARFObj(); in getDWOUnits()
321 const DWARFObject &DObj = D.getDWARFObj(); in getDebugAbbrevDWO()
377 const DWARFObject &DObj = D.getDWARFObj(); in getDebugLoc()
446 const DWARFObject &DObj = D.getDWARFObj(); in getDebugFrame()
473 const DWARFObject &DObj = D.getDWARFObj(); in getEHFrame()
508 const DWARFObject &DObj = D.getDWARFObj(); in getDebugNames()
513 const DWARFObject &DObj = D.getDWARFObj(); in getAppleNames()
519 const DWARFObject &DObj = D.getDWARFObj(); in getAppleTypes()
525 const DWARFObject &DObj = D.getDWARFObj(); in getAppleNamespaces()
532 const DWARFObject &DObj = D.getDWARFObj(); in getAppleObjC()
551 const DWARFObject &DObj = D.getDWARFObj(); in getDWOContext()
746 DWARFContext::DWARFContext(std::unique_ptr<const DWARFObject> DObj, in DWARFContext()
831 const DWARFObject &Obj, in dumpStringOffsetsSection()
950 DWARFDataExtractor Data, const DWARFObject &Obj, in dumpLoclistsSection()
1980 class DWARFObjInMemory final : public DWARFObject {