Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-dwp/
H A Dllvm-dwp.cpp542 const MCSection *TypesSection, const MCSection *CUIndexSection, in handleSection() argument
602 else if (OutSection == CUIndexSection) in handleSection()
657 MCSection *const CUIndexSection = MCOFI.getDwarfCUIndexSection(); in write() local
667 {"debug_cu_index", {CUIndexSection, static_cast<DWARFSectionKind>(0)}}, in write()
703 CUIndexSection, TUIndexSection, Section, Out, in write()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1584 StringRef CUIndexSection; member in __anona8a913f90f11::DWARFObjInMemory
1605 .Case("debug_cu_index", &CUIndexSection) in mapSectionToMember()
1886 StringRef getCUIndexSection() const override { return CUIndexSection; } in getCUIndexSection()