Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenModule.h929 llvm::Constant *GetFunctionStart(const ValueDecl *Decl);
H A DCGExprConstant.cpp2023 return CGM.GetFunctionStart( in VisitCallExpr()
H A DCodeGenModule.cpp4226 llvm::Constant *CodeGenModule::GetFunctionStart(const ValueDecl *Decl) { in GetFunctionStart() function in CodeGenModule
H A DCGBuiltin.cpp4516 return RValue::get(CGM.GetFunctionStart( in EmitBuiltinExpr()