Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp649 bool InFunctionScope = false; in printCodeViewSymbolsSubsection() local
663 if (InFunctionScope || Size < 36) { in printCodeViewSymbolsSubsection()
667 InFunctionScope = true; in printCodeViewSymbolsSubsection()
694 if (!InFunctionScope || Size > 0) { in printCodeViewSymbolsSubsection()
698 InFunctionScope = false; in printCodeViewSymbolsSubsection()
717 if (InFunctionScope) in printCodeViewSymbolsSubsection()