Home
last modified time | relevance | path

Searched refs:DW_SECT_INFO (Results 1 – 25 of 30) sorted by relevance

12

/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnitIndex.cpp24 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 DDWARFUnit.cpp91 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 DDWP.cpp163 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 Dunknown-section-id.s96 .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 Dincompatible_tu_index_version.s50 .long 1 # DW_SECT_INFO
74 .long 1 # DW_SECT_INFO
H A Dincompatible_cu_index_versions.s30 .long 1 # DW_SECT_INFO
H A Dmissing_tu_index.test50 .long 1 # DW_SECT_INFO
/llvm-project/llvm/test/DebugInfo/X86/
H A Ddebug-cu-index-unknown-section.s27 .long 1 # DW_SECT_INFO
H A Ddwp-v5-tu-index.s30 .long 1 # DW_SECT_INFO
H A Dinvalid-cu-abbrev-offset-dwp.s51 .long 1 # DW_SECT_INFO
H A Dinvalid-cu-length-dwp.s54 .long 1 # DW_SECT_INFO
H A Dinvalid-cu-abbrev-contribution-dwp.s51 .long 1 # DW_SECT_INFO
H A Ddwp-v2-cu-index.s29 .long 1 # DW_SECT_INFO
H A Ddwp-dwarf64.s63 .long 1 # DW_SECT_INFO
H A Ddwp-v5-cu-index.s30 .long 1 # DW_SECT_INFO
H A Ddwarfdump-str-offsets-v4-invalid.s53 .long 1 # DW_SECT_INFO
H A Ddwp-v5-tu.s69 .long 1 # DW_SECT_INFO
H A Ddwp-v2-loc.s84 .long 1 # DW_SECT_INFO
H A Ddwp-v5-rnglists.s97 .long 1 # DW_SECT_INFO
H A Ddwarfdump-str-offsets-v4-dwarf64-dwp.s121 .long 1 # DW_SECT_INFO
H A Ddwp-v5-loclists.s130 .long 1 # DW_SECT_INFO
/llvm-project/llvm/test/tools/llvm-symbolizer/
H A Dsplit-dwarf-zero-signature-not-found.s109 .long 1 # DW_SECT_INFO
/llvm-project/lldb/test/Shell/SymbolFile/DWARF/x86/
H A Ddebug_rnglists-dwp.s176 .long 1 # DW_SECT_INFO
H A Ddwarf5-split.s221 .long 1 # DW_SECT_INFO
H A Ddebug_loclists-dwp.s225 .long 1 # DW_SECT_INFO

12