Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp492 StringMap<StringRef> FunctionLineTables; in printCodeViewSection() local
547 if (FunctionLineTables.count(LinkageName) != 0) { in printCodeViewSection()
553 FunctionLineTables[LinkageName] = Contents; in printCodeViewSection()
593 DataExtractor DE(FunctionLineTables[Name], true, 4); in printCodeViewSection()