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

/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCGNonTrivialStruct.cpp360 StartAddrs[I] = getAddrWithOffset(Addrs[I], CurStructOffset, FD);
415 NewAddrs[I] = getAddrWithOffset(NewAddrs[I], EltSize);
425 Address getAddrWithOffset(Address Addr, CharUnits Offset) { function in struct:__anon460::GenFuncBase
434 Address getAddrWithOffset(Address Addr, CharUnits StructFieldOffset, function in struct:__anon460::GenFuncBase
436 return getAddrWithOffset(Addr, StructFieldOffset +
521 Address DstAddr = this->getAddrWithOffset(Addrs[DstIdx], this->Start);
522 Address SrcAddr = this->getAddrWithOffset(Addrs[SrcIdx], this->Start);
557 Address DstAddr = this->getAddrWithOffset(Addrs[DstIdx], Offset);
561 Address SrcAddr = this->getAddrWithOffset(Addrs[SrcIdx], Offset);
600 *CGF, getAddrWithOffset(Addr
[all...]

Completed in 83 milliseconds