Home
last modified time | relevance | path

Searched refs:CUIndexSection (Results 1 – 5 of 5) 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/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dwp/
Dllvm-dwp.cpp389 const MCSection *TypesSection, const MCSection *CUIndexSection, in handleSection() argument
447 else if (OutSection == CUIndexSection) in handleSection()
502 MCSection *const CUIndexSection = MCOFI.getDwarfCUIndexSection(); in write() local
512 {"debug_cu_index", {CUIndexSection, static_cast<DWARFSectionKind>(0)}}, in write()
548 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/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1276 StringRef CUIndexSection; member in __anonddd817f10c11::DWARFObjInMemory
1301 .Case("debug_cu_index", &CUIndexSection) in mapSectionToMember()
1518 StringRef getCUIndexSection() const override { return CUIndexSection; } in getCUIndexSection()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp719 .Case("debug_cu_index", &CUIndexSection) in DWARFContextInMemory()