HomeSort by relevance Sort by last modified time
    Searched refs:DebugSections (Results 1 - 4 of 4) sorted by null

  /external/bcc/src/cc/
bcc_debug.cc 94 StringMap<std::unique_ptr<MemoryBuffer>> &DebugSections) {
99 DebugSections[section.first.substr(1)] =
147 StringMap<std::unique_ptr<MemoryBuffer>> DebugSections;
148 getDebugSections(DebugSections);
150 DWARFContext::create(DebugSections, 8);
bcc_debug.h 47 llvm::StringMap<std::unique_ptr<llvm::MemoryBuffer>> &DebugSections);
  /external/swiftshader/third_party/LLVM/tools/llvm-objdump/
MachODump.cpp 350 ArrayRef<Section> DebugSections = Sections;
368 DebugSections = DSYMSections;
373 for (unsigned SectIdx = 0; SectIdx != DebugSections.size(); SectIdx++) {
374 if (!strcmp(DebugSections[SectIdx].Name, "__debug_abbrev"))
375 DebugAbbrevSection = DbgInfoObj->getData(DebugSections[SectIdx].Offset,
376 DebugSections[SectIdx].Size);
377 else if (!strcmp(DebugSections[SectIdx].Name, "__debug_info"))
378 DebugInfoSection = DbgInfoObj->getData(DebugSections[SectIdx].Offset,
379 DebugSections[SectIdx].Size);
380 else if (!strcmp(DebugSections[SectIdx].Name, "__debug_aranges")
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DWARFEmitter.cpp 367 StringMap<std::unique_ptr<MemoryBuffer>> DebugSections;
369 DebugSections);
371 DebugSections);
373 DebugSections);
375 DebugSections);
377 DebugSections);
378 return std::move(DebugSections);

Completed in 364 milliseconds