Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DLexicalScopes.h156 LexicalScope *getCurrentFunctionScope() const { in getCurrentFunctionScope() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp113 WorkList.push_back(LScopes.getCurrentFunctionScope()); in identifyScopeMarkers()
H A DDwarfDebug.cpp2184 assert(LScopes.empty() || SP == LScopes.getCurrentFunctionScope()->getScopeNode()); in beginFunctionImpl()
2240 LexicalScope *FnScope = LScopes.getCurrentFunctionScope(); in endFunctionImpl()
H A DCodeViewDebug.cpp3041 if (LexicalScope *CFS = LScopes.getCurrentFunctionScope()) in endFunctionImpl()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp3442 auto *TopScope = LS.getCurrentFunctionScope(); in makeDepthFirstEjectionMap()
3494 if (!LS.getCurrentFunctionScope()) in depthFirstVLocAndEmit()
3535 WorkStack.push_back({LS.getCurrentFunctionScope(), 0}); in depthFirstVLocAndEmit()