Searched refs:InlinedScope (Results 1 – 3 of 3) sorted by relevance
177 LexicalScope *InlinedScope = LexicalScopeMap.lookup(InlinedAt); in getOrCreateInlinedScope() local178 if (InlinedScope) in getOrCreateInlinedScope()179 return InlinedScope; in getOrCreateInlinedScope()182 InlinedScope = new LexicalScope(getOrCreateLexicalScope(InlinedLoc), in getOrCreateInlinedScope()184 InlinedLexicalScopeMap[InlinedLoc] = InlinedScope; in getOrCreateInlinedScope()185 LexicalScopeMap[InlinedAt] = InlinedScope; in getOrCreateInlinedScope()186 return InlinedScope; in getOrCreateInlinedScope()
903 DIVariable llvm::createInlinedVariable(MDNode *DV, MDNode *InlinedScope, in createInlinedVariable() argument908 i == 7 ? Elts.push_back(InlinedScope) : in createInlinedVariable()
785 DIVariable createInlinedVariable(MDNode *DV, MDNode *InlinedScope,