Home
last modified time | relevance | path

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

/freebsd-12.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-12.1/contrib/sendmail/contrib/
H A DsocketmapServer.pl15 LocalAddr => $1,
/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
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()
H A DOrcRemoteTargetServer.h405 void *LocalAddr = reinterpret_cast<void *>(static_cast<uintptr_t>(Addr)); in handleSetProtections() local
407 << LocalAddr << " to " in handleSetProtections()
411 return Allocator.setProtections(LocalAddr, Flags); in handleSetProtections()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldCheckerImpl.h66 Optional<uint64_t> getSectionLoadAddress(void *LocalAddr) const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.h444 llvm::AllocaInst *LocalAddr,
H A DCGStmtOpenMP.cpp467 Address LocalAddr(Address::invalid()); in emitOutlinedFunctionPrologue() local
469 LocalAddr = CGM.getOpenMPRuntime().getParameterAddress(CGF, Args[Cnt], in emitOutlinedFunctionPrologue()
472 LocalAddr = CGF.GetAddrOfLocalVar(Args[Cnt]); in emitOutlinedFunctionPrologue()
482 CGF.EmitStoreOfScalar(LocalAddr.getPointer(), RefAddr, in emitOutlinedFunctionPrologue()
484 LocalAddr = RefAddr; in emitOutlinedFunctionPrologue()
487 LocalAddrs.insert({Args[Cnt], {CurVD, LocalAddr}}); in emitOutlinedFunctionPrologue()
493 LValue ArgLVal = CGF.MakeAddrLValue(LocalAddr, Args[Cnt]->getType(), in emitOutlinedFunctionPrologue()
H A DCGOpenMPRuntimeNVPTX.cpp2316 Address LocalAddr = CGF.CreateMemTemp(VarTy, Rec.second.FD->getName()); in emitGenericVarsProlog() local
2319 LocalAddr.getPointer(), GlobalPtr.getPointer()), in emitGenericVarsProlog()
2320 LocalAddr.getAlignment()); in emitGenericVarsProlog()
4012 Address LocalAddr = CGF.GetAddrOfLocalVar(TargetParam); in getParameterAddress() local
4021 LocalAddr, /*Volatile=*/false, TargetTy, SourceLocation()); in getParameterAddress()