Searched refs:FunctionLineTables (Results 1 – 2 of 2) sorted by relevance
656 StringMap<StringRef> FunctionLineTables; in traverseSymbolSection() 728 if (FunctionLineTables.count(SymbolName) != 0) { in traverseSymbolSection() 733 FunctionLineTables[SymbolName] = Contents; in traverseSymbolSection() 753 BinaryStreamReader Reader(FunctionLineTables[SymbolName], in traverseSymbolSection() 658 StringMap<StringRef> FunctionLineTables; traverseSymbolSection() local
1139 StringMap<StringRef> FunctionLineTables; in printCodeViewSymbolSection() local1230 if (FunctionLineTables.count(LinkageName) != 0) { in printCodeViewSymbolSection()1237 FunctionLineTables[LinkageName] = Contents; in printCodeViewSymbolSection()1308 BinaryStreamReader Reader(FunctionLineTables[Name], in printCodeViewSymbolSection()