Home
last modified time | relevance | path

Searched refs:getCurrentFunctionScope (Results 1 – 12 of 12) sorted by relevance

/external/llvm-project/llvm/unittests/CodeGen/
DLexicalScopesTest.cpp137 EXPECT_EQ(LS.getCurrentFunctionScope(), nullptr); in TEST_F()
141 LexicalScope *FuncScope = LS.getCurrentFunctionScope(); in TEST_F()
183 LexicalScope *FuncScope = LS.getCurrentFunctionScope(); in TEST_F()
218 LexicalScope *FuncScope = LS.getCurrentFunctionScope(); in TEST_F()
253 LexicalScope *FuncScope = LS.getCurrentFunctionScope(); in TEST_F()
288 LexicalScope *FuncScope = LS.getCurrentFunctionScope(); in TEST_F()
307 LexicalScope *FuncScope = LS.getCurrentFunctionScope(); in TEST_F()
345 LexicalScope *FuncScope = LS.getCurrentFunctionScope(); in TEST_F()
387 LexicalScope *FuncScope = LS.getCurrentFunctionScope(); in TEST_F()
444 LexicalScope *FuncScope = LS.getCurrentFunctionScope(); in TEST_F()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DLexicalScopes.h156 LexicalScope *getCurrentFunctionScope() const { in getCurrentFunctionScope() function
/external/llvm/include/llvm/CodeGen/
DLexicalScopes.h155 LexicalScope *getCurrentFunctionScope() const { in getCurrentFunctionScope() function
/external/llvm-project/llvm/include/llvm/CodeGen/
DLexicalScopes.h156 LexicalScope *getCurrentFunctionScope() const { in getCurrentFunctionScope() function
/external/llvm/lib/CodeGen/AsmPrinter/
DDebugHandlerBase.cpp33 WorkList.push_back(LScopes.getCurrentFunctionScope()); in identifyScopeMarkers()
DDwarfDebug.cpp1058 LexicalScope *FnScope = LScopes.getCurrentFunctionScope(); in beginFunction()
1114 LexicalScope *FnScope = LScopes.getCurrentFunctionScope(); in endFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDebugHandlerBase.cpp95 WorkList.push_back(LScopes.getCurrentFunctionScope()); in identifyScopeMarkers()
DDwarfDebug.cpp1827 assert(LScopes.empty() || SP == LScopes.getCurrentFunctionScope()->getScopeNode()); in beginFunctionImpl()
1868 LexicalScope *FnScope = LScopes.getCurrentFunctionScope(); in endFunctionImpl()
DCodeViewDebug.cpp2838 if (LexicalScope *CFS = LScopes.getCurrentFunctionScope()) in endFunctionImpl()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDebugHandlerBase.cpp105 WorkList.push_back(LScopes.getCurrentFunctionScope()); in identifyScopeMarkers()
DDwarfDebug.cpp2054 assert(LScopes.empty() || SP == LScopes.getCurrentFunctionScope()->getScopeNode()); in beginFunctionImpl()
2092 LexicalScope *FnScope = LScopes.getCurrentFunctionScope(); in endFunctionImpl()
DCodeViewDebug.cpp2868 if (LexicalScope *CFS = LScopes.getCurrentFunctionScope()) in endFunctionImpl()