Searched refs:CUIndexSection (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/DWP/ |
| H A D | DWP.cpp | 476 const MCSection *TypesSection, const MCSection *CUIndexSection, in handleSection() argument 529 else if (OutSection == CUIndexSection) in handleSection() 547 MCSection *const CUIndexSection = MCOFI.getDwarfCUIndexSection(); in write() local 563 {"debug_cu_index", {CUIndexSection, static_cast<DWARFSectionKind>(0)}}, in write() 606 CUIndexSection, TUIndexSection, InfoSection, Section, Out, in write()
|
| /llvm-project-15.0.7/llvm/include/llvm/DWP/ |
| H A D | DWP.h | 70 const MCSection *TypesSection, const MCSection *CUIndexSection,
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFContext.cpp | 1615 StringRef CUIndexSection; member in __anon445fd25e0f11::DWARFObjInMemory 1636 .Case("debug_cu_index", &CUIndexSection) in mapSectionToMember() 1917 StringRef getCUIndexSection() const override { return CUIndexSection; } in getCUIndexSection()
|