reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
53 PointerIntPair(PointerTy PtrVal, IntType IntVal) { 57 explicit PointerIntPair(PointerTy PtrVal) { initWithPointer(PtrVal); } 59 PointerTy getPointer() const { return Info::getPointer(Value); } 63 void setPointer(PointerTy PtrVal) LLVM_LVALUE_FUNCTION { 71 void initWithPointer(PointerTy PtrVal) LLVM_LVALUE_FUNCTION { 75 void setPointerAndInt(PointerTy PtrVal, IntType IntVal) LLVM_LVALUE_FUNCTION { 80 PointerTy const *getAddrOfPointer() const { 84 PointerTy *getAddrOfPointer() { 166 static PointerT getPointer(intptr_t Value) { 175 static intptr_t updatePointer(intptr_t OrigValue, PointerT Ptr) { 224 getAsVoidPointer(const PointerIntPair<PointerTy, IntBits, IntType> &P) { 228 static inline PointerIntPair<PointerTy, IntBits, IntType> 233 static inline PointerIntPair<PointerTy, IntBits, IntType>unittests/ADT/PointerIntPairTest.cpp
82 static inline void *getAsVoidPointer(Fixnum31 Num) { 85 static inline Fixnum31 getFromVoidPointer(void *P) { 92 PointerIntPair<Fixnum31, 1, bool, FixnumPointerTraits> pair; 105 PointerIntPair<Fixnum31, 1, bool, FixnumPointerTraits>>::value,