/llvm-project/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() 227 Kind == DWARFSectionKind::DW_SECT_INFO ? 40 : 24); in dump() 234 if (Kind == DWARFSectionKind::DW_SECT_INFO || in dump() 248 if (Kind == DWARFSectionKind::DW_SECT_INFO || in dump()
|
H A D | DWARFUnit.cpp | 91 Context, Header.isTypeUnit() ? DW_SECT_EXT_TYPES : DW_SECT_INFO); in addUnitsImpl() 166 const auto *CUOff = E.getContribution(DW_SECT_INFO); in getUnitForIndexEntry() 184 auto U = Parser(Offset, DW_SECT_INFO, nullptr, &E); in getUnitForIndexEntry() 895 if (Kind == DW_SECT_INFO) in getDWARFUnitIndex()
|
/llvm-project/llvm/lib/DWP/ |
H A D | DWP.cpp | 163 assert(serializeSectionKind(Kind, IndexVersion) >= DW_SECT_INFO); in getContributionIndex() 164 return serializeSectionKind(Kind, IndexVersion) - DW_SECT_INFO; in getContributionIndex() 171 return Index + DW_SECT_INFO; in getOnDiskSectionId() 596 if (Kind != DW_SECT_EXT_TYPES && Kind != DW_SECT_INFO) { in handleSection() 635 {"debug_info.dwo", {InfoSection, DW_SECT_INFO}}, in write() 744 ContributionOffsets[getContributionIndex(DW_SECT_INFO, IndexVersion)]; in write() 758 auto &C = Entry.Contributions[getContributionIndex(DW_SECT_INFO, in write() 830 DWARFUnitIndex CUIndex(DW_SECT_INFO); in write() 846 getSubsection(DwpSingleInfoSection, E, DW_SECT_INFO); in write() 876 unsigned Index = getContributionIndex(DW_SECT_INFO, IndexVersion); in write() [all …]
|
/llvm-project/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/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-abbrev-offset-dwp.s | 51 .long 1 # DW_SECT_INFO
|
H A D | invalid-cu-length-dwp.s | 54 .long 1 # DW_SECT_INFO
|
H A D | invalid-cu-abbrev-contribution-dwp.s | 51 .long 1 # DW_SECT_INFO
|
H A D | dwp-v2-cu-index.s | 29 .long 1 # DW_SECT_INFO
|
H A D | dwp-dwarf64.s | 63 .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/llvm/test/tools/llvm-symbolizer/ |
H A D | split-dwarf-zero-signature-not-found.s | 109 .long 1 # DW_SECT_INFO
|
/llvm-project/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
|