Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/CodeGen/
H A DLexicalScopesTest.cpp139 EXPECT_EQ(LS.getCurrentFunctionScope(), nullptr); in TEST_F()
143 LexicalScope *FuncScope = LS.getCurrentFunctionScope(); in TEST_F()
185 LexicalScope *FuncScope = LS.getCurrentFunctionScope(); in TEST_F()
220 LexicalScope *FuncScope = LS.getCurrentFunctionScope(); in TEST_F()
255 LexicalScope *FuncScope = LS.getCurrentFunctionScope(); in TEST_F()
290 LexicalScope *FuncScope = LS.getCurrentFunctionScope(); in TEST_F()
309 LexicalScope *FuncScope = LS.getCurrentFunctionScope(); in TEST_F()
347 LexicalScope *FuncScope = LS.getCurrentFunctionScope(); in TEST_F()
389 LexicalScope *FuncScope = LS.getCurrentFunctionScope(); in TEST_F()
446 LexicalScope *FuncScope = LS.getCurrentFunctionScope(); in TEST_F()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DLexicalScopes.h156 LexicalScope *getCurrentFunctionScope() const { in getCurrentFunctionScope() function
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp114 WorkList.push_back(LScopes.getCurrentFunctionScope()); in identifyScopeMarkers()
H A DDwarfDebug.cpp2148 assert(LScopes.empty() || SP == LScopes.getCurrentFunctionScope()->getScopeNode()); in beginFunctionImpl()
2204 LexicalScope *FnScope = LScopes.getCurrentFunctionScope(); in endFunctionImpl()
H A DCodeViewDebug.cpp3012 if (LexicalScope *CFS = LScopes.getCurrentFunctionScope()) in endFunctionImpl()
/llvm-project-15.0.7/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp2968 auto *TopScope = LS.getCurrentFunctionScope(); in makeDepthFirstEjectionMap()
3020 if (!LS.getCurrentFunctionScope()) in depthFirstVLocAndEmit()
3060 WorkStack.push_back({LS.getCurrentFunctionScope(), 0}); in depthFirstVLocAndEmit()