Searched refs:AddrIn (Results 1 – 3 of 3) sorted by relevance
289 lldb_private::SocketAddress &AddrIn = m_listen_sockets[listen_sock]; in Accept() local290 if (!AddrIn.IsAnyAddr() && AcceptAddr != AddrIn) { in Accept()294 AcceptAddr.GetIPAddress(), AddrIn.GetIPAddress()); in Accept()
11144 unsigned LdSize, unsigned Data, unsigned AddrIn, in emitPostLd() argument11151 .addReg(AddrIn) in emitPostLd()11157 .addReg(AddrIn) in emitPostLd()11162 .addReg(AddrIn) in emitPostLd()11168 .addReg(AddrIn) in emitPostLd()11174 .addReg(AddrIn) in emitPostLd()11191 .addReg(AddrIn) in emitPostSt()11199 .addReg(AddrIn) in emitPostSt()11204 .addReg(AddrIn) in emitPostSt()11210 .addReg(AddrIn) in emitPostSt()[all …]
1130 Address AddrIn = CGF.GetAddrOfLocalVar(&OmpInParm); in emitCombinerOrInitializer() local1132 In, CGF.EmitLoadOfPointerLValue(AddrIn, PtrTy->castAs<PointerType>()) in emitCombinerOrInitializer()