Searched refs:InfoSection (Results 1 – 6 of 6) sorted by relevance
106 const DWARFSection &InfoSection; variable168 return DataExtractor(InfoSection.Data, isLittleEndian, AddrSize); in getDebugInfoExtractor()174 const RelocAddrMap *getRelocMap() const { return &InfoSection.Relocs; } in getRelocMap()
219 DWARFSection InfoSection; variable254 const DWARFSection &getInfoSection() override { return InfoSection; } in getInfoSection()
218 if (const Elf_Shdr *InfoSection = Obj.getSection(Shdr->sh_info)) { in dumpCommonRelocationSection() local219 ErrorOr<StringRef> NameOrErr = Obj.getSectionName(InfoSection); in dumpCommonRelocationSection()
577 .Case("debug_info", &InfoSection.Data) in DWARFContextInMemory()629 .Case("debug_info", &InfoSection.Relocs) in DWARFContextInMemory()
37 : Context(DC), InfoSection(Section), Abbrev(DA), RangeSection(RS), in DWARFUnit()
1481 const MCSectionELF *InfoSection = Section.getAssociatedSection(); in writeSection() local1482 sh_info = SectionIndexMap.lookup(InfoSection); in writeSection()