Home
last modified time | relevance | path

Searched refs:TUIndexSection (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DWP/
H A DDWP.h78 const MCSection *TUIndexSection, const MCSection *InfoSection,
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWP/
H A DDWP.cpp536 const MCSection *TUIndexSection, const MCSection *InfoSection, in handleSection() argument
590 else if (OutSection == TUIndexSection) in handleSection()
608 MCSection *const TUIndexSection = MCOFI.getDwarfTUIndexSection(); in write() local
624 {"debug_tu_index", {TUIndexSection, static_cast<DWARFSectionKind>(0)}}}; in write()
671 CUIndexSection, TUIndexSection, InfoSection, Section, Out, in write()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp2061 StringRef TUIndexSection; member in __anonafd15ee41111::DWARFObjInMemory
2081 .Case("debug_tu_index", &TUIndexSection) in mapSectionToMember()
2359 StringRef getTUIndexSection() const override { return TUIndexSection; } in getTUIndexSection()