Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DOptional.h41 const T* getPointer() const { assert(hasVal); return &x; } in getPointer() function
DPointerIntPair.h67 PointerTy getPointer() const { in getPointer() function
DSmallBitVector.h88 BitVector *getPointer() const { in getPointer() function
/external/llvm/include/llvm/Support/
DSMLoc.h33 const char *getPointer() const { return Ptr; } in getPointer() function
DStreamableMemoryObject.h117 virtual const uint8_t *getPointer(uint64_t address, uint64_t size) const { in getPointer() function
/external/llvm/lib/Support/
DStreamableMemoryObject.cpp72 const uint8_t *RawMemoryObject::getPointer(uint64_t address, in getPointer() function in __anonb087d0b40111::RawMemoryObject
/external/llvm/include/llvm/Analysis/
DAliasSetTracker.h207 Value *getPointer() const { return CurNode->getValue(); } in getPointer() function
/external/clang/include/clang/AST/
DVTableBuilder.h176 uintptr_t getPointer() const { in getPointer() function
/external/clang/include/clang/Sema/
DDeclSpec.h1318 static DeclaratorChunk getPointer(unsigned TypeQuals, SourceLocation Loc, in getPointer() function