getAddrOfPointer() const | llvm::PointerIntPair< ValueType, 1, bool > | inline |
getAddrOfPointer() | llvm::PointerIntPair< ValueType, 1, bool > | inline |
getFromOpaqueValue(void *V) | llvm::PointerIntPair< ValueType, 1, bool > | inlinestatic |
getFromOpaqueValue(const void *V) | llvm::PointerIntPair< ValueType, 1, bool > | inlinestatic |
getInt() const | llvm::PointerIntPair< ValueType, 1, bool > | inline |
getOpaqueValue() const | llvm::PointerIntPair< ValueType, 1, bool > | inline |
getPointer() const | llvm::PointerIntPair< ValueType, 1, bool > | inline |
getValue() const | llvm::UnderlyingObject | inline |
initWithPointer(ValueType PtrVal) & | llvm::PointerIntPair< ValueType, 1, bool > | inline |
mayAlias() const | llvm::UnderlyingObject | inline |
operator!=(const PointerIntPair &RHS) const | llvm::PointerIntPair< ValueType, 1, bool > | inline |
operator<(const PointerIntPair &RHS) const | llvm::PointerIntPair< ValueType, 1, bool > | inline |
operator<=(const PointerIntPair &RHS) const | llvm::PointerIntPair< ValueType, 1, bool > | inline |
operator==(const PointerIntPair &RHS) const | llvm::PointerIntPair< ValueType, 1, bool > | inline |
operator>(const PointerIntPair &RHS) const | llvm::PointerIntPair< ValueType, 1, bool > | inline |
operator>=(const PointerIntPair &RHS) const | llvm::PointerIntPair< ValueType, 1, bool > | inline |
PointerIntPair()=default | llvm::PointerIntPair< ValueType, 1, bool > | |
PointerIntPair(ValueType PtrVal, bool IntVal) | llvm::PointerIntPair< ValueType, 1, bool > | inline |
PointerIntPair(ValueType PtrVal) | llvm::PointerIntPair< ValueType, 1, bool > | inlineexplicit |
setFromOpaqueValue(void *Val) & | llvm::PointerIntPair< ValueType, 1, bool > | inline |
setInt(bool IntVal) & | llvm::PointerIntPair< ValueType, 1, bool > | inline |
setPointer(ValueType PtrVal) & | llvm::PointerIntPair< ValueType, 1, bool > | inline |
setPointerAndInt(ValueType PtrVal, bool IntVal) & | llvm::PointerIntPair< ValueType, 1, bool > | inline |
UnderlyingObject(ValueType V, bool MayAlias) | llvm::UnderlyingObject | inline |