Searched refs:AddrIn (Results 1 – 3 of 3) sorted by relevance
274 lldb_private::SocketAddress &AddrIn = m_listen_sockets[listen_sock]; in Accept() local275 if (!AddrIn.IsAnyAddr() && AcceptAddr != AddrIn) { in Accept()279 AcceptAddr.GetIPAddress(), AddrIn.GetIPAddress()); in Accept()
8759 unsigned LdSize, unsigned Data, unsigned AddrIn, in emitPostLd() argument8766 .addReg(AddrIn) in emitPostLd()8772 .addReg(AddrIn) in emitPostLd()8777 .addReg(AddrIn) in emitPostLd()8783 .addReg(AddrIn) in emitPostLd()8789 .addReg(AddrIn) in emitPostLd()8806 .addReg(AddrIn) in emitPostSt()8814 .addReg(AddrIn) in emitPostSt()8819 .addReg(AddrIn) in emitPostSt()8825 .addReg(AddrIn) in emitPostSt()[all …]
1284 Address AddrIn = CGF.GetAddrOfLocalVar(&OmpInParm); in emitCombinerOrInitializer() local1285 Scope.addPrivate(In, [&CGF, AddrIn, PtrTy]() { in emitCombinerOrInitializer()1286 return CGF.EmitLoadOfPointerLValue(AddrIn, PtrTy->castAs<PointerType>()) in emitCombinerOrInitializer()