Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DWP/
H A DDWP.h70 const MCSection *TypesSection, const MCSection *CUIndexSection,
/openbsd-src/gnu/llvm/llvm/lib/DWP/
H A DDWP.cpp485 const MCSection *TypesSection, const MCSection *CUIndexSection, in handleSection() argument
538 else if (OutSection == CUIndexSection) in handleSection()
556 MCSection *const CUIndexSection = MCOFI.getDwarfCUIndexSection(); in write() local
572 {"debug_cu_index", {CUIndexSection, static_cast<DWARFSectionKind>(0)}}, in write()
619 CUIndexSection, TUIndexSection, InfoSection, Section, Out, in write()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1683 StringRef CUIndexSection; member in __anon00272cc51011::DWARFObjInMemory
1704 .Case("debug_cu_index", &CUIndexSection) in mapSectionToMember()
1985 StringRef getCUIndexSection() const override { return CUIndexSection; } in getCUIndexSection()