Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/
H A DConfigManager.cpp22 !Common.SetSectionAlignment.empty() || !Common.SetSectionType.empty() || in getCOFFConfig()
42 !Common.SetSectionType.empty() || Common.ExtractDWO || in getMachOConfig()
64 !Common.SetSectionFlags.empty() || !Common.SetSectionType.empty() || in getWasmConfig()
87 !Common.SetSectionFlags.empty() || !Common.SetSectionType.empty() || in getXCOFFConfig()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h247 StringMap<uint64_t> SetSectionType; member
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp695 if (!Config.SetSectionFlags.empty() || !Config.SetSectionType.empty()) { in handleArgs()
703 auto It2 = Config.SetSectionType.find(Sec.Name); in handleArgs()
704 if (It2 != Config.SetSectionType.end()) in handleArgs()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp820 Config.SetSectionType[NameAndType->first] = NameAndType->second; in parseObjcopyOptions()
835 if (Config.SetSectionType.count(SR.NewName)) in parseObjcopyOptions()