Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp693 createAbstractVariable(Cleansed, LScopes.getOrCreateAbstractScope( in ensureAbstractVariableIsCreated()
704 LScopes.findAbstractScope(cast_or_null<MDLocalScope>(ScopeNode))) in ensureAbstractVariableIsCreatedIfScoped()
719 LexicalScope *Scope = LScopes.findLexicalScope(VI.Loc); in collectVariableInfoFromMMITable()
895 Scope = LScopes.findInlinedScope(IV.first->getScope(), IA); in collectVariableInfo()
897 Scope = LScopes.findLexicalScope(IV.first->getScope()); in collectVariableInfo()
933 if (LexicalScope *Scope = LScopes.findLexicalScope(DV->getScope())) { in collectVariableInfo()
1038 WorkList.push_back(LScopes.getCurrentFunctionScope()); in identifyScopeMarkers()
1088 LScopes.initialize(*MF); in beginFunction()
1089 if (LScopes.empty()) in beginFunction()
1100 LexicalScope *FnScope = LScopes.getCurrentFunctionScope(); in beginFunction()
[all …]
DDwarfDebug.h210 LexicalScopes LScopes; variable