HomeSort by: relevance | last modified time | path
    Searched refs:EmitLoadOfPointerLValue (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntime.cpp 159 LValue PartIdLVal = CGF.EmitLoadOfPointerLValue(
176 LValue PartIdLVal = CGF.EmitLoadOfPointerLValue(
942 BaseLV = CGF.EmitLoadOfPointerLValue(BaseLV.getAddress(CGF), PtrTy);
1037 return CGF.EmitLoadOfPointerLValue(
1147 return CGF.EmitLoadOfPointerLValue(AddrIn, PtrTy->castAs<PointerType>())
1152 return CGF.EmitLoadOfPointerLValue(AddrOut, PtrTy->castAs<PointerType>())
1313 CGF.EmitLoadOfPointerLValue(CGF.GetAddrOfLocalVar(TaskTVar),
3595 LValue TDBase = CGF.EmitLoadOfPointerLValue(
3693 LValue Base = CGF.EmitLoadOfPointerLValue(
3802 LValue Base = CGF.EmitLoadOfPointerLValue(
    [all...]
CodeGenFunction.h 2471 LValue EmitLoadOfPointerLValue(Address Ptr, const PointerType *PtrTy);
CGExpr.cpp 2505 LValue CodeGenFunction::EmitLoadOfPointerLValue(Address PtrAddr,

Completed in 28 milliseconds