Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp717 createAbstractVariable(Cleansed, LScopes.getOrCreateAbstractScope( in ensureAbstractVariableIsCreated()
728 LScopes.findAbstractScope(cast_or_null<DILocalScope>(ScopeNode))) in ensureAbstractVariableIsCreatedIfScoped()
743 LexicalScope *Scope = LScopes.findLexicalScope(VI.Loc); in collectVariableInfoFromMMITable()
924 Scope = LScopes.findInlinedScope(IV.first->getScope(), IA); in collectVariableInfo()
926 Scope = LScopes.findLexicalScope(IV.first->getScope()); in collectVariableInfo()
964 if (LexicalScope *Scope = LScopes.findLexicalScope(DV->getScope())) in collectVariableInfo()
1063 WorkList.push_back(LScopes.getCurrentFunctionScope()); in identifyScopeMarkers()
1109 LScopes.initialize(*MF); in beginFunction()
1110 if (LScopes.empty()) in beginFunction()
1121 LexicalScope *FnScope = LScopes.getCurrentFunctionScope(); in beginFunction()
[all …]
DDwarfDebug.h216 LexicalScopes LScopes; variable