Home
last modified time | relevance | path

Searched refs:FunctionLineTables (Results 1 – 2 of 2) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DCOFFDumper.cpp954 StringMap<StringRef> FunctionLineTables; in printCodeViewSymbolSection() local
1030 if (FunctionLineTables.count(LinkageName) != 0) { in printCodeViewSymbolSection()
1036 FunctionLineTables[LinkageName] = Contents; in printCodeViewSymbolSection()
1085 BinaryStreamReader Reader(FunctionLineTables[Name], support::little); in printCodeViewSymbolSection()