Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DLexicalScopes.h156 LexicalScope *getCurrentFunctionScope() const { in getCurrentFunctionScope() function
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
DDebugHandlerBase.cpp113 WorkList.push_back(LScopes.getCurrentFunctionScope()); in identifyScopeMarkers()
DDwarfDebug.cpp2184 assert(LScopes.empty() || SP == LScopes.getCurrentFunctionScope()->getScopeNode()); in beginFunctionImpl()
2240 LexicalScope *FnScope = LScopes.getCurrentFunctionScope(); in endFunctionImpl()
DCodeViewDebug.cpp3041 if (LexicalScope *CFS = LScopes.getCurrentFunctionScope()) in endFunctionImpl()