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

/external/llvm/lib/DebugInfo/CodeView/
H A DSymbolDumper.cpp34 W(W), PrintRecordBytes(PrintRecordBytes), InFunctionScope(false) {}
56 bool InFunctionScope; member in class:__anon14013::CVSymbolDumperImpl
550 if (InFunctionScope)
553 InFunctionScope = true;
585 InFunctionScope = false;
/external/llvm/tools/dsymutil/
H A DDwarfLinker.cpp2684 bool InFunctionScope) {
2699 return (SkipPC || (!InFunctionScope && Tag == dwarf::DW_TAG_variable &&
2682 shouldSkipAttribute(DWARFAbbreviationDeclaration::AttributeSpec AttrSpec, uint16_t Tag, bool InDebugMap, bool SkipPC, bool InFunctionScope) argument

Completed in 1379 milliseconds