Searched refs:CUIndexSection (Results 1 – 5 of 5) sorted by relevance
/external/llvm/tools/llvm-dwp/ |
D | llvm-dwp.cpp | 386 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/ |
D | llvm-dwp.cpp | 389 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/ |
D | DWARFContext.h | 274 StringRef CUIndexSection; variable 320 StringRef getCUIndexSection() override { return CUIndexSection; } in getCUIndexSection()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFContext.cpp | 1276 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/ |
D | DWARFContext.cpp | 719 .Case("debug_cu_index", &CUIndexSection) in DWARFContextInMemory()
|