Home
last modified time | relevance | path

Searched refs:getAbstractScopesList (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DLexicalScopes.h83 ArrayRef<LexicalScope *> getAbstractScopesList() const { in getAbstractScopesList() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DLexicalScopes.h176 ArrayRef<LexicalScope *> getAbstractScopesList() const { in getAbstractScopesList() function
/external/llvm/include/llvm/CodeGen/
DLexicalScopes.h174 ArrayRef<LexicalScope *> getAbstractScopesList() const { in getAbstractScopesList() function
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp1127 LScopes.getAbstractScopesList().empty() && !IsDarwin) { in endFunction()
1140 size_t NumAbstractScopes = LScopes.getAbstractScopesList().size(); in endFunction()
1143 for (LexicalScope *AScope : LScopes.getAbstractScopesList()) { in endFunction()
1151 assert(LScopes.getAbstractScopesList().size() == NumAbstractScopes in endFunction()
1159 if (!LScopes.getAbstractScopesList().empty()) in endFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp1431 LScopes.getAbstractScopesList().empty() && !IsDarwin) { in endFunctionImpl()
1439 size_t NumAbstractScopes = LScopes.getAbstractScopesList().size(); in endFunctionImpl()
1442 for (LexicalScope *AScope : LScopes.getAbstractScopesList()) { in endFunctionImpl()
1451 assert(LScopes.getAbstractScopesList().size() == NumAbstractScopes in endFunctionImpl()
1461 if (!LScopes.getAbstractScopesList().empty() && in endFunctionImpl()
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp1309 ArrayRef<LexicalScope *> AList = LScopes.getAbstractScopesList(); in endFunction()