Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp678 if (!Config.SetSectionFlags.empty() || !Config.SetSectionType.empty()) { in handleArgs()
685 auto It2 = Config.SetSectionType.find(Sec.Name); in handleArgs()
686 if (It2 != Config.SetSectionType.end()) in handleArgs()
/openbsd-src/gnu/llvm/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h244 StringMap<uint64_t> SetSectionType; member
/openbsd-src/gnu/llvm/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp822 Config.SetSectionType[NameAndType->first] = NameAndType->second; in parseObjcopyOptions()
837 if (Config.SetSectionType.count(SR.NewName)) in parseObjcopyOptions()