Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DSMLoc.h33 const char *getPointer() const { return Ptr; } in getPointer() function
H A DStreamingMemoryObject.h32 const uint8_t *getPointer(uint64_t address, uint64_t size) const override { in getPointer() function
/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/
H A DOptional.h166 const T* getPointer() const { assert(hasVal); return reinterpret_cast<const T*>(storage.buffer); } in getPointer() function
167 T* getPointer() { assert(hasVal); return reinterpret_cast<T*>(storage.buffer); } in getPointer() function
H A DPointerIntPair.h74 PointerTy getPointer() const { in getPointer() function
H A DSmallBitVector.h89 BitVector *getPointer() const { in getPointer() function
/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A DStreamingMemoryObject.cpp68 const uint8_t *RawMemoryObject::getPointer(uint64_t address, in getPointer() function in __anon2742a2890111::RawMemoryObject
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Analysis/
H A DAliasSetTracker.h206 Value *getPointer() const { return CurNode->getValue(); } in getPointer() function
/minix3/external/bsd/llvm/dist/clang/test/Analysis/
H A Dedges-new.mm316 - (int *)getPointer; method
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DVTableBuilder.h180 uintptr_t getPointer() const { in getPointer() function
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h1415 static DeclaratorChunk getPointer(unsigned TypeQuals, SourceLocation Loc, in getPointer() function