Home
last modified time | relevance | path

Searched refs:AllowBrokenLinks (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/llvm/tools/llvm-objcopy/ELF/
DObject.h421 removeSectionReferences(bool AllowBrokenLinks,
489 bool AllowBrokenLinks,
706 bool AllowBrokenLinks,
777 bool AllowBrokenLinks,
817 bool AllowBrokenLinks,
861 bool AllowBrokenLinks,
1076 Error removeSections(bool AllowBrokenLinks,
DObject.cpp753 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()
DELFObjcopy.cpp276 (*DWOFile)->removeSections(Config.AllowBrokenLinks, OnlyKeepDWOPred)) in splitDWOToFile()
613 return Obj.removeSections(Config.AllowBrokenLinks, RemovePred); in replaceAndRemoveSections()
/external/llvm-project/llvm/tools/llvm-objcopy/
DCopyConfig.h216 bool AllowBrokenLinks = false; member
DCopyConfig.cpp803 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/
DCOFFObjcopy.cpp252 if (Config.AllowBrokenLinks || !Config.BuildIdLinkDir.empty() || in handleArgs()
/external/llvm-project/llvm/tools/llvm-objcopy/MachO/
DMachOObjcopy.cpp330 if (Config.AllowBrokenLinks || !Config.BuildIdLinkDir.empty() || in handleArgs()