reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/lib/CodeGen/CodeGenFunction.h
 2171   LValue EmitLoadOfPointerLValue(Address Ptr, const PointerType *PtrTy);

References

tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
  146         LValue PartIdLVal = CGF.EmitLoadOfPointerLValue(
  163         LValue PartIdLVal = CGF.EmitLoadOfPointerLValue(
 1110       BaseLV = CGF.EmitLoadOfPointerLValue(BaseLV.getAddress(), PtrTy);
 1205   return CGF.EmitLoadOfPointerLValue(
 1382     return CGF.EmitLoadOfPointerLValue(AddrIn, PtrTy->castAs<PointerType>())
 1387     return CGF.EmitLoadOfPointerLValue(AddrOut, PtrTy->castAs<PointerType>())
 1496         CGF.EmitLoadOfPointerLValue(CGF.GetAddrOfLocalVar(TaskTVar),
 4530   LValue TDBase = CGF.EmitLoadOfPointerLValue(
 4628   LValue Base = CGF.EmitLoadOfPointerLValue(
 4727   LValue Base = CGF.EmitLoadOfPointerLValue(
 4737     LValue RefLoadLVal = CGF.EmitLoadOfPointerLValue(
 4910   LValue TDBase = CGF.EmitLoadOfPointerLValue(
 4928     LValue TDBase = CGF.EmitLoadOfPointerLValue(
 8928         .EmitLoadOfPointerLValue(PtrCurrent, PtrTy->castAs<PointerType>())