Searched refs:findInlinedScope (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | LexicalScopes.h | 186 LexicalScope *findInlinedScope(const DILocalScope *N, const DILocation *IA) { in findInlinedScope() function
|
/external/llvm/include/llvm/CodeGen/ |
D | LexicalScopes.h | 185 LexicalScope *findInlinedScope(const DILocalScope *N, const DILocation *IA) { in findInlinedScope() function
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | LexicalScopes.h | 186 LexicalScope *findInlinedScope(const DILocalScope *N, const DILocation *IA) { in findInlinedScope() function
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | DbgEntityHistoryCalculator.cpp | 168 Scope = LScopes.findInlinedScope(LocalVar->getScope(), InlinedAt); in trimLocationRanges()
|
D | DwarfDebug.cpp | 1768 Scope = LScopes.findInlinedScope(LocalVar->getScope(), IA); in collectEntityInfo() 1842 Scope = LScopes.findInlinedScope(LocalScope, IA); in collectEntityInfo()
|
D | CodeViewDebug.cpp | 1328 Scope = LScopes.findInlinedScope(DIVar->getScope(), InlinedAt); in collectVariableInfo()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.cpp | 1571 Scope = LScopes.findInlinedScope(LocalVar->getScope(), IA); in collectEntityInfo() 1645 Scope = LScopes.findInlinedScope(LocalScope, IA); in collectEntityInfo()
|
D | CodeViewDebug.cpp | 1313 Scope = LScopes.findInlinedScope(DIVar->getScope(), InlinedAt); in collectVariableInfo()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.cpp | 946 Scope = LScopes.findInlinedScope(IV.first->getScope(), IA); in collectVariableInfo()
|
D | CodeViewDebug.cpp | 791 Scope = LScopes.findInlinedScope(DIVar->getScope(), InlinedAt); in collectVariableInfo()
|