Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DLexicalScopes.h156 LexicalScope *getCurrentFunctionScope() const { in getCurrentFunctionScope() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp115 WorkList.push_back(LScopes.getCurrentFunctionScope()); in identifyScopeMarkers()
H A DDwarfDebug.cpp2094 assert(LScopes.empty() || SP == LScopes.getCurrentFunctionScope()->getScopeNode()); in beginFunctionImpl()
2132 LexicalScope *FnScope = LScopes.getCurrentFunctionScope(); in endFunctionImpl()
H A DCodeViewDebug.cpp2901 if (LexicalScope *CFS = LScopes.getCurrentFunctionScope()) in endFunctionImpl()