Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h69 struct SectionRename { struct
239 StringMap<SectionRename> SectionsToRename;
/src/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp194 static Expected<SectionRename> parseRenameSectionValue(StringRef FlagValue) { in parseRenameSectionValue()
201 SectionRename SR; in parseRenameSectionValue()
894 Expected<SectionRename> SR = in parseObjcopyOptions()
931 const SectionRename &SR = E.second; in parseObjcopyOptions()
/src/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp816 const SectionRename &SR = Iter->second; in handleArgs()