Home
last modified time | relevance | path

Searched refs:InfoSection (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp79 const DWARFSection &InfoSection = CurSection ? *CurSection : Section; in addUnitsImpl() local
80 DWARFDataExtractor Data(Obj, InfoSection, LE, 0); in addUnitsImpl()
102 U = std::make_unique<DWARFTypeUnit>(Context, InfoSection, Header, DA, in addUnitsImpl()
106 U = std::make_unique<DWARFCompileUnit>(Context, InfoSection, Header, in addUnitsImpl()
193 : Context(DC), InfoSection(Section), Header(Header), Abbrev(DA), in DWARFUnit()
203 return DWARFDataExtractor(Context.getDWARFObj(), InfoSection, IsLittleEndian, in getDebugInfoExtractor()
/openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h209 const DWARFSection &InfoSection; variable
313 const DWARFSection &getInfoSection() const { return InfoSection; } in getInfoSection()
/openbsd/src/gnu/llvm/llvm/tools/obj2yaml/
Delf2yaml.cpp830 auto InfoSection = Obj.getSection(Shdr->sh_info); in dumpCommonRelocationSection() local
831 if (!InfoSection) in dumpCommonRelocationSection()
832 return InfoSection.takeError(); in dumpCommonRelocationSection()
834 Expected<StringRef> NameOrErr = getUniquedSectionName(**InfoSection); in dumpCommonRelocationSection()
/openbsd/src/gnu/llvm/llvm/lib/MC/
DELFObjectWriter.cpp1013 const MCSection *InfoSection = Section.getLinkedToSection(); in writeSection() local
1014 sh_info = SectionIndexMap.lookup(cast<MCSectionELF>(InfoSection)); in writeSection()