Searched refs:EmitLoadOfReference (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp2323 CodeGenFunction::EmitLoadOfReference(LValue RefLVal, function in class:CodeGenFunction
2339 Address PointeeAddr = EmitLoadOfReference(RefLVal, &PointeeBaseInfo,
4184 addr = EmitLoadOfReference(RefLVal, &FieldBaseInfo, &FieldTBAAInfo);
H A DCGBlocks.cpp1348 addr = EmitLoadOfReference(MakeAddrLValue(addr, capture.fieldType()));
H A DCodeGenFunction.h2166 Address EmitLoadOfReference(LValue RefLVal,
H A DCGStmtOpenMP.cpp528 ArgAddr = CGF.EmitLoadOfReference(ArgLVal);
H A DCGOpenMPRuntime.cpp8520 Address PtrAddr = CGF.EmitLoadOfReference(CGF.MakeAddrLValue(

Completed in 235 milliseconds