Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/
H A DConfigManager.cpp19 !Common.AllocSectionsPrefix.empty() || !Common.KeepSection.empty() || in getCOFFConfig()
39 !Common.AllocSectionsPrefix.empty() || !Common.KeepSection.empty() || in getMachOConfig()
62 !Common.AllocSectionsPrefix.empty() || in getWasmConfig()
83 !Common.AllocSectionsPrefix.empty() || in getXCOFFConfig()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h215 StringRef AllocSectionsPrefix; member
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp843 if (!Config.AllocSectionsPrefix.empty()) { in handleArgs()
847 Sec.Name = (Config.AllocSectionsPrefix + Sec.Name).str(); in handleArgs()
866 Sec.Name = (RelocSec->getNamePrefix() + Config.AllocSectionsPrefix + in handleArgs()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp835 Config.AllocSectionsPrefix = in parseObjcopyOptions()