| /llvm-project-15.0.7/llvm/lib/DWP/ |
| H A D | DWP.cpp | 161 assert(serializeSectionKind(Kind, IndexVersion) >= DW_SECT_INFO); in getContributionIndex() 162 return serializeSectionKind(Kind, IndexVersion) - DW_SECT_INFO; in getContributionIndex() 169 return Index + DW_SECT_INFO; in getOnDiskSectionId() 513 if (Kind != DW_SECT_EXT_TYPES && Kind != DW_SECT_INFO) { in handleSection() 551 {"debug_info.dwo", {InfoSection, DW_SECT_INFO}}, in write() 640 ContributionOffsets[getContributionIndex(DW_SECT_INFO, IndexVersion)]; in write() 654 auto &C = Entry.Contributions[getContributionIndex(DW_SECT_INFO, in write() 710 DWARFUnitIndex CUIndex(DW_SECT_INFO); in write() 726 getSubsection(DwpSingleInfoSection, E, DW_SECT_INFO); in write() 756 unsigned Index = getContributionIndex(DW_SECT_INFO, IndexVersion); in write() [all …]
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-dwp/X86/ |
| H A D | unknown-section-id.s | 96 .long 1 # DW_SECT_INFO 98 .long 0 # Invalid ID, less than DW_SECT_INFO 127 .long 0 # Invalid ID, less than DW_SECT_INFO
|
| H A D | incompatible_tu_index_version.s | 50 .long 1 # DW_SECT_INFO 74 .long 1 # DW_SECT_INFO
|
| H A D | incompatible_cu_index_versions.s | 30 .long 1 # DW_SECT_INFO
|
| H A D | missing_tu_index.test | 50 .long 1 # DW_SECT_INFO
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFUnitIndex.cpp | 24 DW_SECT_INFO = 1, enumerator 38 return ID >= DW_SECT_INFO && ID <= DW_SECT_RNGLISTS && in isKnownV5SectionID() 138 InfoColumnKind = DW_SECT_INFO; in parseImpl()
|
| H A D | DWARFUnit.cpp | 88 Context, Header.isTypeUnit() ? DW_SECT_EXT_TYPES : DW_SECT_INFO); in addUnitsImpl() 159 const auto *CUOff = E.getContribution(DW_SECT_INFO); in getUnitForIndexEntry() 177 auto U = Parser(Offset, DW_SECT_INFO, nullptr, &E); in getUnitForIndexEntry() 873 if (Kind == DW_SECT_INFO) in getDWARFUnitIndex()
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/X86/ |
| H A D | debug-cu-index-unknown-section.s | 27 .long 1 # DW_SECT_INFO
|
| H A D | dwp-v5-tu-index.s | 30 .long 1 # DW_SECT_INFO
|
| H A D | invalid-cu-length-dwp.s | 52 .long 1 # DW_SECT_INFO
|
| H A D | dwp-dwarf64.s | 63 .long 1 # DW_SECT_INFO
|
| H A D | dwp-v2-cu-index.s | 29 .long 1 # DW_SECT_INFO
|
| H A D | dwp-v5-cu-index.s | 30 .long 1 # DW_SECT_INFO
|
| H A D | dwarfdump-str-offsets-v4-invalid.s | 53 .long 1 # DW_SECT_INFO
|
| H A D | dwp-v5-tu.s | 69 .long 1 # DW_SECT_INFO
|
| H A D | dwp-v2-loc.s | 84 .long 1 # DW_SECT_INFO
|
| H A D | dwp-v5-rnglists.s | 97 .long 1 # DW_SECT_INFO
|
| H A D | dwarfdump-str-offsets-v4-dwarf64-dwp.s | 121 .long 1 # DW_SECT_INFO
|
| H A D | dwp-v5-loclists.s | 130 .long 1 # DW_SECT_INFO
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-symbolizer/ |
| H A D | split-dwarf-zero-signature-not-found.s | 109 .long 1 # DW_SECT_INFO
|
| /llvm-project-15.0.7/lldb/test/Shell/SymbolFile/DWARF/x86/ |
| H A D | debug_rnglists-dwp.s | 176 .long 1 # DW_SECT_INFO
|
| H A D | dwarf5-split.s | 221 .long 1 # DW_SECT_INFO
|
| H A D | debug_loclists-dwp.s | 225 .long 1 # DW_SECT_INFO
|
| H A D | dwp.s | 243 .long 1 # DW_SECT_INFO
|
| /llvm-project-15.0.7/bolt/lib/Rewrite/ |
| H A D | DWARFRewriter.cpp | 1139 {"debug_info.dwo", {MCOFI.getDwarfInfoDWOSection(), DW_SECT_INFO}}, in createKnownSectionsMap() 1207 case DWARFSectionKind::DW_SECT_INFO: { in updateDebugData() 1208 OutData = getSliceData(CUDWOEntry, OutData, DWARFSectionKind::DW_SECT_INFO, in updateDebugData() 1320 TUE->getContribution(DWARFSectionKind::DW_SECT_INFO); in extractTypesFromDWPDWARF5()
|