Searched defs:getPointer (Results 1 – 9 of 9) sorted by relevance
113 const T* getPointer() const { assert(hasVal); return reinterpret_cast<const T*>(storage.buffer); } in getPointer() function114 T* getPointer() { assert(hasVal); return reinterpret_cast<T*>(storage.buffer); } in getPointer() function
70 PointerTy getPointer() const { in getPointer() function
88 BitVector *getPointer() const { in getPointer() function
33 const char *getPointer() const { return Ptr; } in getPointer() function
114 virtual const uint8_t *getPointer(uint64_t address, in getPointer() function
75 const uint8_t *RawMemoryObject::getPointer(uint64_t address, in getPointer() function in __anon7a5e6a540111::RawMemoryObject
205 Value *getPointer() const { return CurNode->getValue(); } in getPointer() function
179 uintptr_t getPointer() const { in getPointer() function
1380 static DeclaratorChunk getPointer(unsigned TypeQuals, SourceLocation Loc, in getPointer() function