Home
last modified time | relevance | path

Searched refs:CreateBuiltinFunction (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/clang/lib/CodeGen/
H A DCodeGenModule.h877 llvm::Constant *CreateBuiltinFunction(llvm::FunctionType *Ty,
H A DCGExprComplex.cpp602 llvm::Constant *Func = CGF.CGM.CreateBuiltinFunction(FTy, LibCallName); in EmitComplexBinOpLibCall()
H A DCodeGenModule.cpp2018 CodeGenModule::CreateBuiltinFunction(llvm::FunctionType *FTy, in CreateBuiltinFunction() function in CodeGenModule