Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-objcopy/wasm/
DWasmObjcopy.cpp78 !Config.SymbolsPrefix.empty() || !Config.AllocSectionsPrefix.empty() || in handleArgs()
/external/llvm-project/llvm/tools/llvm-objcopy/
DCopyConfig.h172 StringRef AllocSectionsPrefix; member
DCopyConfig.cpp619 Config.AllocSectionsPrefix = in parseObjcopyOptions()
/external/llvm-project/llvm/tools/llvm-objcopy/ELF/
DELFObjcopy.cpp672 if (!Config.AllocSectionsPrefix.empty()) { in handleArgs()
676 Sec.Name = (Config.AllocSectionsPrefix + Sec.Name).str(); in handleArgs()
708 (prefix + Config.AllocSectionsPrefix + TargetSec->Name).str(); in handleArgs()
/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.cpp333 !Config.AllocSectionsPrefix.empty() || !Config.KeepSection.empty() || in handleArgs()