Home
last modified time | relevance | path

Searched refs:LocalAddr (Results 1 – 13 of 13) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMemoryMapper.cpp238 void *LocalAddr = nullptr; in reserve() local
253 if (LocalAddr == MAP_FAILED) { in reserve()
269 LocalAddr = in reserve()
271 if (!LocalAddr) { in reserve()
281 Reservations.insert({RemoteAddr, {LocalAddr, NumBytes}}); in reserve()
302 return static_cast<char *>(R->second.LocalAddr) + Offset; in prepare()
320 char *Base = static_cast<char *>(Reservation->second.LocalAddr) + in initialize()
378 if (munmap(Reservations[Base].LocalAddr, Reservations[Base].Size) != 0) in release()
384 if (!UnmapViewOfFile(Reservations[Base].LocalAddr)) in release()
421 munmap(R.second.LocalAddr, R.second.Size); in ~SharedMemoryMapper()
[all …]
/freebsd-14.2/crypto/openssl/util/perl/OpenSSL/Test/
H A DUtils.pm178 LocalAddr => $listenaddress,
192 LocalAddr => $listenaddress,
206 LocalAddr => $listenaddress,
/freebsd-14.2/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/
H A Dtst.ipv4localsctp.ksh70 LocalAddr => "$local",
93 LocalAddr => "$local",
H A Dtst.localsctpstate.ksh73 LocalAddr => "$local",
96 LocalAddr => "$local",
H A Dtst.ipv4remotesctp.ksh74 LocalAddr => "$source",
H A Dtst.remotesctpstate.ksh78 LocalAddr => "$source",
/freebsd-14.2/contrib/sendmail/contrib/
H A DsocketmapServer.pl15 LocalAddr => $1,
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldCheckerImpl.h70 std::optional<uint64_t> getSectionLoadAddress(void *LocalAddr) const;
/freebsd-14.2/crypto/openssl/util/perl/TLSProxy/
H A DProxy.pm41 LocalAddr => "::1",
55 LocalAddr => "::1",
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMemoryMapper.h158 void *LocalAddr; member
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h520 llvm::AllocaInst *LocalAddr,
H A DCGOpenMPRuntimeGPU.cpp3010 Address LocalAddr = CGF.GetAddrOfLocalVar(TargetParam); in getParameterAddress() local
3018 llvm::Value *TargetAddr = CGF.EmitLoadOfScalar(LocalAddr, /*Volatile=*/false, in getParameterAddress()
H A DCGStmtOpenMP.cpp541 Address LocalAddr(Address::invalid()); in emitOutlinedFunctionPrologue() local
543 LocalAddr = CGM.getOpenMPRuntime().getParameterAddress(CGF, Args[Cnt], in emitOutlinedFunctionPrologue()
546 LocalAddr = CGF.GetAddrOfLocalVar(Args[Cnt]); in emitOutlinedFunctionPrologue()
553 LocalAddrs.insert({Args[Cnt], {CurVD, LocalAddr}}); in emitOutlinedFunctionPrologue()
559 LValue ArgLVal = CGF.MakeAddrLValue(LocalAddr, Args[Cnt]->getType(), in emitOutlinedFunctionPrologue()