Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-objcopy/COFF/
DCOFFObjcopy.cpp139 if (!Config.OnlySection.empty() && !Config.OnlySection.matches(Sec.Name)) in handleArgs()
/external/llvm-project/llvm/tools/llvm-objcopy/ELF/
DELFObjcopy.cpp413 !Config.OnlySection.empty()) { in updateAndRemoveSymbols()
445 if (!Config.OnlySection.empty() && !Sym.Referenced && in updateAndRemoveSymbols()
544 if (!Config.OnlySection.empty()) { in replaceAndRemoveSections()
547 if (Config.OnlySection.matches(Sec.Name)) in replaceAndRemoveSections()
/external/llvm-project/llvm/tools/llvm-objcopy/wasm/
DWasmObjcopy.cpp81 !Config.OnlySection.empty() || !Config.SymbolsToGlobalize.empty() || in handleArgs()
/external/llvm-project/llvm/tools/llvm-objcopy/
DCopyConfig.h191 NameMatcher OnlySection; member
DCopyConfig.cpp695 if (Error E = Config.OnlySection.addMatcher(NameOrPattern::create( in parseObjcopyOptions()
/external/llvm-project/llvm/tools/llvm-objcopy/MachO/
DMachOObjcopy.cpp70 if (!Config.OnlySection.empty()) { in removeSections()
73 return !Config.OnlySection.matches(Sec->CanonicalName); in removeSections()