Searched defs:getPointer (Results 1 – 10 of 10) sorted by relevance
33 const char *getPointer() const { return Ptr; } in getPointer() function
32 const uint8_t *getPointer(uint64_t address, uint64_t size) const override { in getPointer() function
166 const T* getPointer() const { assert(hasVal); return reinterpret_cast<const T*>(storage.buffer); } in getPointer() function167 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
68 const uint8_t *RawMemoryObject::getPointer(uint64_t address, in getPointer() function in __anon2742a2890111::RawMemoryObject
206 Value *getPointer() const { return CurNode->getValue(); } in getPointer() function
316 - (int *)getPointer; method
180 uintptr_t getPointer() const { in getPointer() function
1415 static DeclaratorChunk getPointer(unsigned TypeQuals, SourceLocation Loc, in getPointer() function