Searched defs:getPointer (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Support/
H A DSMLoc.h33 const char *getPointer() const { return Ptr; } function in class:llvm::SMLoc
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/ADT/
H A DOptional.h41 const T* getPointer() const { assert(hasVal); return &x; } function in class:llvm::Optional
H A DPointerIntPair.h67 PointerTy getPointer() const { function in class:llvm::PointerIntPair
H A DSmallBitVector.h88 BitVector *getPointer() const { function in class:llvm::SmallBitVector
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/
H A DStreamableMemoryObject.cpp78 const uint8_t *RawMemoryObject::getPointer(uint64_t address, function in class:__anon10112::RawMemoryObject
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Analysis/
H A DAliasSetTracker.h206 Value *getPointer() const { return CurNode->getValue(); } function

Completed in 170 milliseconds