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.h1019 llvm::Constant *GetFunctionStart(const ValueDecl *Decl);
H A DCGExprConstant.cpp2338 return CGM.GetFunctionStart( in VisitCallExpr()
H A DCGBuiltin.cpp5468 return RValue::get(CGM.GetFunctionStart( in EmitBuiltinExpr()
H A DCodeGenModule.cpp5048 llvm::Constant *CodeGenModule::GetFunctionStart(const ValueDecl *Decl) { in GetFunctionStart() function in CodeGenModule