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

/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DCopyConfig.h75 struct SectionRename { struct in namespace:llvm::objcopy
195 StringMap<SectionRename> SectionsToRename;
H A DCopyConfig.cpp170 static Expected<SectionRename> parseRenameSectionValue(StringRef FlagValue) {
177 SectionRename SR;
577 Expected<SectionRename> SR =
607 const SectionRename &SR = E.second;
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DELFObjcopy.cpp626 const SectionRename &SR = Iter->second;

Completed in 290 milliseconds