Searched refs:TUIndexSection (Results 1 – 3 of 3) sorted by relevance
/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/lib/DWP/ |
H A D | DWP.cpp | 560 const MCSection *TUIndexSection, const MCSection *InfoSection, in handleSection() argument 614 else if (OutSection == TUIndexSection) in handleSection() 632 MCSection *const TUIndexSection = MCOFI.getDwarfTUIndexSection(); in write() local 648 {"debug_tu_index", {TUIndexSection, static_cast<DWARFSectionKind>(0)}}}; in write() 695 CUIndexSection, TUIndexSection, InfoSection, Section, Out, in write()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFContext.cpp | 2063 StringRef TUIndexSection; member in __anonfc0a132e1211::DWARFObjInMemory 2083 .Case("debug_tu_index", &TUIndexSection) in mapSectionToMember() 2361 StringRef getTUIndexSection() const override { return TUIndexSection; } in getTUIndexSection()
|