Searched refs:getSymbolStrings (Results 1 – 4 of 4) sorted by relevance
76 getSymbolStrings(const COFFLinkerContext &ctx, in getSymbolStrings() function103 DenseMap<DefinedRegular *, std::string> symStr = getSymbolStrings(ctx, syms); in writeLLDMapFile()
143 getSymbolStrings(const COFFLinkerContext &ctx, ArrayRef<Defined *> syms) { in getSymbolStrings() function221 DenseMap<Defined *, std::string> symStr = getSymbolStrings(ctx, syms); in writeMapFile()223 getSymbolStrings(ctx, staticSyms); in writeMapFile()
75 getSymbolStrings(ArrayRef<Symbol *> syms) { in getSymbolStrings() function120 DenseMap<Symbol *, std::string> symStr = getSymbolStrings(syms); in writeMapFile()
93 getSymbolStrings(ArrayRef<Defined *> syms) { in getSymbolStrings() function153 DenseMap<Symbol *, std::string> symStr = getSymbolStrings(syms); in writeMapFile()