|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
tools/clang/lib/CodeGen/CodeGenFunction.h 3409 llvm::Value *EmitFromMemory(llvm::Value *Value, QualType Ty);
References
tools/clang/lib/CodeGen/CGAtomic.cpp 1400 return RValue::get(CGF.EmitFromMemory(IntVal, ValueTy));
tools/clang/lib/CodeGen/CGBuiltin.cpp 106 V = CGF.EmitFromMemory(V, T);
tools/clang/lib/CodeGen/CGExpr.cpp 1660 return EmitFromMemory(V, Ty);
1688 return EmitFromMemory(Load, Ty);
2087 *Result = EmitFromMemory(ResultVal, Dst.getType());
tools/clang/lib/CodeGen/CGExprScalar.cpp 1525 return CGF.EmitFromMemory(CGF.CGM.EmitNullConstant(Ty), Ty);
tools/clang/lib/CodeGen/CGStmtOpenMP.cpp 628 CallArgs.emplace_back(WrapperCGF.EmitFromMemory(CallArg, Arg->getType()));