Home
last modified time | relevance | path

Searched refs:FunctionLineTables (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp991 StringMap<StringRef> FunctionLineTables; in printCodeViewSymbolSection() local
1082 if (FunctionLineTables.count(LinkageName) != 0) { in printCodeViewSymbolSection()
1089 FunctionLineTables[LinkageName] = Contents; in printCodeViewSymbolSection()
1160 BinaryStreamReader Reader(FunctionLineTables[Name], support::little); in printCodeViewSymbolSection()