Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-dwp/
Dllvm-dwp.cpp387 const MCSection *TUIndexSection, const SectionRef &Section, MCStreamer &Out, in handleSection() argument
446 else if (OutSection == TUIndexSection) in handleSection()
471 MCSection *const TUIndexSection = MCOFI.getDwarfTUIndexSection(); in write() local
481 {"debug_tu_index", {TUIndexSection, static_cast<DWARFSectionKind>(0)}}}; in write()
516 CUIndexSection, TUIndexSection, Section, Out, in write()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h275 StringRef TUIndexSection; variable
321 StringRef getTUIndexSection() override { return TUIndexSection; } in getTUIndexSection()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp720 .Case("debug_tu_index", &TUIndexSection) in DWARFContextInMemory()