Searched refs:getAddrWithOffset (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGNonTrivialStruct.cpp | 360 StartAddrs[I] = getAddrWithOffset(Addrs[I], CurStructOffset, FD); in visitArray() 415 NewAddrs[I] = getAddrWithOffset(NewAddrs[I], EltSize); in visitArray() 425 Address getAddrWithOffset(Address Addr, CharUnits Offset) { in getAddrWithOffset() function 434 Address getAddrWithOffset(Address Addr, CharUnits StructFieldOffset, in getAddrWithOffset() function 436 return getAddrWithOffset(Addr, StructFieldOffset + in getAddrWithOffset() 521 Address DstAddr = this->getAddrWithOffset(Addrs[DstIdx], this->Start); in flushTrivialFields() 522 Address SrcAddr = this->getAddrWithOffset(Addrs[SrcIdx], this->Start); in flushTrivialFields() 557 Address DstAddr = this->getAddrWithOffset(Addrs[DstIdx], Offset); in visitVolatileTrivial() 561 Address SrcAddr = this->getAddrWithOffset(Addrs[SrcIdx], Offset); in visitVolatileTrivial() 600 *CGF, getAddrWithOffset(Addrs[DstIdx], CurStructOffset, FD), QT); in visitARCStrong() [all …]
|