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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLexicalScopes.h155 /// getCurrentFunctionScope - Return lexical scope for the current function.
156 LexicalScope *getCurrentFunctionScope() const { function in class:llvm::LexicalScopes
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp95 WorkList.push_back(LScopes.getCurrentFunctionScope());
H A DDwarfDebug.cpp2090 assert(LScopes.empty() || SP == LScopes.getCurrentFunctionScope()->getScopeNode());
2128 LexicalScope *FnScope = LScopes.getCurrentFunctionScope();
H A DCodeViewDebug.cpp2865 if (LexicalScope *CFS = LScopes.getCurrentFunctionScope())

Completed in 236 milliseconds