Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.h937 llvm::Constant *GetFunctionStart(const ValueDecl *Decl);
H A DCGExprConstant.cpp2039 return CGM.GetFunctionStart( in VisitCallExpr()
H A DCodeGenModule.cpp4691 llvm::Constant *CodeGenModule::GetFunctionStart(const ValueDecl *Decl) { in GetFunctionStart() function in CodeGenModule
H A DCGBuiltin.cpp5079 return RValue::get(CGM.GetFunctionStart( in EmitBuiltinExpr()