Searched refs:InfoSection (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/DebugInfo/DWARF/ |
| D | DWARFUnit.cpp | 79 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/ |
| D | DWARFUnit.h | 209 const DWARFSection &InfoSection; variable 313 const DWARFSection &getInfoSection() const { return InfoSection; } in getInfoSection()
|
| /openbsd/src/gnu/llvm/llvm/tools/obj2yaml/ |
| D | elf2yaml.cpp | 830 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/ |
| D | ELFObjectWriter.cpp | 1013 const MCSection *InfoSection = Section.getLinkedToSection(); in writeSection() local 1014 sh_info = SectionIndexMap.lookup(cast<MCSectionELF>(InfoSection)); in writeSection()
|