Home
last modified time | relevance | path

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

/freebsd-13.1/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-13.1/contrib/sendmail/contrib/
H A DsocketmapServer.pl15 LocalAddr => $1,
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldCheckerImpl.h60 Optional<uint64_t> getSectionLoadAddress(void *LocalAddr) const;
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetServer.h419 void *LocalAddr = reinterpret_cast<void *>(static_cast<uintptr_t>(Addr)); in handleSetProtections() local
421 << LocalAddr << " to " in handleSetProtections()
425 return Allocator.setProtections(LocalAddr, Flags); in handleSetProtections()
H A DOrcRemoteTargetClient.h232 uintptr_t LocalAddr = reinterpret_cast<uintptr_t>(Contents.get()); in getLocalAddress() local
233 LocalAddr = alignTo(LocalAddr, Align); in getLocalAddress()
234 return reinterpret_cast<char *>(LocalAddr); in getLocalAddress()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h484 llvm::AllocaInst *LocalAddr,
H A DCGStmtOpenMP.cpp533 Address LocalAddr(Address::invalid()); in emitOutlinedFunctionPrologue() local
535 LocalAddr = CGM.getOpenMPRuntime().getParameterAddress(CGF, Args[Cnt], in emitOutlinedFunctionPrologue()
538 LocalAddr = CGF.GetAddrOfLocalVar(Args[Cnt]); in emitOutlinedFunctionPrologue()
545 LocalAddrs.insert({Args[Cnt], {CurVD, LocalAddr}}); in emitOutlinedFunctionPrologue()
551 LValue ArgLVal = CGF.MakeAddrLValue(LocalAddr, Args[Cnt]->getType(), in emitOutlinedFunctionPrologue()
H A DCGOpenMPRuntimeGPU.cpp3377 Address LocalAddr = CGF.GetAddrOfLocalVar(TargetParam); in getParameterAddress() local
3386 LocalAddr, /*Volatile=*/false, TargetTy, SourceLocation()); in getParameterAddress()