Home
last modified time | relevance | path

Searched refs:DebugSections (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/tools/llvm-objdump/
DMachODump.cpp350 ArrayRef<Section> DebugSections = Sections; in DisassembleInputMachO() local
368 DebugSections = DSYMSections; in DisassembleInputMachO()
373 for (unsigned SectIdx = 0; SectIdx != DebugSections.size(); SectIdx++) { in DisassembleInputMachO()
374 if (!strcmp(DebugSections[SectIdx].Name, "__debug_abbrev")) in DisassembleInputMachO()
375 DebugAbbrevSection = DbgInfoObj->getData(DebugSections[SectIdx].Offset, in DisassembleInputMachO()
376 DebugSections[SectIdx].Size); in DisassembleInputMachO()
377 else if (!strcmp(DebugSections[SectIdx].Name, "__debug_info")) in DisassembleInputMachO()
378 DebugInfoSection = DbgInfoObj->getData(DebugSections[SectIdx].Offset, in DisassembleInputMachO()
379 DebugSections[SectIdx].Size); in DisassembleInputMachO()
380 else if (!strcmp(DebugSections[SectIdx].Name, "__debug_aranges")) in DisassembleInputMachO()
[all …]
/external/bcc/src/cc/
Dbcc_debug.cc94 StringMap<std::unique_ptr<MemoryBuffer>> &DebugSections) { in getDebugSections() argument
99 DebugSections[section.first.substr(1)] = in getDebugSections()
147 StringMap<std::unique_ptr<MemoryBuffer>> DebugSections; in dump() local
148 getDebugSections(DebugSections); in dump()
150 DWARFContext::create(DebugSections, 8); in dump()
Dbcc_debug.h47 llvm::StringMap<std::unique_ptr<llvm::MemoryBuffer>> &DebugSections);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DDWARFEmitter.cpp367 StringMap<std::unique_ptr<MemoryBuffer>> DebugSections; in EmitDebugSections() local
369 DebugSections); in EmitDebugSections()
371 DebugSections); in EmitDebugSections()
373 DebugSections); in EmitDebugSections()
375 DebugSections); in EmitDebugSections()
377 DebugSections); in EmitDebugSections()
378 return std::move(DebugSections); in EmitDebugSections()
/external/bcc/src/cc/includes/
Dbcc_debug.h47 llvm::StringMap<std::unique_ptr<llvm::MemoryBuffer>> &DebugSections);