Searched refs:AddrIn (Results 1 – 3 of 3) sorted by relevance
295 lldb_private::SocketAddress &AddrIn = m_listen_sockets[listen_sock]; in Accept() local296 if (!AddrIn.IsAnyAddr() && AcceptAddr != AddrIn) { in Accept()303 AcceptAddr.GetIPAddress(), AddrIn.GetIPAddress()); in Accept()
11363 unsigned LdSize, unsigned Data, unsigned AddrIn, in emitPostLd() argument11370 .addReg(AddrIn) in emitPostLd()11376 .addReg(AddrIn) in emitPostLd()11381 .addReg(AddrIn) in emitPostLd()11387 .addReg(AddrIn) in emitPostLd()11393 .addReg(AddrIn) in emitPostLd()11410 .addReg(AddrIn) in emitPostSt()11418 .addReg(AddrIn) in emitPostSt()11423 .addReg(AddrIn) in emitPostSt()11429 .addReg(AddrIn) in emitPostSt()[all …]
1108 Address AddrIn = CGF.GetAddrOfLocalVar(&OmpInParm); in emitCombinerOrInitializer() local1110 In, CGF.EmitLoadOfPointerLValue(AddrIn, PtrTy->castAs<PointerType>()) in emitCombinerOrInitializer()