Lines Matching refs:DWARFContext
78 void DWARFContext::dump(raw_ostream &OS, DIDumpType DumpType, bool DumpEH) { in dump()
276 const DWARFUnitIndex &DWARFContext::getCUIndex() { in getCUIndex()
287 const DWARFUnitIndex &DWARFContext::getTUIndex() { in getTUIndex()
298 const DWARFDebugAbbrev *DWARFContext::getDebugAbbrev() { in getDebugAbbrev()
309 const DWARFDebugAbbrev *DWARFContext::getDebugAbbrevDWO() { in getDebugAbbrevDWO()
319 const DWARFDebugLoc *DWARFContext::getDebugLoc() { in getDebugLoc()
331 const DWARFDebugLocDWO *DWARFContext::getDebugLocDWO() { in getDebugLocDWO()
341 const DWARFDebugAranges *DWARFContext::getDebugAranges() { in getDebugAranges()
350 const DWARFDebugFrame *DWARFContext::getDebugFrame() { in getDebugFrame()
370 const DWARFDebugFrame *DWARFContext::getEHFrame() { in getEHFrame()
381 const DWARFDebugMacro *DWARFContext::getDebugMacro() { in getDebugMacro()
392 DWARFContext::getLineTableForUnit(DWARFUnit *U) { in getLineTableForUnit()
416 void DWARFContext::parseCompileUnits() { in parseCompileUnits()
420 void DWARFContext::parseTypeUnits() { in parseTypeUnits()
429 void DWARFContext::parseDWOCompileUnits() { in parseDWOCompileUnits()
433 void DWARFContext::parseDWOTypeUnits() { in parseDWOTypeUnits()
442 DWARFCompileUnit *DWARFContext::getCompileUnitForOffset(uint32_t Offset) { in getCompileUnitForOffset()
447 DWARFCompileUnit *DWARFContext::getCompileUnitForAddress(uint64_t Address) { in getCompileUnitForAddress()
475 DILineInfo DWARFContext::getLineInfoForAddress(uint64_t Address, in getLineInfoForAddress()
492 DWARFContext::getLineInfoForAddressRange(uint64_t Address, uint64_t Size, in getLineInfoForAddressRange()
534 DWARFContext::getInliningInfoForAddress(uint64_t Address, in getInliningInfoForAddress()