Searched refs:TUIndexSection (Results 1 – 5 of 5) 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/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dwp/ |
D | llvm-dwp.cpp | 390 const MCSection *TUIndexSection, const SectionRef &Section, MCStreamer &Out, in handleSection() argument 449 else if (OutSection == TUIndexSection) in handleSection() 503 MCSection *const TUIndexSection = MCOFI.getDwarfTUIndexSection(); in write() local 513 {"debug_tu_index", {TUIndexSection, static_cast<DWARFSectionKind>(0)}}}; in write() 548 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/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFContext.cpp | 1278 StringRef TUIndexSection; member in __anonddd817f10c11::DWARFObjInMemory 1302 .Case("debug_tu_index", &TUIndexSection) in mapSectionToMember() 1520 StringRef getTUIndexSection() const override { return TUIndexSection; } in getTUIndexSection()
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFContext.cpp | 720 .Case("debug_tu_index", &TUIndexSection) in DWARFContextInMemory()
|