Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp656 StringMap<StringRef> FunctionLineTables; in traverseSymbolSection() local
728 if (FunctionLineTables.count(SymbolName) != 0) { in traverseSymbolSection()
733 FunctionLineTables[SymbolName] = Contents; in traverseSymbolSection()
753 BinaryStreamReader Reader(FunctionLineTables[SymbolName], in traverseSymbolSection()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1136 StringMap<StringRef> FunctionLineTables; in printCodeViewSymbolSection() local
1227 if (FunctionLineTables.count(LinkageName) != 0) { in printCodeViewSymbolSection()
1234 FunctionLineTables[LinkageName] = Contents; in printCodeViewSymbolSection()
1305 BinaryStreamReader Reader(FunctionLineTables[Name], in printCodeViewSymbolSection()