Searched refs:CUIndexSection (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/DWP/ |
| H A D | DWP.h | 70 const MCSection *TypesSection, const MCSection *CUIndexSection,
|
| /openbsd-src/gnu/llvm/llvm/lib/DWP/ |
| H A D | DWP.cpp | 485 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 D | DWARFContext.cpp | 1683 StringRef CUIndexSection; member in __anon00272cc51011::DWARFObjInMemory 1704 .Case("debug_cu_index", &CUIndexSection) in mapSectionToMember() 1985 StringRef getCUIndexSection() const override { return CUIndexSection; } in getCUIndexSection()
|