Home
last modified time | relevance | path

Searched defs:getPointer (Results 1 – 25 of 204) sorted by relevance

123456789

/aosp_15_r20/external/clang/lib/CodeGen/
H A DAddress.h38 llvm::Value *getPointer() const { in getPointer() function
84 llvm::Constant *getPointer() const { in getPointer() function
H A DCGValue.h327 llvm::Value *getPointer() const { in getPointer() function
558 llvm::Value *getPointer() const { in getPointer() function
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DOptional.h119 const T* getPointer() const { assert(hasVal); return reinterpret_cast<const T*>(storage.buffer); } in getPointer() function
120 T* getPointer() { assert(hasVal); return reinterpret_cast<T*>(storage.buffer); } in getPointer() function
H A DPointerIntPair.h56 PointerTy getPointer() const { return Info::getPointer(Value); } in getPointer() function
147 static PointerT getPointer(intptr_t Value) { in getPointer() function
/aosp_15_r20/external/llvm/include/llvm/ADT/
H A DOptional.h119 const T* getPointer() const { assert(hasVal); return reinterpret_cast<const T*>(storage.buffer); } in getPointer() function
120 T* getPointer() { assert(hasVal); return reinterpret_cast<T*>(storage.buffer); } in getPointer() function
H A DPointerIntPair.h56 PointerTy getPointer() const { return Info::getPointer(Value); } in getPointer() function
147 static PointerT getPointer(intptr_t Value) { in getPointer() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Basic/
DCustomizableOptional.h74 constexpr const T *getPointer() const { return &Storage.value(); } in getPointer() function
76 T *getPointer() { return &Storage.value(); } in getPointer() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Basic/
DCustomizableOptional.h74 constexpr const T *getPointer() const { return &Storage.value(); } in getPointer() function
76 T *getPointer() { return &Storage.value(); } in getPointer() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Basic/
DCustomizableOptional.h74 constexpr const T *getPointer() const { return &Storage.value(); } in getPointer() function
76 T *getPointer() { return &Storage.value(); } in getPointer() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Basic/
DCustomizableOptional.h74 constexpr const T *getPointer() const { return &Storage.value(); } in getPointer() function
76 T *getPointer() { return &Storage.value(); } in getPointer() function
/aosp_15_r20/external/swiftshader/third_party/subzero/pnacl-llvm/
H A DStreamingMemoryObject.cpp63 const uint8_t *RawMemoryObject::getPointer(uint64_t address, in getPointer() function in __anon124a245c0111::RawMemoryObject
108 const uint8_t *StreamingMemoryObject::getPointer(uint64_t Address, in getPointer() function in llvm::StreamingMemoryObject
/aosp_15_r20/external/llvm/lib/Support/
H A DStreamingMemoryObject.cpp65 const uint8_t *RawMemoryObject::getPointer(uint64_t address, in getPointer() function in __anone976508e0111::RawMemoryObject
107 const uint8_t *StreamingMemoryObject::getPointer(uint64_t Address, in getPointer() function in llvm::StreamingMemoryObject
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
H A DPointerIntPair.h60 PointerTy getPointer() const { return Info::getPointer(Value); } in getPointer() function
154 static PointerT getPointer(intptr_t Value) { in getPointer() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/
DPointerIntPair.h94 PointerTy getPointer() const { return Info::getPointer(Value); } in getPointer() function
190 static PointerT getPointer(intptr_t Value) { in getPointer() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/
DPointerIntPair.h94 PointerTy getPointer() const { return Info::getPointer(Value); } in getPointer() function
190 static PointerT getPointer(intptr_t Value) { in getPointer() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/
DPointerIntPair.h94 PointerTy getPointer() const { return Info::getPointer(Value); } in getPointer() function
190 static PointerT getPointer(intptr_t Value) { in getPointer() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/
DPointerIntPair.h94 PointerTy getPointer() const { return Info::getPointer(Value); } in getPointer() function
190 static PointerT getPointer(intptr_t Value) { in getPointer() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DOptional.h253 const T *getPointer() const { return &Storage.getValue(); } in getPointer() function
254 T *getPointer() { return &Storage.getValue(); } in getPointer() function
/aosp_15_r20/external/swiftshader/src/Vulkan/
H A DVkBufferView.cpp37 void *BufferView::getPointer() const in getPointer() function in vk::BufferView
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/
DMemory.cpp535 uint8_t* MemoryAshmem::getPointer() const { in getPointer() function in android::nn::MemoryAshmem
619 uint8_t* MemoryRuntimeAHWB::getPointer() const { in getPointer() function in android::nn::MemoryRuntimeAHWB
/aosp_15_r20/external/apache-commons-io/src/main/java/org/apache/commons/io/input/
H A DTailer.java325 public long getPointer() throws IOException { in getPointer() method in Tailer.RandomAccessFileBridge
355 long getPointer() throws IOException; in getPointer() method
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/
DSMLoc.h34 constexpr const char *getPointer() const { return Ptr; } in getPointer() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DSMLoc.h34 const char *getPointer() const { return Ptr; } in getPointer() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DSMLoc.h34 constexpr const char *getPointer() const { return Ptr; } in getPointer() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DSMLoc.h34 constexpr const char *getPointer() const { return Ptr; } in getPointer() function

123456789