Searched refs:getAddrWithOffset (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGNonTrivialStruct.cpp | 373 StartAddrs[I] = getAddrWithOffset(Addrs[I], CurStructOffset, FD); in visitArray() 425 NewAddrs[I] = getAddrWithOffset(NewAddrs[I], EltSize); in visitArray() 435 Address getAddrWithOffset(Address Addr, CharUnits Offset) { in getAddrWithOffset() function 444 Address getAddrWithOffset(Address Addr, CharUnits StructFieldOffset, in getAddrWithOffset() function 446 return getAddrWithOffset(Addr, StructFieldOffset + in getAddrWithOffset() 530 Address DstAddr = this->getAddrWithOffset(Addrs[DstIdx], this->Start); in flushTrivialFields() 531 Address SrcAddr = this->getAddrWithOffset(Addrs[SrcIdx], this->Start); in flushTrivialFields() 565 Address DstAddr = this->getAddrWithOffset(Addrs[DstIdx], Offset); in visitVolatileTrivial() 569 Address SrcAddr = this->getAddrWithOffset(Addrs[SrcIdx], Offset); in visitVolatileTrivial() 586 Addrs[DstIdx] = this->getAddrWithOffset(Addrs[DstIdx], CurStackOffset, FD); in visitPtrAuth() [all …]
|