Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DWP/
H A DDWP.cpp476 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 DDWP.h70 const MCSection *TypesSection, const MCSection *CUIndexSection,
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1615 StringRef CUIndexSection; member in __anon445fd25e0f11::DWARFObjInMemory
1636 .Case("debug_cu_index", &CUIndexSection) in mapSectionToMember()
1917 StringRef getCUIndexSection() const override { return CUIndexSection; } in getCUIndexSection()