Searched refs:InfoSection (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/DWP/ |
| H A D | DWP.cpp | 557 const MCSection *TUIndexSection, const MCSection *InfoSection, in handleSection() argument 613 else if (OutSection == InfoSection) in handleSection() 630 MCSection *const InfoSection = MCOFI.getDwarfInfoDWOSection(); in write() local 632 {"debug_info.dwo", {InfoSection, DW_SECT_INFO}}, in write() 692 CUIndexSection, TUIndexSection, InfoSection, Section, Out, in write() 744 Out.switchSection(InfoSection); in write() 836 Out.switchSection(InfoSection); in write() 887 OutSection = InfoSection; in write()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFUnit.cpp | 79 const DWARFSection &InfoSection = CurSection ? *CurSection : Section; in addUnitsImpl() local 80 DWARFDataExtractor Data(Obj, InfoSection, LE, 0); in addUnitsImpl() 109 U = std::make_unique<DWARFTypeUnit>(Context, InfoSection, Header, DA, in addUnitsImpl() 113 U = std::make_unique<DWARFCompileUnit>(Context, InfoSection, Header, in addUnitsImpl() 200 : Context(DC), InfoSection(Section), Header(Header), Abbrev(DA), in DWARFUnit() 210 return DWARFDataExtractor(Context.getDWARFObj(), InfoSection, IsLittleEndian, in getDebugInfoExtractor()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DWP/ |
| H A D | DWP.h | 77 const MCSection *TUIndexSection, const MCSection *InfoSection,
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFUnit.h | 218 const DWARFSection &InfoSection; variable 324 const DWARFSection &getInfoSection() const { return InfoSection; } in getInfoSection()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | ELFObjectWriter.cpp | 899 const MCSection *InfoSection = Section.getLinkedToSection(); in writeSectionHeader() local 900 sh_info = InfoSection->getOrdinal(); in writeSectionHeader()
|