Home
last modified time | relevance | path

Searched refs:CUIndexSection (Results 1 – 6 of 6) 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-project/llvm/tools/llvm-dwp/
Dllvm-dwp.cpp429 const MCSection *TypesSection, const MCSection *CUIndexSection, in handleSection() argument
489 else if (OutSection == CUIndexSection) in handleSection()
544 MCSection *const CUIndexSection = MCOFI.getDwarfCUIndexSection(); in write() local
554 {"debug_cu_index", {CUIndexSection, static_cast<DWARFSectionKind>(0)}}, in write()
590 CUIndexSection, TUIndexSection, Section, Out, in write()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1507 StringRef CUIndexSection; member in __anonc7c59b990d11::DWARFObjInMemory
1527 .Case("debug_cu_index", &CUIndexSection) in mapSectionToMember()
1812 StringRef getCUIndexSection() const override { return CUIndexSection; } in getCUIndexSection()
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1575 StringRef CUIndexSection; member in __anonbdce32250f11::DWARFObjInMemory
1596 .Case("debug_cu_index", &CUIndexSection) in mapSectionToMember()
1874 StringRef getCUIndexSection() const override { return CUIndexSection; } in getCUIndexSection()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp719 .Case("debug_cu_index", &CUIndexSection) in DWARFContextInMemory()