Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-dwp/
H A Dllvm-dwp.cpp543 const MCSection *TUIndexSection, const SectionRef &Section, MCStreamer &Out, in handleSection() argument
604 else if (OutSection == TUIndexSection) in handleSection()
658 MCSection *const TUIndexSection = MCOFI.getDwarfTUIndexSection(); in write() local
668 {"debug_tu_index", {TUIndexSection, static_cast<DWARFSectionKind>(0)}}}; in write()
703 CUIndexSection, TUIndexSection, Section, Out, in write()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1586 StringRef TUIndexSection; member in __anona8a913f90f11::DWARFObjInMemory
1606 .Case("debug_tu_index", &TUIndexSection) in mapSectionToMember()
1888 StringRef getTUIndexSection() const override { return TUIndexSection; } in getTUIndexSection()