Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DLexicalScopes.cpp177 LexicalScope *InlinedScope = LexicalScopeMap.lookup(InlinedAt); in getOrCreateInlinedScope() local
178 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()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DDebugInfo.cpp903 DIVariable llvm::createInlinedVariable(MDNode *DV, MDNode *InlinedScope, in createInlinedVariable() argument
908 i == 7 ? Elts.push_back(InlinedScope) : in createInlinedVariable()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DDebugInfo.h785 DIVariable createInlinedVariable(MDNode *DV, MDNode *InlinedScope,