|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp 358 addSectionLabel(getUnitDie(), dwarf::DW_AT_stmt_list, LineTableStartSym,
lib/CodeGen/AsmPrinter/DwarfUnit.cpp 334 addSectionOffset(getUnitDie(), dwarf::DW_AT_stmt_list, 0);
lib/DebugInfo/DWARF/DWARFContext.cpp 854 auto Offset = toSectionOffset(UnitDIE.find(DW_AT_stmt_list));
lib/DebugInfo/DWARF/DWARFDebugLine.cpp 1108 if (auto StmtOffset = toSectionOffset(CUDIE.find(DW_AT_stmt_list)))
1112 if (auto StmtOffset = toSectionOffset(TUDIE.find(DW_AT_stmt_list)))
lib/DebugInfo/DWARF/DWARFVerifier.cpp 460 case DW_AT_stmt_list:
664 auto StmtSectionOffset = toSectionOffset(Die.find(DW_AT_stmt_list));
719 *toSectionOffset(Die.find(DW_AT_stmt_list)))
738 *toSectionOffset(Die.find(DW_AT_stmt_list)))
755 *toSectionOffset(Die.find(DW_AT_stmt_list)))
772 *toSectionOffset(Die.find(DW_AT_stmt_list)))
lib/MC/MCDwarf.cpp 807 EmitAbbrev(MCOS, dwarf::DW_AT_stmt_list, context.getDwarfVersion() >= 4
tools/dsymutil/DwarfLinker.cpp 1797 if (V.getAttribute() == dwarf::DW_AT_stmt_list) {
1813 auto StmtList = dwarf::toSectionOffset(CUDie.find(dwarf::DW_AT_stmt_list));
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.cpp 484 case DW_AT_stmt_list:
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp 315 case DW_AT_stmt_list:
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp 986 DW_AT_stmt_list, DW_INVALID_OFFSET);
tools/obj2yaml/dwarf2yaml.cpp 246 dwarf::toSectionOffset(CUDIE.find(dwarf::DW_AT_stmt_list))) {