Home
last modified time | relevance | path

Searched refs:DumpSection (Results 1 – 10 of 10) sorted by relevance

/external/google-breakpad/src/tools/mac/dump_syms/
Dmacho_dump.cc73 class DumpSection: public mach_o::Reader::SectionHandler { class
75 DumpSection() : index_(0) { } in DumpSection() function in __anon494721430111::DumpSection
114 DumpSection dump_section; in SegmentCommand()
/external/OpenCSD/decoder/tests/snapshot_parser_lib/source/
Dsnapshot_parser.cpp198 class DumpSection : public Section class
201 DumpSection(Parsed& result) in DumpSection() function in ParserPrivate::DumpSection
352 return auto_ptr<Section>(new DumpSection(result)); in NewSection()
/external/llvm-project/llvm/tools/llvm-objcopy/wasm/
DWasmObjcopy.cpp44 for (StringRef Flag : Config.DumpSection) { in handleArgs()
/external/llvm-project/llvm/tools/llvm-objcopy/
DCopyConfig.h178 std::vector<StringRef> DumpSection; member
DCopyConfig.cpp710 Config.DumpSection.push_back(Arg->getValue()); in parseObjcopyOptions()
/external/llvm-project/llvm/tools/llvm-objcopy/COFF/
DCOFFObjcopy.cpp255 !Config.AllocSectionsPrefix.empty() || !Config.DumpSection.empty() || in handleArgs()
/external/llvm-project/llvm/tools/llvm-objcopy/MachO/
DMachOObjcopy.cpp350 for (StringRef Flag : Config.DumpSection) { in handleArgs()
/external/llvm-project/llvm/tools/llvm-objcopy/ELF/
DELFObjcopy.cpp639 for (StringRef Flag : Config.DumpSection) { in handleArgs()
/external/llvm-project/llvm/tools/llvm-objdump/
DMachODump.cpp1729 StringRef DumpSection = FilterSections[i]; in DumpSectionContents() local
1731 DumpSegSectName = DumpSection.split(','); in DumpSectionContents()
1748 if (!DumpSection.empty()) in DumpSectionContents()
1749 FoundSectionSet.insert(DumpSection); in DumpSectionContents()
/external/llvm/tools/llvm-objdump/
DMachODump.cpp1065 StringRef DumpSection = FilterSections[i]; in DumpSectionContents() local
1067 DumpSegSectName = DumpSection.split(','); in DumpSectionContents()