Home
last modified time | relevance | path

Searched defs:LocalAddr (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/Orc/
DMemoryMapper.h158 void *LocalAddr; member
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/
DMemoryMapper.cpp238 void *LocalAddr = nullptr; in reserve() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetServer.h404 void *LocalAddr = reinterpret_cast<void *>(static_cast<uintptr_t>(Addr)); in handleSetProtections() local
DOrcRemoteTargetClient.h231 uintptr_t LocalAddr = reinterpret_cast<uintptr_t>(Contents.get()); in getLocalAddress() local
/external/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetServer.h412 void *LocalAddr = reinterpret_cast<void *>(static_cast<uintptr_t>(Addr)); in handleSetProtections() local
DOrcRemoteTargetClient.h387 uintptr_t LocalAddr = reinterpret_cast<uintptr_t>(Contents.get()); in getLocalAddress() local
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/src/lib/
Dares_iphlpapi.h42 SOCKET_ADDRESS LocalAddr; member
/external/cronet/third_party/boringssl/src/ssl/test/runner/
Dconn.go141 func (c *Conn) LocalAddr() net.Addr { func
/external/boringssl/src/ssl/test/runner/
Dconn.go142 func (c *Conn) LocalAddr() net.Addr { func
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp3352 llvm::Value *LocalAddr, in EmitDeclareOfBlockLiteralArgVariable()