Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenFunction.h4708 llvm::Value *evaluateOrEmitBuiltinObjectSize(const Expr *E, unsigned Type,
H A DCGCall.cpp4233 llvm::Value *V = evaluateOrEmitBuiltinObjectSize(Arg, PS->getType(), T, in EmitCallArgs()
H A DCGBuiltin.cpp752 CodeGenFunction::evaluateOrEmitBuiltinObjectSize(const Expr *E, unsigned Type, in evaluateOrEmitBuiltinObjectSize() function in CodeGenFunction