Searched refs:TUIndexSection (Results 1 – 3 of 3) sorted by relevance
/external/llvm/tools/llvm-dwp/ |
D | llvm-dwp.cpp | 387 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/ |
D | DWARFContext.h | 275 StringRef TUIndexSection; variable 321 StringRef getTUIndexSection() override { return TUIndexSection; } in getTUIndexSection()
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFContext.cpp | 720 .Case("debug_tu_index", &TUIndexSection) in DWARFContextInMemory()
|