Searched refs:InlinedScope (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/
H A DLexicalScopes.cpp177 LexicalScope *InlinedScope = LexicalScopeMap.lookup(InlinedAt); local
178 if (InlinedScope)
179 return InlinedScope;
182 InlinedScope = new LexicalScope(getOrCreateLexicalScope(InlinedLoc),
184 InlinedLexicalScopeMap[InlinedLoc] = InlinedScope;
185 LexicalScopeMap[InlinedAt] = InlinedScope;
186 return InlinedScope;
/external/llvm/lib/Analysis/
H A DDebugInfo.cpp967 /// @param InlinedScope Location at current variable is inlined.
968 DIVariable llvm::createInlinedVariable(MDNode *DV, MDNode *InlinedScope, argument
973 i == 7 ? Elts.push_back(InlinedScope) :
/external/llvm/include/llvm/Analysis/
H A DDebugInfo.h862 /// @param InlinedScope Location at current variable is inlined.
863 DIVariable createInlinedVariable(MDNode *DV, MDNode *InlinedScope,

Completed in 245 milliseconds