Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DLexicalScopes.h157 LexicalScope *getCurrentFunctionScope() const { in getCurrentFunctionScope() function
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp96 WorkList.push_back(LScopes.getCurrentFunctionScope()); in identifyScopeMarkers()
H A DDwarfDebug.cpp1530 assert(LScopes.empty() || SP == LScopes.getCurrentFunctionScope()->getScopeNode()); in beginFunctionImpl()
1573 LexicalScope *FnScope = LScopes.getCurrentFunctionScope(); in endFunctionImpl()
H A DCodeViewDebug.cpp2785 if (LexicalScope *CFS = LScopes.getCurrentFunctionScope()) in endFunctionImpl()