Searched refs:InfoSection (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/DWP/ |
H A D | DWP.cpp | 560 const MCSection *TUIndexSection, const MCSection *InfoSection, in handleSection() argument 616 else if (OutSection == InfoSection) in handleSection() 633 MCSection *const InfoSection = MCOFI.getDwarfInfoDWOSection(); in write() local 635 {"debug_info.dwo", {InfoSection, DW_SECT_INFO}}, in write() 695 CUIndexSection, TUIndexSection, InfoSection, Section, Out, in write() 747 Out.switchSection(InfoSection); in write() 839 Out.switchSection(InfoSection); in write() 890 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 | 78 const MCSection *TUIndexSection, const MCSection *InfoSection,
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFUnit.h | 214 const DWARFSection &InfoSection; variable 320 const DWARFSection &getInfoSection() const { return InfoSection; } in getInfoSection()
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | ELFObjectWriter.cpp | 895 const MCSection *InfoSection = Section.getLinkedToSection(); in writeSection() local 896 sh_info = InfoSection->getOrdinal(); in writeSection()
|