Searched defs:InlinedScope (Results 1 - 2 of 2) 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/VMCore/
H A DDebugInfo.cpp720 /// @param InlinedScope Location at current variable is inlined.
721 DIVariable llvm::createInlinedVariable(MDNode *DV, MDNode *InlinedScope, argument
726 i == 7 ? Elts.push_back(InlinedScope) :

Completed in 38 milliseconds