Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/
H A DConfigManager.cpp18 !Common.AllocSectionsPrefix.empty() || !Common.DumpSection.empty() || in getCOFFConfig()
76 !Common.DumpSection.empty() || !Common.SymbolsToAdd.empty() || in getXCOFFConfig()
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/wasm/
H A DWasmObjcopy.cpp114 for (StringRef Flag : Config.DumpSection) { in handleArgs()
/openbsd-src/gnu/llvm/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h223 std::vector<StringRef> DumpSection; member
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/MachO/
H A DMachOObjcopy.cpp395 for (StringRef Flag : Config.DumpSection) { in handleArgs()
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp613 for (StringRef Flag : Config.DumpSection) { in handleArgs()
/openbsd-src/gnu/llvm/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp869 Config.DumpSection.push_back(Value); in parseObjcopyOptions()
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A DMachODump.cpp1965 StringRef DumpSection = FilterSections[i]; in DumpSectionContents() local
1967 DumpSegSectName = DumpSection.split(','); in DumpSectionContents()
1984 if (!DumpSection.empty()) in DumpSectionContents()
1985 FoundSectionSet.insert(DumpSection); in DumpSectionContents()