Home
last modified time | relevance | path

Searched defs:AllowBrokenLinks (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/llvm/tools/llvm-objcopy/ELF/
DObject.cpp753 bool AllowBrokenLinks, function_ref<bool(const SectionBase *)> ToRemove) { in removeSectionReferences()
897 bool AllowBrokenLinks, function_ref<bool(const SectionBase *)> ToRemove) { in removeSectionReferences()
1036 bool AllowBrokenLinks, function_ref<bool(const SectionBase *)> ToRemove) { in removeSectionReferences()
1075 bool AllowBrokenLinks, function_ref<bool(const SectionBase *)> ToRemove) { in removeSectionReferences()
2101 bool AllowBrokenLinks, std::function<bool(const SectionBase &)> ToRemove) { in removeSections()
/external/llvm-project/llvm/tools/llvm-objcopy/
DCopyConfig.h216 bool AllowBrokenLinks = false; member