Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-dwp/
H A Dllvm-dwp.cpp547 std::vector<StringRef> &CurTypesSection, StringRef &InfoSection, in handleSection() argument
585 InfoSection = Contents; in handleSection()
695 StringRef InfoSection; in write() local
705 CurStrSection, CurStrOffsetSection, CurTypesSection, InfoSection, in write()
709 if (InfoSection.empty()) in write()
713 parseCompileUnitHeader(InfoSection); in write()
723 AbbrevSection, InfoSection, CurStrOffsetSection, CurStrSection); in write()
754 getSubsection(InfoSection, E, DW_SECT_INFO), in write()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp72 const DWARFSection &InfoSection = CurSection ? *CurSection : Section; in addUnitsImpl() local
73 DWARFDataExtractor Data(Obj, InfoSection, LE, 0); in addUnitsImpl()
88 U = std::make_unique<DWARFTypeUnit>(Context, InfoSection, Header, DA, in addUnitsImpl()
92 U = std::make_unique<DWARFCompileUnit>(Context, InfoSection, Header, in addUnitsImpl()
179 : Context(DC), InfoSection(Section), Header(Header), Abbrev(DA), in DWARFUnit()
189 return DWARFDataExtractor(Context.getDWARFObj(), InfoSection, isLittleEndian, in getDebugInfoExtractor()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h206 const DWARFSection &InfoSection; variable
279 const DWARFSection &getInfoSection() const { return InfoSection; } in getInfoSection()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Delf2yaml.cpp789 auto InfoSection = Obj.getSection(Shdr->sh_info); in dumpCommonRelocationSection() local
790 if (!InfoSection) in dumpCommonRelocationSection()
791 return InfoSection.takeError(); in dumpCommonRelocationSection()
793 Expected<StringRef> NameOrErr = getUniquedSectionName(**InfoSection); in dumpCommonRelocationSection()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DELFObjectWriter.cpp998 const MCSection *InfoSection = Section.getLinkedToSection(); in writeSection() local
999 sh_info = SectionIndexMap.lookup(cast<MCSectionELF>(InfoSection)); in writeSection()