Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp677 bool InFunctionScope = false; in printCodeViewSymbolsSubsection() local
691 if (InFunctionScope || Size < 36) { in printCodeViewSymbolsSubsection()
695 InFunctionScope = true; in printCodeViewSymbolsSubsection()
721 if (!InFunctionScope || Size > 0) { in printCodeViewSymbolsSubsection()
725 InFunctionScope = false; in printCodeViewSymbolsSubsection()
744 if (InFunctionScope) in printCodeViewSymbolsSubsection()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp2627 bool InFunctionScope) { in shouldSkipAttribute() argument
2642 return (SkipPC || (!InFunctionScope && Tag == dwarf::DW_TAG_variable && in shouldSkipAttribute()