Searched refs:AddrIn (Results 1 – 3 of 3) sorted by relevance
292 lldb_private::SocketAddress &AddrIn = m_listen_sockets[listen_sock]; in Accept() local293 if (!AddrIn.IsAnyAddr() && AcceptAddr != AddrIn) { in Accept()297 AcceptAddr.GetIPAddress(), AddrIn.GetIPAddress()); in Accept()
10929 unsigned LdSize, unsigned Data, unsigned AddrIn, in emitPostLd() argument10936 .addReg(AddrIn) in emitPostLd()10942 .addReg(AddrIn) in emitPostLd()10947 .addReg(AddrIn) in emitPostLd()10953 .addReg(AddrIn) in emitPostLd()10959 .addReg(AddrIn) in emitPostLd()10976 .addReg(AddrIn) in emitPostSt()10984 .addReg(AddrIn) in emitPostSt()10989 .addReg(AddrIn) in emitPostSt()10995 .addReg(AddrIn) in emitPostSt()[all …]
1149 Address AddrIn = CGF.GetAddrOfLocalVar(&OmpInParm); in emitCombinerOrInitializer() local1150 Scope.addPrivate(In, [&CGF, AddrIn, PtrTy]() { in emitCombinerOrInitializer()1151 return CGF.EmitLoadOfPointerLValue(AddrIn, PtrTy->castAs<PointerType>()) in emitCombinerOrInitializer()