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()
292 const DWARFObject &DObj = D.getDWARFObj(); in getNormalUnits()
306 const DWARFObject &DObj = D.getDWARFObj(); in getDWOUnits()
322 const DWARFObject &DObj = D.getDWARFObj(); in getDebugAbbrevDWO()
378 const DWARFObject &DObj = D.getDWARFObj(); in getDebugLoc()
447 const DWARFObject &DObj = D.getDWARFObj(); in getDebugFrame()
474 const DWARFObject &DObj = D.getDWARFObj(); in getEHFrame()
509 const DWARFObject &DObj = D.getDWARFObj(); in getDebugNames()
514 const DWARFObject &DObj = D.getDWARFObj(); in getAppleNames()
520 const DWARFObject &DObj = D.getDWARFObj(); in getAppleTypes()
526 const DWARFObject &DObj = D.getDWARFObj(); in getAppleNamespaces()
533 const DWARFObject &DObj = D.getDWARFObj(); in getAppleObjC()
552 const DWARFObject &DObj = D.getDWARFObj(); in getDWOContext()
746 DWARFContext::DWARFContext(std::unique_ptr<const DWARFObject> DObj, in DWARFContext()
832 const DWARFObject &Obj, in dumpStringOffsetsSection()
951 DWARFDataExtractor Data, const DWARFObject &Obj, in dumpLoclistsSection()
1982 class DWARFObjInMemory final : public DWARFObject {