Searched defs:getPointer (Results 1 – 11 of 11) sorted by relevance
108 const T* getPointer() const { assert(hasVal); return reinterpret_cast<const T*>(storage.buffer); } in getPointer() function109 T* getPointer() { assert(hasVal); return reinterpret_cast<T*>(storage.buffer); } in getPointer() function
74 PointerTy getPointer() const { in getPointer() function
89 BitVector *getPointer() const { in getPointer() function
33 const char *getPointer() const { return Ptr; } in getPointer() function
114 const uint8_t *getPointer(uint64_t address, uint64_t size) const override { in getPointer() function
304 inline FX_BYTE *CJBig2_BitStream::getPointer() in getPointer() function
74 const uint8_t *RawMemoryObject::getPointer(uint64_t address, in getPointer() function in __anon7794b4450111::RawMemoryObject
205 Value *getPointer() const { return CurNode->getValue(); } in getPointer() function
316 - (int *)getPointer; method
180 uintptr_t getPointer() const { in getPointer() function
1376 static DeclaratorChunk getPointer(unsigned TypeQuals, SourceLocation Loc, in getPointer() function