Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/wasm/
H A DWasmObjcopy.cpp44 for (StringRef Flag : Config.DumpSection) { in handleArgs()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/
H A DCommonConfig.h167 std::vector<StringRef> DumpSection; member
H A DConfigManager.cpp593 !Common.DumpSection.empty() || !Common.KeepSection.empty() || in getCOFFConfig()
903 Config.DumpSection.push_back(Value); in parseObjcopyOptions()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/
H A DMachOObjcopy.cpp336 for (StringRef Flag : Config.DumpSection) { in handleArgs()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
H A DELFObjcopy.cpp524 for (StringRef Flag : Config.DumpSection) { in handleArgs()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp1714 StringRef DumpSection = FilterSections[i]; in DumpSectionContents() local
1716 DumpSegSectName = DumpSection.split(','); in DumpSectionContents()
1733 if (!DumpSection.empty()) in DumpSectionContents()
1734 FoundSectionSet.insert(DumpSection); in DumpSectionContents()