Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-dwp/
Dllvm-dwp.cpp215 auto &C = Entry.Contributions[Kind - DW_SECT_INFO]; in addAllTypesFromDWP()
220 auto &C = Entry.Contributions[DW_SECT_TYPES - DW_SECT_INFO]; in addAllTypesFromDWP()
222 C.Offset - TUEntry.Contributions[DW_SECT_TYPES - DW_SECT_INFO].Offset, in addAllTypesFromDWP()
242 auto &C = Entry.Contributions[DW_SECT_TYPES - DW_SECT_INFO]; in addAllTypes()
319 Out.EmitIntValue(i + DW_SECT_INFO, 4); in writeIndex()
418 auto Index = Kind - DW_SECT_INFO; in handleSection()
426 case DW_SECT_INFO: in handleSection()
473 {"debug_info.dwo", {MCOFI.getDwarfInfoDWOSection(), DW_SECT_INFO}}, in write()
540 CurEntry, ContributionOffsets[DW_SECT_TYPES - DW_SECT_INFO]); in write()
544 DWARFUnitIndex CUIndex(DW_SECT_INFO); in write()
[all …]
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFCompileUnit.h27 static const DWARFSectionKind Section = DW_SECT_INFO;
DDWARFUnitIndex.h22 DW_SECT_INFO = 1, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnitIndex.h23 DW_SECT_INFO = 1, enumerator
DDWARFUnit.h74 uint64_t *offset_ptr, DWARFSectionKind Kind = DW_SECT_INFO,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp143 const auto *CUOff = E.getOffset(DW_SECT_INFO); in getUnitForIndexEntry()
161 auto U = Parser(Offset, DW_SECT_INFO, nullptr, &E); in getUnitForIndexEntry()
760 if (Kind == DW_SECT_INFO) in getDWARFUnitIndex()
DDWARFContext.cpp703 CUIndex = std::make_unique<DWARFUnitIndex>(DW_SECT_INFO); in getCUIndex()
909 NormalUnits.addUnitsForSection(*this, S, DW_SECT_INFO); in parseNormalUnits()
921 DWOUnits.addUnitsForDWOSection(*this, S, DW_SECT_INFO, Lazy); in parseDWOUnits()
DDWARFVerifier.cpp352 NumErrors += verifyUnitSection(S, DW_SECT_INFO); in handleDebugInfo()
/external/google-breakpad/src/common/dwarf/
Ddwarf2enums.h514 DW_SECT_INFO = 1, enumerator
Ddwarf2reader.cc848 } else if (section_id == DW_SECT_INFO) { in ReadDebugSectionsForCU()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp401 if (Kind == DW_SECT_INFO) in getDWARFUnitIndex()
DDWARFContext.cpp282 CUIndex = llvm::make_unique<DWARFUnitIndex>(DW_SECT_INFO); in getCUIndex()
/external/elfutils/libdw/
Ddwarf.h944 DW_SECT_INFO = 1, enumerator