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.cpp651 StringMap<StringRef> FunctionLineTables; in traverseSymbolSection() local
723 if (!FunctionLineTables.try_emplace(SymbolName, Contents).second) { in traverseSymbolSection()
747 BinaryStreamReader Reader(FunctionLineTables[SymbolName], in traverseSymbolSection()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1184 StringMap<StringRef> FunctionLineTables; in printCodeViewSymbolSection() local
1276 FunctionLineTables.try_emplace(LinkageName, Contents); in printCodeViewSymbolSection()
1354 BinaryStreamReader Reader(FunctionLineTables[Name], in printCodeViewSymbolSection()