Lines Matching full:empty

17   if (!Common.SplitDWO.empty() || !Common.SymbolsPrefix.empty() ||  in getCOFFConfig()
18 !Common.SymbolsPrefixRemove.empty() || !Common.SymbolsToSkip.empty() || in getCOFFConfig()
19 !Common.AllocSectionsPrefix.empty() || !Common.KeepSection.empty() || in getCOFFConfig()
20 !Common.SymbolsToGlobalize.empty() || !Common.SymbolsToKeep.empty() || in getCOFFConfig()
21 !Common.SymbolsToLocalize.empty() || !Common.SymbolsToWeaken.empty() || in getCOFFConfig()
22 !Common.SymbolsToKeepGlobal.empty() || !Common.SectionsToRename.empty() || in getCOFFConfig()
23 !Common.SetSectionAlignment.empty() || !Common.SetSectionType.empty() || in getCOFFConfig()
28 !Common.SymbolsToAdd.empty() || Common.GapFill != 0 || in getCOFFConfig()
37 if (!Common.SplitDWO.empty() || !Common.SymbolsPrefix.empty() || in getMachOConfig()
38 !Common.SymbolsPrefixRemove.empty() || !Common.SymbolsToSkip.empty() || in getMachOConfig()
39 !Common.AllocSectionsPrefix.empty() || !Common.KeepSection.empty() || in getMachOConfig()
40 !Common.SymbolsToGlobalize.empty() || !Common.SymbolsToKeep.empty() || in getMachOConfig()
41 !Common.SymbolsToLocalize.empty() || in getMachOConfig()
42 !Common.SymbolsToKeepGlobal.empty() || !Common.SectionsToRename.empty() || in getMachOConfig()
43 !Common.UnneededSymbolsToRemove.empty() || in getMachOConfig()
44 !Common.SetSectionAlignment.empty() || !Common.SetSectionFlags.empty() || in getMachOConfig()
45 !Common.SetSectionType.empty() || Common.ExtractDWO || in getMachOConfig()
50 !Common.SymbolsToAdd.empty() || Common.GapFill != 0 || in getMachOConfig()
59 if (!Common.AddGnuDebugLink.empty() || Common.ExtractPartition || in getWasmConfig()
60 !Common.SplitDWO.empty() || !Common.SymbolsPrefix.empty() || in getWasmConfig()
61 !Common.SymbolsPrefixRemove.empty() || !Common.SymbolsToSkip.empty() || in getWasmConfig()
62 !Common.AllocSectionsPrefix.empty() || in getWasmConfig()
63 Common.DiscardMode != DiscardType::None || !Common.SymbolsToAdd.empty() || in getWasmConfig()
64 !Common.SymbolsToGlobalize.empty() || !Common.SymbolsToLocalize.empty() || in getWasmConfig()
65 !Common.SymbolsToKeep.empty() || !Common.SymbolsToRemove.empty() || in getWasmConfig()
66 !Common.UnneededSymbolsToRemove.empty() || in getWasmConfig()
67 !Common.SymbolsToWeaken.empty() || !Common.SymbolsToKeepGlobal.empty() || in getWasmConfig()
68 !Common.SectionsToRename.empty() || !Common.SetSectionAlignment.empty() || in getWasmConfig()
69 !Common.SetSectionFlags.empty() || !Common.SetSectionType.empty() || in getWasmConfig()
70 !Common.SymbolsToRename.empty() || Common.GapFill != 0 || in getWasmConfig()
80 if (!Common.AddGnuDebugLink.empty() || Common.ExtractPartition || in getXCOFFConfig()
81 !Common.SplitDWO.empty() || !Common.SymbolsPrefix.empty() || in getXCOFFConfig()
82 !Common.SymbolsPrefixRemove.empty() || !Common.SymbolsToSkip.empty() || in getXCOFFConfig()
83 !Common.AllocSectionsPrefix.empty() || in getXCOFFConfig()
84 Common.DiscardMode != DiscardType::None || !Common.AddSection.empty() || in getXCOFFConfig()
85 !Common.DumpSection.empty() || !Common.SymbolsToAdd.empty() || in getXCOFFConfig()
86 !Common.KeepSection.empty() || !Common.OnlySection.empty() || in getXCOFFConfig()
87 !Common.ToRemove.empty() || !Common.SymbolsToGlobalize.empty() || in getXCOFFConfig()
88 !Common.SymbolsToKeep.empty() || !Common.SymbolsToLocalize.empty() || in getXCOFFConfig()
89 !Common.SymbolsToRemove.empty() || in getXCOFFConfig()
90 !Common.UnneededSymbolsToRemove.empty() || in getXCOFFConfig()
91 !Common.SymbolsToWeaken.empty() || !Common.SymbolsToKeepGlobal.empty() || in getXCOFFConfig()
92 !Common.SectionsToRename.empty() || !Common.SetSectionAlignment.empty() || in getXCOFFConfig()
93 !Common.SetSectionFlags.empty() || !Common.SetSectionType.empty() || in getXCOFFConfig()
94 !Common.SymbolsToRename.empty() || Common.ExtractDWO || in getXCOFFConfig()