Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp747 StringMap<StringRef> FunctionLineTables; in printCodeViewSymbolSection() local
822 if (FunctionLineTables.count(LinkageName) != 0) { in printCodeViewSymbolSection()
828 FunctionLineTables[LinkageName] = Contents; in printCodeViewSymbolSection()
881 DataExtractor DE(FunctionLineTables[Name], true, 4); in printCodeViewSymbolSection()