Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenModule.h915 llvm::Constant *GetFunctionStart(const ValueDecl *Decl);
H A DCGExprConstant.cpp2024 return CGM.GetFunctionStart( in VisitCallExpr()
H A DCodeGenModule.cpp4072 llvm::Constant *CodeGenModule::GetFunctionStart(const ValueDecl *Decl) { in GetFunctionStart() function in CodeGenModule
H A DCGBuiltin.cpp4475 return RValue::get(CGM.GetFunctionStart( in EmitBuiltinExpr()