Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/include/llvm/ADT/
DOptional.h113 const T* getPointer() const { assert(hasVal); return reinterpret_cast<const T*>(storage.buffer); } in getPointer() function
114 T* getPointer() { assert(hasVal); return reinterpret_cast<T*>(storage.buffer); } in getPointer() function
DPointerIntPair.h70 PointerTy getPointer() const { in getPointer() function
DSmallBitVector.h88 BitVector *getPointer() const { in getPointer() function
/freebsd-10-stable/contrib/llvm/include/llvm/Support/
DSMLoc.h33 const char *getPointer() const { return Ptr; } in getPointer() function
DStreamableMemoryObject.h114 virtual const uint8_t *getPointer(uint64_t address, in getPointer() function
/freebsd-10-stable/contrib/llvm/lib/Support/
DStreamableMemoryObject.cpp75 const uint8_t *RawMemoryObject::getPointer(uint64_t address, in getPointer() function in __anon7a5e6a540111::RawMemoryObject
/freebsd-10-stable/contrib/llvm/include/llvm/Analysis/
DAliasSetTracker.h205 Value *getPointer() const { return CurNode->getValue(); } in getPointer() function
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
DVTableBuilder.h179 uintptr_t getPointer() const { in getPointer() function
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/
DDeclSpec.h1380 static DeclaratorChunk getPointer(unsigned TypeQuals, SourceLocation Loc, in getPointer() function