Searched refs:DW_SECT_INFO (Results 1 – 5 of 5) sorted by relevance
215 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 …]
27 static const DWARFSectionKind Section = DW_SECT_INFO;
22 DW_SECT_INFO = 1, enumerator
401 if (Kind == DW_SECT_INFO) in getDWARFUnitIndex()
282 CUIndex = llvm::make_unique<DWARFUnitIndex>(DW_SECT_INFO); in getCUIndex()