Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp656 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
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1139 StringMap<StringRef> FunctionLineTables; in printCodeViewSymbolSection() local
1230 if (FunctionLineTables.count(LinkageName) != 0) { in printCodeViewSymbolSection()
1237 FunctionLineTables[LinkageName] = Contents; in printCodeViewSymbolSection()
1308 BinaryStreamReader Reader(FunctionLineTables[Name], in printCodeViewSymbolSection()