Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DLexicalScopes.h175 ArrayRef<LexicalScope *> getAbstractScopesList() const { in getAbstractScopesList() function
/external/llvm/include/llvm/CodeGen/
DLexicalScopes.h174 ArrayRef<LexicalScope *> getAbstractScopesList() const { in getAbstractScopesList() function
/external/llvm-project/llvm/include/llvm/CodeGen/
DLexicalScopes.h175 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-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp1888 LScopes.getAbstractScopesList().empty() && !IsDarwin) { in endFunctionImpl()
1896 size_t NumAbstractScopes = LScopes.getAbstractScopesList().size(); in endFunctionImpl()
1899 for (LexicalScope *AScope : LScopes.getAbstractScopesList()) { in endFunctionImpl()
1915 assert(LScopes.getAbstractScopesList().size() == NumAbstractScopes in endFunctionImpl()
1924 if (!LScopes.getAbstractScopesList().empty() && in endFunctionImpl()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp2114 LScopes.getAbstractScopesList().empty() && !IsDarwin) { in endFunctionImpl()
2122 size_t NumAbstractScopes = LScopes.getAbstractScopesList().size(); in endFunctionImpl()
2125 for (LexicalScope *AScope : LScopes.getAbstractScopesList()) { in endFunctionImpl()
2141 assert(LScopes.getAbstractScopesList().size() == NumAbstractScopes in endFunctionImpl()
2150 if (!LScopes.getAbstractScopesList().empty() && in endFunctionImpl()
/external/llvm-project/llvm/unittests/CodeGen/
DLexicalScopesTest.cpp235 const auto &AbstractScopes = LS.getAbstractScopesList(); in TEST_F()