Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1049 StringMap<StringRef> FunctionLineTables; in printCodeViewSymbolSection() local
1140 if (FunctionLineTables.count(LinkageName) != 0) { in printCodeViewSymbolSection()
1147 FunctionLineTables[LinkageName] = Contents; in printCodeViewSymbolSection()
1218 BinaryStreamReader Reader(FunctionLineTables[Name], support::little); in printCodeViewSymbolSection()