Home
last modified time | relevance | path

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

/llvm-project/llvm/unittests/CodeGen/
H A DLexicalScopesTest.cpp140 EXPECT_EQ(LS.getCurrentFunctionScope(), nullptr); in TEST_F()
144 LexicalScope *FuncScope = LS.getCurrentFunctionScope(); in TEST_F()
186 LexicalScope *FuncScope = LS.getCurrentFunctionScope(); in TEST_F()
221 LexicalScope *FuncScope = LS.getCurrentFunctionScope(); in TEST_F()
256 LexicalScope *FuncScope = LS.getCurrentFunctionScope(); in TEST_F()
291 LexicalScope *FuncScope = LS.getCurrentFunctionScope(); in TEST_F()
310 LexicalScope *FuncScope = LS.getCurrentFunctionScope(); in TEST_F()
348 LexicalScope *FuncScope = LS.getCurrentFunctionScope(); in TEST_F()
390 LexicalScope *FuncScope = LS.getCurrentFunctionScope(); in TEST_F()
447 LexicalScope *FuncScope = LS.getCurrentFunctionScope(); in TEST_F()
[all...]
/llvm-project/llvm/include/llvm/CodeGen/
H A DLexicalScopes.h156 LexicalScope *getCurrentFunctionScope() const { in getCurrentFunctionScope() function
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp116 WorkList.push_back(LScopes.getCurrentFunctionScope()); in identifyScopeMarkers()
H A DDwarfDebug.cpp2473 assert(LScopes.empty() || SP == LScopes.getCurrentFunctionScope()->getScopeNode()); in computeIndexValue()
2534 LexicalScope *FnScope = LScopes.getCurrentFunctionScope(); in emitDebugPubSection()
H A DCodeViewDebug.cpp3041 if (LexicalScope *CFS = LScopes.getCurrentFunctionScope()) in collectLexicalBlockInfo()
/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp3503 auto *TopScope = LS.getCurrentFunctionScope(); in depthFirstVLocAndEmit()
3555 if (!LS.getCurrentFunctionScope()) in depthFirstVLocAndEmit()
3595 WorkStack.push_back({LS.getCurrentFunctionScope(), 0}); in depthFirstVLocAndEmit()