Searched refs:AllowBrokenLinks (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/llvm/tools/llvm-objcopy/ELF/ |
D | Object.h | 421 removeSectionReferences(bool AllowBrokenLinks, 489 bool AllowBrokenLinks, 706 bool AllowBrokenLinks, 777 bool AllowBrokenLinks, 817 bool AllowBrokenLinks, 861 bool AllowBrokenLinks, 1076 Error removeSections(bool AllowBrokenLinks,
|
D | Object.cpp | 753 bool AllowBrokenLinks, function_ref<bool(const SectionBase *)> ToRemove) { in removeSectionReferences() argument 757 if (!AllowBrokenLinks) in removeSectionReferences() 897 bool AllowBrokenLinks, function_ref<bool(const SectionBase *)> ToRemove) { in removeSectionReferences() argument 899 if (!AllowBrokenLinks) in removeSectionReferences() 1036 bool AllowBrokenLinks, function_ref<bool(const SectionBase *)> ToRemove) { in removeSectionReferences() argument 1038 if (!AllowBrokenLinks) in removeSectionReferences() 1075 bool AllowBrokenLinks, function_ref<bool(const SectionBase *)> ToRemove) { in removeSectionReferences() argument 1077 if (!AllowBrokenLinks) in removeSectionReferences() 2101 bool AllowBrokenLinks, std::function<bool(const SectionBase &)> ToRemove) { in removeSections() argument 2138 AllowBrokenLinks, [&RemoveSections](const SectionBase *Sec) { in removeSections()
|
D | ELFObjcopy.cpp | 276 (*DWOFile)->removeSections(Config.AllowBrokenLinks, OnlyKeepDWOPred)) in splitDWOToFile() 613 return Obj.removeSections(Config.AllowBrokenLinks, RemovePred); in replaceAndRemoveSections()
|
/external/llvm-project/llvm/tools/llvm-objcopy/ |
D | CopyConfig.h | 216 bool AllowBrokenLinks = false; member
|
D | CopyConfig.cpp | 803 Config.AllowBrokenLinks = InputArgs.hasArg(OBJCOPY_allow_broken_links); in parseObjcopyOptions() 1091 Config.AllowBrokenLinks = InputArgs.hasArg(STRIP_allow_broken_links); in parseStripOptions()
|
/external/llvm-project/llvm/tools/llvm-objcopy/COFF/ |
D | COFFObjcopy.cpp | 252 if (Config.AllowBrokenLinks || !Config.BuildIdLinkDir.empty() || in handleArgs()
|
/external/llvm-project/llvm/tools/llvm-objcopy/MachO/ |
D | MachOObjcopy.cpp | 330 if (Config.AllowBrokenLinks || !Config.BuildIdLinkDir.empty() || in handleArgs()
|