Searched refs:EmitLoadOfReferenceLValue (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.h2169 LValue EmitLoadOfReferenceLValue(LValue RefLVal);
2170 LValue EmitLoadOfReferenceLValue(Address RefAddr, QualType RefTy, function in class:clang::CodeGen::CodeGenFunction
2175 return EmitLoadOfReferenceLValue(RefLVal);
H A DCGExpr.cpp2336 LValue CodeGenFunction::EmitLoadOfReferenceLValue(LValue RefLVal) { function in class:CodeGenFunction
2392 CGF.EmitLoadOfReferenceLValue(Addr, VD->getType(),
2576 CapLVal = EmitLoadOfReferenceLValue(I->second, VD->getType(),
2662 EmitLoadOfReferenceLValue(addr, VD->getType(), AlignmentSource::Decl) :
H A DCGOpenMPRuntimeNVPTX.cpp4881 VDLVal = CGF.EmitLoadOfReferenceLValue(VDAddr, VD->getType());
4905 VDAddr = CGF.EmitLoadOfReferenceLValue(VDAddr,
H A DCGOpenMPRuntime.cpp1115 BaseLV = CGF.EmitLoadOfReferenceLValue(RefLVal);

Completed in 209 milliseconds