Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-dwp/
Dllvm-dwp.cpp386 const MCSection *TypesSection, const MCSection *CUIndexSection, in handleSection() argument
444 else if (OutSection == CUIndexSection) in handleSection()
470 MCSection *const CUIndexSection = MCOFI.getDwarfCUIndexSection(); in write() local
480 {"debug_cu_index", {CUIndexSection, static_cast<DWARFSectionKind>(0)}}, in write()
516 CUIndexSection, TUIndexSection, Section, Out, in write()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h274 StringRef CUIndexSection; variable
320 StringRef getCUIndexSection() override { return CUIndexSection; } in getCUIndexSection()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp719 .Case("debug_cu_index", &CUIndexSection) in DWARFContextInMemory()