Lines Matching full:symbols
46 for (auto &Sym : Obj.symbols()) { in getMachOObjectFileSymbolInfo()
52 // Skip symbols not defined in this object file. in getMachOObjectFileSymbolInfo()
56 // Skip symbols that are not global. in getMachOObjectFileSymbolInfo()
60 // Skip symbols that have type SF_File. in getMachOObjectFileSymbolInfo()
74 // Strip the 'exported' flag from MachO linker-private symbols. in getMachOObjectFileSymbolInfo()
103 for (auto &Sym : Obj.symbols()) { in getELFObjectFileSymbolInfo()
109 // Skip symbols not defined in this object file. in getELFObjectFileSymbolInfo()
113 // Skip symbols that are not global. in getELFObjectFileSymbolInfo()
117 // Skip symbols that have type SF_File. in getELFObjectFileSymbolInfo()
158 for (auto &Sym : Obj.symbols()) { in getCOFFObjectFileSymbolInfo()
164 // Handle comdat symbols in getCOFFObjectFileSymbolInfo()
185 // Skip symbols not defined in this object file. in getCOFFObjectFileSymbolInfo()
190 // Skip symbols that are not global. in getCOFFObjectFileSymbolInfo()
194 // Skip symbols that have type SF_File. in getCOFFObjectFileSymbolInfo()
239 for (auto &Sym : Obj.symbols()) { in getGenericObjectFileSymbolInfo()
245 // Skip symbols not defined in this object file. in getGenericObjectFileSymbolInfo()
249 // Skip symbols that are not global. in getGenericObjectFileSymbolInfo()
253 // Skip symbols that have type SF_File. in getGenericObjectFileSymbolInfo()