Home
last modified time | relevance | path

Searched refs:DW_SECT_INFO (Results 1 – 5 of 5) 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/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()