Searched refs:FunctionLineTables (Results 1 – 2 of 2) sorted by relevance
656 StringMap<StringRef> FunctionLineTables; in traverseSymbolSection() local728 if (FunctionLineTables.count(SymbolName) != 0) { in traverseSymbolSection()733 FunctionLineTables[SymbolName] = Contents; in traverseSymbolSection()753 BinaryStreamReader Reader(FunctionLineTables[SymbolName], in traverseSymbolSection()
1136 StringMap<StringRef> FunctionLineTables; in printCodeViewSymbolSection() local1227 if (FunctionLineTables.count(LinkageName) != 0) { in printCodeViewSymbolSection()1234 FunctionLineTables[LinkageName] = Contents; in printCodeViewSymbolSection()1305 BinaryStreamReader Reader(FunctionLineTables[Name], in printCodeViewSymbolSection()