Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ObjCopy/
H A DConfigManager.cpp23 !Common.SetSectionType.empty() || Common.ExtractDWO || in getCOFFConfig()
41 !Common.SetSectionType.empty() || Common.ExtractDWO || in getMachOConfig()
62 !Common.SetSectionFlags.empty() || !Common.SetSectionType.empty() || in getWasmConfig()
84 !Common.SetSectionFlags.empty() || !Common.SetSectionType.empty() || in getXCOFFConfig()
/llvm-project-15.0.7/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp679 if (!Config.SetSectionFlags.empty() || !Config.SetSectionType.empty()) { in handleArgs()
686 auto It2 = Config.SetSectionType.find(Sec.Name); in handleArgs()
687 if (It2 != Config.SetSectionType.end()) in handleArgs()
/llvm-project-15.0.7/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h244 StringMap<uint64_t> SetSectionType; member
/llvm-project-15.0.7/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp806 Config.SetSectionType[NameAndType->first] = NameAndType->second; in parseObjcopyOptions()
821 if (Config.SetSectionType.count(SR.NewName)) in parseObjcopyOptions()