Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h70 struct SectionRename { struct
253 StringMap<SectionRename> SectionsToRename;
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp206 static Expected<SectionRename> parseRenameSectionValue(StringRef FlagValue) { in parseRenameSectionValue()
213 SectionRename SR; in parseRenameSectionValue()
1002 Expected<SectionRename> SR = in parseObjcopyOptions()
1039 const SectionRename &SR = E.second; in parseObjcopyOptions()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp973 const SectionRename &SR = Iter->second; in handleArgs()