Home
last modified time | relevance | path

Searched refs:SectionRename (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h76 struct SectionRename { struct
244 StringMap<SectionRename> SectionsToRename;
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp191 static Expected<SectionRename> parseRenameSectionValue(StringRef FlagValue) { in parseRenameSectionValue()
198 SectionRename SR; in parseRenameSectionValue()
788 Expected<SectionRename> SR = in parseObjcopyOptions()
825 const SectionRename &SR = E.second; in parseObjcopyOptions()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp716 const SectionRename &SR = Iter->second; in handleArgs()