Searched refs:FunctionLineTables (Results 1 – 2 of 2) sorted by relevance
651 StringMap<StringRef> FunctionLineTables; in traverseSymbolSection() local723 if (!FunctionLineTables.try_emplace(SymbolName, Contents).second) { in traverseSymbolSection()747 BinaryStreamReader Reader(FunctionLineTables[SymbolName], in traverseSymbolSection()
1184 StringMap<StringRef> FunctionLineTables; in printCodeViewSymbolSection() local1276 FunctionLineTables.try_emplace(LinkageName, Contents); in printCodeViewSymbolSection()1354 BinaryStreamReader Reader(FunctionLineTables[Name], in printCodeViewSymbolSection()