Searched refs:AddrIn (Results 1 – 3 of 3) sorted by relevance
288 const lldb_private::SocketAddress &AddrIn = m_listen_sockets[fd]; in Accept() local289 if (!AddrIn.IsAnyAddr() && AcceptAddr != AddrIn) { in Accept()292 AcceptAddr.GetIPAddress(), AddrIn.GetIPAddress()); in Accept()
11443 unsigned LdSize, unsigned Data, unsigned AddrIn, in emitPostLd() argument11450 .addReg(AddrIn) in emitPostLd()11456 .addReg(AddrIn) in emitPostLd()11461 .addReg(AddrIn) in emitPostLd()11467 .addReg(AddrIn) in emitPostLd()11473 .addReg(AddrIn) in emitPostLd()11484 unsigned StSize, unsigned Data, unsigned AddrIn, in emitPostSt() argument11490 .addReg(AddrIn) in emitPostSt()11498 .addReg(AddrIn) in emitPostSt()11503 .addReg(AddrIn) in emitPostSt()[all …]
1106 Address AddrIn = CGF.GetAddrOfLocalVar(&OmpInParm); in emitCombinerOrInitializer() local1108 In, CGF.EmitLoadOfPointerLValue(AddrIn, PtrTy->castAs<PointerType>()) in emitCombinerOrInitializer()