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 D | tst.ipv4localsctp.ksh | 70 LocalAddr => "$local", 93 LocalAddr => "$local",
|
| H A D | tst.localsctpstate.ksh | 73 LocalAddr => "$local", 96 LocalAddr => "$local",
|
| H A D | tst.ipv4remotesctp.ksh | 74 LocalAddr => "$source",
|
| H A D | tst.remotesctpstate.ksh | 78 LocalAddr => "$source",
|
| /freebsd-13.1/contrib/sendmail/contrib/ |
| H A D | socketmapServer.pl | 15 LocalAddr => $1,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyldCheckerImpl.h | 60 Optional<uint64_t> getSectionLoadAddress(void *LocalAddr) const;
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | OrcRemoteTargetServer.h | 419 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 D | OrcRemoteTargetClient.h | 232 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 D | CGDebugInfo.h | 484 llvm::AllocaInst *LocalAddr,
|
| H A D | CGStmtOpenMP.cpp | 533 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 D | CGOpenMPRuntimeGPU.cpp | 3377 Address LocalAddr = CGF.GetAddrOfLocalVar(TargetParam); in getParameterAddress() local 3386 LocalAddr, /*Volatile=*/false, TargetTy, SourceLocation()); in getParameterAddress()
|