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()
11380 unsigned LdSize, unsigned Data, unsigned AddrIn, in emitPostLd() argument11387 .addReg(AddrIn) in emitPostLd()11393 .addReg(AddrIn) in emitPostLd()11398 .addReg(AddrIn) in emitPostLd()11404 .addReg(AddrIn) in emitPostLd()11410 .addReg(AddrIn) in emitPostLd()11421 unsigned StSize, unsigned Data, unsigned AddrIn, in emitPostSt() argument11427 .addReg(AddrIn) in emitPostSt()11435 .addReg(AddrIn) in emitPostSt()11440 .addReg(AddrIn) in emitPostSt()[all …]
1110 Address AddrIn = CGF.GetAddrOfLocalVar(&OmpInParm); in emitCombinerOrInitializer() local1112 In, CGF.EmitLoadOfPointerLValue(AddrIn, PtrTy->castAs<PointerType>()) in emitCombinerOrInitializer()