Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DWP/
H A DDWP.h77 const MCSection *TypesSection, const MCSection *CUIndexSection,
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWP/
H A DDWP.cpp535 const MCSection *TypesSection, const MCSection *CUIndexSection, in handleSection() argument
588 else if (OutSection == CUIndexSection) in handleSection()
607 MCSection *const CUIndexSection = MCOFI.getDwarfCUIndexSection(); in write() local
623 {"debug_cu_index", {CUIndexSection, static_cast<DWARFSectionKind>(0)}}, in write()
671 CUIndexSection, TUIndexSection, InfoSection, Section, Out, in write()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp2059 StringRef CUIndexSection; member in __anonafd15ee41111::DWARFObjInMemory
2080 .Case("debug_cu_index", &CUIndexSection) in mapSectionToMember()
2357 StringRef getCUIndexSection() const override { return CUIndexSection; } in getCUIndexSection()