Home
last modified time | relevance | path

Searched refs:emitAbstract (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DConstantEmitter.h103 llvm::Constant *emitAbstract(const Expr *E, QualType T);
104 llvm::Constant *emitAbstract(SourceLocation loc, const APValue &value,
H A DCGExprConstant.cpp1213 ConstantEmitter::emitAbstract(const Expr *E, QualType destType) { in emitAbstract() function in ConstantEmitter
1226 ConstantEmitter::emitAbstract(SourceLocation loc, const APValue &value, in emitAbstract() function in ConstantEmitter
H A DCGExpr.cpp1461 auto C = ConstantEmitter(*this).emitAbstract(refExpr->getLocation(), in tryEmitAsConstant()
2468 ConstantEmitter(*this).emitAbstract(E->getLocation(), in EmitDeclRefLValue()
H A DCGDebugInfo.cpp1789 llvm::Constant *V = ConstantEmitter(CGM).emitAbstract(E, T); in CollectTemplateParams()
H A DCodeGenModule.cpp5505 llvm::Constant *C = ConstantEmitter(CGF).emitAbstract(E, E->getType()); in createOpenCLIntToSamplerConversion()
H A DCGBuiltin.cpp1680 return RValue::get(ConstantEmitter(*this).emitAbstract(E, E->getType())); in EmitBuiltinExpr()
2400 Value *Depth = ConstantEmitter(*this).emitAbstract(E->getArg(0), in EmitBuiltinExpr()
2410 Value *Depth = ConstantEmitter(*this).emitAbstract(E->getArg(0), in EmitBuiltinExpr()