Searched refs:CUIndexSection (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/DWP/ |
H A D | DWP.h | 77 const MCSection *TypesSection, const MCSection *CUIndexSection,
|
/freebsd/contrib/llvm-project/llvm/lib/DWP/ |
H A D | DWP.cpp | 559 const MCSection *TypesSection, const MCSection *CUIndexSection, in handleSection() argument 612 else if (OutSection == CUIndexSection) in handleSection() 631 MCSection *const CUIndexSection = MCOFI.getDwarfCUIndexSection(); in write() local 647 {"debug_cu_index", {CUIndexSection, static_cast<DWARFSectionKind>(0)}}, in write() 695 CUIndexSection, TUIndexSection, InfoSection, Section, Out, in write()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFContext.cpp | 2061 StringRef CUIndexSection; member in __anonfc0a132e1211::DWARFObjInMemory 2082 .Case("debug_cu_index", &CUIndexSection) in mapSectionToMember() 2359 StringRef getCUIndexSection() const override { return CUIndexSection; } in getCUIndexSection()
|