Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.h958 llvm::Constant *GetFunctionStart(const ValueDecl *Decl);
H A DCGExprConstant.cpp2225 return CGM.GetFunctionStart( in VisitCallExpr()
H A DCodeGenModule.cpp4801 llvm::Constant *CodeGenModule::GetFunctionStart(const ValueDecl *Decl) { in GetFunctionStart() function in CodeGenModule
H A DCGBuiltin.cpp5264 return RValue::get(CGM.GetFunctionStart( in EmitBuiltinExpr()