HomeSort by relevance Sort by last modified time
    Searched refs:LocalAddr (Results 26 - 50 of 113) sorted by null

12 3 4 5

  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetClient.h 230 uintptr_t LocalAddr = reinterpret_cast<uintptr_t>(Contents.get());
231 LocalAddr = alignTo(LocalAddr, Align);
232 return reinterpret_cast<char *>(LocalAddr);
OrcRemoteTargetServer.h 403 void *LocalAddr = reinterpret_cast<void *>(static_cast<uintptr_t>(Addr));
404 DEBUG(dbgs() << " Allocator " << Id << " set permissions on " << LocalAddr
408 return Allocator.setProtections(LocalAddr, Flags);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetClient.h 230 uintptr_t LocalAddr = reinterpret_cast<uintptr_t>(Contents.get());
231 LocalAddr = alignTo(LocalAddr, Align);
232 return reinterpret_cast<char *>(LocalAddr);
OrcRemoteTargetServer.h 403 void *LocalAddr = reinterpret_cast<void *>(static_cast<uintptr_t>(Addr));
404 DEBUG(dbgs() << " Allocator " << Id << " set permissions on " << LocalAddr
408 return Allocator.setProtections(LocalAddr, Flags);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetClient.h 230 uintptr_t LocalAddr = reinterpret_cast<uintptr_t>(Contents.get());
231 LocalAddr = alignTo(LocalAddr, Align);
232 return reinterpret_cast<char *>(LocalAddr);
OrcRemoteTargetServer.h 403 void *LocalAddr = reinterpret_cast<void *>(static_cast<uintptr_t>(Addr));
404 DEBUG(dbgs() << " Allocator " << Id << " set permissions on " << LocalAddr
408 return Allocator.setProtections(LocalAddr, Flags);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetClient.h 230 uintptr_t LocalAddr = reinterpret_cast<uintptr_t>(Contents.get());
231 LocalAddr = alignTo(LocalAddr, Align);
232 return reinterpret_cast<char *>(LocalAddr);
OrcRemoteTargetServer.h 403 void *LocalAddr = reinterpret_cast<void *>(static_cast<uintptr_t>(Addr));
404 DEBUG(dbgs() << " Allocator " << Id << " set permissions on " << LocalAddr
408 return Allocator.setProtections(LocalAddr, Flags);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetClient.h 230 uintptr_t LocalAddr = reinterpret_cast<uintptr_t>(Contents.get());
231 LocalAddr = alignTo(LocalAddr, Align);
232 return reinterpret_cast<char *>(LocalAddr);
OrcRemoteTargetServer.h 403 void *LocalAddr = reinterpret_cast<void *>(static_cast<uintptr_t>(Addr));
404 DEBUG(dbgs() << " Allocator " << Id << " set permissions on " << LocalAddr
408 return Allocator.setProtections(LocalAddr, Flags);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetClient.h 230 uintptr_t LocalAddr = reinterpret_cast<uintptr_t>(Contents.get());
231 LocalAddr = alignTo(LocalAddr, Align);
232 return reinterpret_cast<char *>(LocalAddr);
OrcRemoteTargetServer.h 403 void *LocalAddr = reinterpret_cast<void *>(static_cast<uintptr_t>(Addr));
404 DEBUG(dbgs() << " Allocator " << Id << " set permissions on " << LocalAddr
408 return Allocator.setProtections(LocalAddr, Flags);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetClient.h 230 uintptr_t LocalAddr = reinterpret_cast<uintptr_t>(Contents.get());
231 LocalAddr = alignTo(LocalAddr, Align);
232 return reinterpret_cast<char *>(LocalAddr);
OrcRemoteTargetServer.h 403 void *LocalAddr = reinterpret_cast<void *>(static_cast<uintptr_t>(Addr));
404 DEBUG(dbgs() << " Allocator " << Id << " set permissions on " << LocalAddr
408 return Allocator.setProtections(LocalAddr, Flags);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetClient.h 230 uintptr_t LocalAddr = reinterpret_cast<uintptr_t>(Contents.get());
231 LocalAddr = alignTo(LocalAddr, Align);
232 return reinterpret_cast<char *>(LocalAddr);
OrcRemoteTargetServer.h 403 void *LocalAddr = reinterpret_cast<void *>(static_cast<uintptr_t>(Addr));
404 DEBUG(dbgs() << " Allocator " << Id << " set permissions on " << LocalAddr
408 return Allocator.setProtections(LocalAddr, Flags);
  /prebuilts/go/darwin-x86/src/net/
dial.go 40 // LocalAddr is the local address to use when dialing an
44 LocalAddr Addr
375 addrs, err := d.resolver().resolveAddrList(resolveCtx, "dial", network, address, d.LocalAddr)
495 return nil, &OpError{Op: "dial", Net: dp.network, Source: dp.LocalAddr, Addr: ra, Err: mapErr(ctx.Err())}
504 firstErr = &OpError{Op: "dial", Net: dp.network, Source: dp.LocalAddr, Addr: ra, Err: err}
543 la := dp.LocalAddr
621 // The LocalAddr method of PacketConn can be used to discover the
  /prebuilts/go/linux-x86/src/net/
dial.go 40 // LocalAddr is the local address to use when dialing an
44 LocalAddr Addr
375 addrs, err := d.resolver().resolveAddrList(resolveCtx, "dial", network, address, d.LocalAddr)
495 return nil, &OpError{Op: "dial", Net: dp.network, Source: dp.LocalAddr, Addr: ra, Err: mapErr(ctx.Err())}
504 firstErr = &OpError{Op: "dial", Net: dp.network, Source: dp.LocalAddr, Addr: ra, Err: err}
543 la := dp.LocalAddr
621 // The LocalAddr method of PacketConn can be used to discover the
  /external/llvm/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetServer.h 412 void *LocalAddr = reinterpret_cast<void *>(static_cast<uintptr_t>(Addr));
413 DEBUG(dbgs() << " Allocator " << Id << " set permissions on " << LocalAddr
417 return Allocator.setProtections(LocalAddr, Flags);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetServer.h 392 void *LocalAddr = reinterpret_cast<void *>(static_cast<uintptr_t>(Addr));
393 DEBUG(dbgs() << " Allocator " << Id << " set permissions on " << LocalAddr
397 return Allocator.setProtections(LocalAddr, Flags);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetServer.h 392 void *LocalAddr = reinterpret_cast<void *>(static_cast<uintptr_t>(Addr));
393 DEBUG(dbgs() << " Allocator " << Id << " set permissions on " << LocalAddr
397 return Allocator.setProtections(LocalAddr, Flags);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetServer.h 392 void *LocalAddr = reinterpret_cast<void *>(static_cast<uintptr_t>(Addr));
393 DEBUG(dbgs() << " Allocator " << Id << " set permissions on " << LocalAddr
397 return Allocator.setProtections(LocalAddr, Flags);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetServer.h 392 void *LocalAddr = reinterpret_cast<void *>(static_cast<uintptr_t>(Addr));
393 DEBUG(dbgs() << " Allocator " << Id << " set permissions on " << LocalAddr
397 return Allocator.setProtections(LocalAddr, Flags);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetServer.h 392 void *LocalAddr = reinterpret_cast<void *>(static_cast<uintptr_t>(Addr));
393 DEBUG(dbgs() << " Allocator " << Id << " set permissions on " << LocalAddr
397 return Allocator.setProtections(LocalAddr, Flags);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetServer.h 392 void *LocalAddr = reinterpret_cast<void *>(static_cast<uintptr_t>(Addr));
393 DEBUG(dbgs() << " Allocator " << Id << " set permissions on " << LocalAddr
397 return Allocator.setProtections(LocalAddr, Flags);

Completed in 414 milliseconds

12 3 4 5