Searched refs:emitBuiltinObjectSize (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.h4510 llvm::Value *emitBuiltinObjectSize(const Expr *E, unsigned Type,
H A DCGBuiltin.cpp659 return emitBuiltinObjectSize(E, Type, ResType, EmittedE, IsDynamic);
673 CodeGenFunction::emitBuiltinObjectSize(const Expr *E, unsigned Type, function in class:CodeGenFunction
2325 return RValue::get(emitBuiltinObjectSize(E->getArg(0), Type, ResType,

Completed in 118 milliseconds