| addMetadata(unsigned KindID, MDNode &MD) | llvm::Value | protected | 
  | addMetadata(StringRef Kind, MDNode &MD) | llvm::Value | protected | 
  | addUse(Use &U) | llvm::Value | inline | 
  | allocHungoffUses(unsigned N, bool IsPhi=false) | llvm::User | protected | 
  | AppendingLinkage enum value | llvm::GlobalValue |  | 
  | assertModuleIsMaterialized() const | llvm::Value | inline | 
  | assertModuleIsMaterializedImpl() const | llvm::Value |  | 
  | AvailableExternallyLinkage enum value | llvm::GlobalValue |  | 
  | canBeFreed() const | llvm::Value |  | 
  | canBenefitFromLocalAlias() const | llvm::GlobalValue |  | 
  | canBeOmittedFromSymbolTable() const | llvm::GlobalValue |  | 
  | classof(const Value *V) | llvm::GlobalAlias | inlinestatic | 
  | clearMetadata() | llvm::Value | protected | 
  | clearSubclassOptionalData() | llvm::Value | inline | 
  | CommonLinkage enum value | llvm::GlobalValue |  | 
  | const_op_iterator typedef | llvm::User |  | 
  | const_op_range typedef | llvm::User |  | 
  | const_reverse_self_iterator typedef | llvm::ilist_node_impl< ilist_detail::compute_node_options< GlobalAlias, Options... >::type > | protected | 
  | const_self_iterator typedef | llvm::ilist_node_impl< ilist_detail::compute_node_options< GlobalAlias, Options... >::type > | protected | 
  | const_use_iterator typedef | llvm::Value |  | 
  | const_user_iterator typedef | llvm::Value |  | 
  | llvm::Constant::Constant(Type *ty, ValueTy vty, AllocInfo AllocInfo) | llvm::Constant | inlineprotected | 
  | llvm::Constant::Constant(const Constant &)=delete | llvm::Constant |  | 
  | containsConstantExpression() const | llvm::Constant |  | 
  | containsPoisonElement() const | llvm::Constant |  | 
  | containsUndefElement() const | llvm::Constant |  | 
  | containsUndefOrPoisonElement() const | llvm::Constant |  | 
  | copyAttributesFrom(const GlobalAlias *Src) | llvm::GlobalAlias | inline | 
  | llvm::GlobalValue::copyAttributesFrom(const GlobalValue *Src) | llvm::GlobalValue | protected | 
  | create(Type *Ty, unsigned AddressSpace, LinkageTypes Linkage, const Twine &Name, Constant *Aliasee, Module *Parent) | llvm::GlobalAlias | static | 
  | create(Type *Ty, unsigned AddressSpace, LinkageTypes Linkage, const Twine &Name, Module *Parent) | llvm::GlobalAlias | static | 
  | create(Type *Ty, unsigned AddressSpace, LinkageTypes Linkage, const Twine &Name, GlobalValue *Aliasee) | llvm::GlobalAlias | static | 
  | create(LinkageTypes Linkage, const Twine &Name, GlobalValue *Aliasee) | llvm::GlobalAlias | static | 
  | create(const Twine &Name, GlobalValue *Aliasee) | llvm::GlobalAlias | static | 
  | DECLARE_TRANSPARENT_OPERAND_ACCESSORS(Constant) | llvm::GlobalAlias |  | 
  | DefaultStorageClass enum value | llvm::GlobalValue |  | 
  | DefaultVisibility enum value | llvm::GlobalValue |  | 
  | deleteValue() | llvm::Value |  | 
  | destroyConstant() | llvm::Constant |  | 
  | DLLExportStorageClass enum value | llvm::GlobalValue |  | 
  | DLLImportStorageClass enum value | llvm::GlobalValue |  | 
  | DllStorageClass | llvm::GlobalValue | protected | 
  | DLLStorageClassTypes enum name | llvm::GlobalValue |  | 
  | DoPHITranslation(const BasicBlock *CurBB, const BasicBlock *PredBB) const | llvm::Value |  | 
  | DoPHITranslation(const BasicBlock *CurBB, const BasicBlock *PredBB) | llvm::Value | inline | 
  | dropAllReferences() | llvm::User | inline | 
  | dropDroppableUse(Use &U) | llvm::Value | static | 
  | dropDroppableUses(llvm::function_ref< bool(const Use *)> ShouldDrop=[](const Use *) { return true;}) | llvm::Value |  | 
  | dropDroppableUsesIn(User &Usr) | llvm::Value |  | 
  | dropLLVMManglingEscape(StringRef Name) | llvm::GlobalValue | inlinestatic | 
  | dump() const | llvm::Value |  | 
  | eraseFromParent() | llvm::GlobalAlias |  | 
  | eraseMetadata(unsigned KindID) | llvm::Value | protected | 
  | eraseMetadataIf(function_ref< bool(unsigned, MDNode *)> Pred) | llvm::Value | protected | 
  | ExternalLinkage enum value | llvm::GlobalValue |  | 
  | ExternalWeakLinkage enum value | llvm::GlobalValue |  | 
  | GeneralDynamicTLSModel enum value | llvm::GlobalValue |  | 
  | getAbsoluteSymbolRange() const | llvm::GlobalValue |  | 
  | getAddressSpace() const | llvm::GlobalValue | inline | 
  | getAggregateElement(unsigned Elt) const | llvm::Constant |  | 
  | getAggregateElement(Constant *Elt) const | llvm::Constant |  | 
  | getAliasee() const | llvm::GlobalAlias | inline | 
  | getAliasee() | llvm::GlobalAlias | inline | 
  | getAliaseeObject() const | llvm::GlobalAlias |  | 
  | getAliaseeObject() | llvm::GlobalAlias | inline | 
  | getAllMetadata(SmallVectorImpl< std::pair< unsigned, MDNode * > > &MDs) const | llvm::Value | protected | 
  | getAllOnesValue(Type *Ty) | llvm::Constant | static | 
  | getComdat() const | llvm::GlobalValue |  | 
  | getComdat() | llvm::GlobalValue | inline | 
  | getContext() const | llvm::Value |  | 
  | getDataLayout() const | llvm::GlobalValue |  | 
  | getDescriptor() const | llvm::User |  | 
  | getDescriptor() | llvm::User |  | 
  | getDLLStorageClass() const | llvm::GlobalValue | inline | 
  | getGlobalIdentifier(StringRef Name, GlobalValue::LinkageTypes Linkage, StringRef FileName) | llvm::GlobalValue | static | 
  | getGlobalValueSubClassData() const | llvm::GlobalValue | inlineprotected | 
  | getGUID() const | llvm::GlobalValue | inline | 
  | getGUIDAssumingExternalLinkage(StringRef GlobalName) | llvm::GlobalValue | static | 
  | getIntegerValue(Type *Ty, const APInt &V) | llvm::Constant | static | 
  | getIterator() | llvm::ilist_node_impl< ilist_detail::compute_node_options< GlobalAlias, Options... >::type > | inline | 
  | getLinkage() const | llvm::GlobalValue | inline | 
  | getLinkOnceLinkage(bool ODR) | llvm::GlobalValue | inlinestatic | 
  | getMetadata(unsigned KindID) const | llvm::Value | inlineprotected | 
  | getMetadata(StringRef Kind) const | llvm::Value | protected | 
  | getMetadata(unsigned KindID, SmallVectorImpl< MDNode * > &MDs) const | llvm::Value | protected | 
  | getMetadata(StringRef Kind, SmallVectorImpl< MDNode * > &MDs) const | llvm::Value | protected | 
  | getMetadataImpl(unsigned KindID) const | llvm::Value | protected | 
  | getMinUnnamedAddr(UnnamedAddr A, UnnamedAddr B) | llvm::GlobalValue | inlinestatic | 
  | getName() const | llvm::Value |  | 
  | getNameOrAsOperand() const | llvm::Value |  | 
  | getNullValue(Type *Ty) | llvm::Constant | static | 
  | getNumOperands() const | llvm::User | inline | 
  | getNumUses() const | llvm::Value |  | 
  | getOperand(unsigned i) const | llvm::User | inline | 
  | getOperandList() const | llvm::User | inline | 
  | getOperandList() | llvm::User | inline | 
  | getOperandUse(unsigned i) const | llvm::User | inline | 
  | getOperandUse(unsigned i) | llvm::User | inline | 
  | llvm::getParent() | llvm::GlobalValue | inline | 
  | llvm::getParent() const | llvm::GlobalValue | inline | 
  | llvm::ilist_node< GlobalAlias >::getParent() const | llvm::ilist_detail::node_parent_access< ilist_node_impl< ilist_detail::compute_node_options< GlobalAlias, Options... >::type >, ilist_detail::compute_node_options< GlobalAlias, Options... >::type::parent_ty > | inline | 
  | getPartition() const | llvm::GlobalValue |  | 
  | getPointerAlignment(const DataLayout &DL) const | llvm::Value |  | 
  | getPointerDereferenceableBytes(const DataLayout &DL, bool &CanBeNull, bool &CanBeFreed) const | llvm::Value |  | 
  | getPointerOffsetFrom(const Value *Other, const DataLayout &DL) const | llvm::Value |  | 
  | getRawSubclassOptionalData() const | llvm::Value | inline | 
  | getReverseIterator() | llvm::ilist_node_impl< ilist_detail::compute_node_options< GlobalAlias, Options... >::type > | inline | 
  | getSanitizerMetadata() const | llvm::GlobalValue |  | 
  | getSection() const | llvm::GlobalValue |  | 
  | getSingleUndroppableUse() | llvm::Value |  | 
  | getSingleUndroppableUse() const | llvm::Value | inline | 
  | getSplatValue(bool AllowPoison=false) const | llvm::Constant |  | 
  | getSubclassDataFromValue() const | llvm::Value | inlineprotected | 
  | getThreadLocalMode() const | llvm::GlobalValue | inline | 
  | getType() const | llvm::GlobalValue | inline | 
  | getUniqueInteger() const | llvm::Constant |  | 
  | getUniqueUndroppableUser() | llvm::Value |  | 
  | getUniqueUndroppableUser() const | llvm::Value | inline | 
  | getUnnamedAddr() const | llvm::GlobalValue | inline | 
  | getValueID() const | llvm::Value | inline | 
  | getValueName() const | llvm::Value |  | 
  | getValueType() const | llvm::GlobalValue | inline | 
  | getVisibility() const | llvm::GlobalValue | inline | 
  | getWeakLinkage(bool ODR) | llvm::GlobalValue | inlinestatic | 
  | GlobalAlias(const GlobalAlias &)=delete | llvm::GlobalAlias |  | 
  | GlobalValue(Type *Ty, ValueTy VTy, AllocInfo AllocInfo, LinkageTypes Linkage, const Twine &Name, unsigned AddressSpace) | llvm::GlobalValue | inlineprotected | 
  | GlobalValue(const GlobalValue &)=delete | llvm::GlobalValue |  | 
  | GlobalValueSubClassDataBits | llvm::GlobalValue | protectedstatic | 
  | growHungoffUses(unsigned N, bool IsPhi=false) | llvm::User | protected | 
  | GUID typedef | llvm::GlobalValue |  | 
  | handleOperandChange(Value *, Value *) | llvm::Constant |  | 
  | hasAppendingLinkage() const | llvm::GlobalValue | inline | 
  | hasAtLeastLocalUnnamedAddr() const | llvm::GlobalValue | inline | 
  | hasAvailableExternallyLinkage() const | llvm::GlobalValue | inline | 
  | hasComdat() const | llvm::GlobalValue | inline | 
  | hasCommonLinkage() const | llvm::GlobalValue | inline | 
  | hasDefaultVisibility() const | llvm::GlobalValue | inline | 
  | HasDescriptor | llvm::Value | protected | 
  | hasDLLExportStorageClass() const | llvm::GlobalValue | inline | 
  | hasDLLImportStorageClass() const | llvm::GlobalValue | inline | 
  | hasExactDefinition() const | llvm::GlobalValue | inline | 
  | hasExactInverseFP() const | llvm::Constant |  | 
  | hasExternalLinkage() const | llvm::GlobalValue | inline | 
  | hasExternalWeakLinkage() const | llvm::GlobalValue | inline | 
  | hasGlobalUnnamedAddr() const | llvm::GlobalValue | inline | 
  | hasHiddenVisibility() const | llvm::GlobalValue | inline | 
  | HasHungOffUses | llvm::Value | protected | 
  | hasInternalLinkage() const | llvm::GlobalValue | inline | 
  | hasLinkOnceAnyLinkage() const | llvm::GlobalValue | inline | 
  | hasLinkOnceLinkage() const | llvm::GlobalValue | inline | 
  | hasLinkOnceODRLinkage() const | llvm::GlobalValue | inline | 
  | HasLLVMReservedName | llvm::GlobalValue | protected | 
  | hasLocalLinkage() const | llvm::GlobalValue | inline | 
  | HasMetadata | llvm::Value | protected | 
  | hasMetadata() const | llvm::Value | inlineprotected | 
  | hasMetadata(unsigned KindID) const | llvm::Value | inlineprotected | 
  | hasMetadata(StringRef Kind) const | llvm::Value | inlineprotected | 
  | HasName | llvm::Value | protected | 
  | hasName() const | llvm::Value | inline | 
  | hasNUndroppableUses(unsigned N) const | llvm::Value |  | 
  | hasNUndroppableUsesOrMore(unsigned N) const | llvm::Value |  | 
  | hasNUses(unsigned N) const | llvm::Value |  | 
  | hasNUsesOrMore(unsigned N) const | llvm::Value |  | 
  | hasOneLiveUse() const | llvm::Constant |  | 
  | hasOneUse() const | llvm::Value | inline | 
  | hasOneUser() const | llvm::Value |  | 
  | HasPartition | llvm::GlobalValue | protected | 
  | hasPartition() const | llvm::GlobalValue | inline | 
  | hasPrivateLinkage() const | llvm::GlobalValue | inline | 
  | hasProtectedVisibility() const | llvm::GlobalValue | inline | 
  | hasSameSubclassOptionalData(const Value *V) const | llvm::Value | inline | 
  | HasSanitizerMetadata | llvm::GlobalValue | protected | 
  | hasSanitizerMetadata() const | llvm::GlobalValue | inline | 
  | hasSection() const | llvm::GlobalValue | inline | 
  | hasUseList() const | llvm::Value | inline | 
  | hasValidDeclarationLinkage() const | llvm::GlobalValue | inline | 
  | hasValueHandle() const | llvm::Value | inline | 
  | hasWeakAnyLinkage() const | llvm::GlobalValue | inline | 
  | hasWeakLinkage() const | llvm::GlobalValue | inline | 
  | hasWeakODRLinkage() const | llvm::GlobalValue | inline | 
  | hasZeroLiveUses() const | llvm::Constant |  | 
  | HiddenVisibility enum value | llvm::GlobalValue |  | 
  | ilist_node_impl()=default | llvm::ilist_node_impl< ilist_detail::compute_node_options< GlobalAlias, Options... >::type > | protected | 
  | InitialExecTLSModel enum value | llvm::GlobalValue |  | 
  | InternalLinkage enum value | llvm::GlobalValue |  | 
  | IntID | llvm::GlobalValue | protected | 
  | isAbsoluteSymbolRef() const | llvm::GlobalValue |  | 
  | isAllOnesValue() const | llvm::Constant |  | 
  | isAppendingLinkage(LinkageTypes Linkage) | llvm::GlobalValue | inlinestatic | 
  | isAvailableExternallyLinkage(LinkageTypes Linkage) | llvm::GlobalValue | inlinestatic | 
  | isCommonLinkage(LinkageTypes Linkage) | llvm::GlobalValue | inlinestatic | 
  | isConstantUsed() const | llvm::Constant |  | 
  | isDeclaration() const | llvm::GlobalValue |  | 
  | isDeclarationForLinker() const | llvm::GlobalValue | inline | 
  | isDefinitionExact() const | llvm::GlobalValue | inline | 
  | isDiscardableIfUnused(LinkageTypes Linkage) | llvm::GlobalValue | inlinestatic | 
  | isDiscardableIfUnused() const | llvm::GlobalValue | inline | 
  | isDLLImportDependent() const | llvm::Constant |  | 
  | isDroppable() const | llvm::User |  | 
  | IsDSOLocal | llvm::GlobalValue | protected | 
  | isDSOLocal() const | llvm::GlobalValue | inline | 
  | isElementWiseEqual(Value *Y) const | llvm::Constant |  | 
  | isExternalLinkage(LinkageTypes Linkage) | llvm::GlobalValue | inlinestatic | 
  | isExternalWeakLinkage(LinkageTypes Linkage) | llvm::GlobalValue | inlinestatic | 
  | isFiniteNonZeroFP() const | llvm::Constant |  | 
  | isImplicitDSOLocal() const | llvm::GlobalValue | inline | 
  | isInternalLinkage(LinkageTypes Linkage) | llvm::GlobalValue | inlinestatic | 
  | isInterposable() const | llvm::GlobalValue |  | 
  | isInterposableLinkage(LinkageTypes Linkage) | llvm::GlobalValue | inlinestatic | 
  | isLinkOnceAnyLinkage(LinkageTypes Linkage) | llvm::GlobalValue | inlinestatic | 
  | isLinkOnceLinkage(LinkageTypes Linkage) | llvm::GlobalValue | inlinestatic | 
  | isLinkOnceODRLinkage(LinkageTypes Linkage) | llvm::GlobalValue | inlinestatic | 
  | isLocalLinkage(LinkageTypes Linkage) | llvm::GlobalValue | inlinestatic | 
  | isManifestConstant() const | llvm::Constant |  | 
  | isMaterializable() const | llvm::GlobalValue |  | 
  | isMinSignedValue() const | llvm::Constant |  | 
  | isNaN() const | llvm::Constant |  | 
  | isNegativeZeroValue() const | llvm::Constant |  | 
  | isNormalFP() const | llvm::Constant |  | 
  | isNotMinSignedValue() const | llvm::Constant |  | 
  | isNotOneValue() const | llvm::Constant |  | 
  | isNullValue() const | llvm::Constant |  | 
  | isOneValue() const | llvm::Constant |  | 
  | isPrivateLinkage(LinkageTypes Linkage) | llvm::GlobalValue | inlinestatic | 
  | isSentinel() const | llvm::ilist_node_impl< ilist_detail::compute_node_options< GlobalAlias, Options... >::type > | inline | 
  | isStrongDefinitionForLinker() const | llvm::GlobalValue | inline | 
  | isSwiftError() const | llvm::Value |  | 
  | isTagged() const | llvm::GlobalValue | inline | 
  | isThreadDependent() const | llvm::Constant |  | 
  | isThreadLocal() const | llvm::GlobalValue | inline | 
  | IsUsedByMD | llvm::Value | protected | 
  | isUsedByMetadata() const | llvm::Value | inline | 
  | isUsedInBasicBlock(const BasicBlock *BB) const | llvm::Value |  | 
  | isValidDeclarationLinkage(LinkageTypes Linkage) | llvm::GlobalValue | inlinestatic | 
  | isValidLinkage(LinkageTypes L) | llvm::GlobalAlias | inlinestatic | 
  | isWeakAnyLinkage(LinkageTypes Linkage) | llvm::GlobalValue | inlinestatic | 
  | isWeakForLinker(LinkageTypes Linkage) | llvm::GlobalValue | inlinestatic | 
  | isWeakForLinker() const | llvm::GlobalValue | inline | 
  | isWeakLinkage(LinkageTypes Linkage) | llvm::GlobalValue | inlinestatic | 
  | isWeakODRLinkage(LinkageTypes Linkage) | llvm::GlobalValue | inlinestatic | 
  | isZeroValue() const | llvm::Constant |  | 
  | Linkage | llvm::GlobalValue | protected | 
  | LinkageTypes enum name | llvm::GlobalValue |  | 
  | LinkOnceAnyLinkage enum value | llvm::GlobalValue |  | 
  | LinkOnceODRLinkage enum value | llvm::GlobalValue |  | 
  | LocalDynamicTLSModel enum value | llvm::GlobalValue |  | 
  | LocalExecTLSModel enum value | llvm::GlobalValue |  | 
  | materialize() | llvm::GlobalValue |  | 
  | materialized_use_begin() | llvm::Value | inline | 
  | materialized_use_begin() const | llvm::Value | inline | 
  | materialized_use_empty() const | llvm::Value | inline | 
  | materialized_user_begin() | llvm::Value | inline | 
  | materialized_user_begin() const | llvm::Value | inline | 
  | materialized_users() | llvm::Value | inline | 
  | materialized_users() const | llvm::Value | inline | 
  | materialized_uses() | llvm::Value | inline | 
  | materialized_uses() const | llvm::Value | inline | 
  | MaxAlignmentExponent | llvm::Value | static | 
  | MaximumAlignment | llvm::Value | static | 
  | mergeUndefsWith(Constant *C, Constant *Other) | llvm::Constant | static | 
  | mutateType(Type *Ty) | llvm::Value | inline | 
  | needsDynamicRelocation() const | llvm::Constant |  | 
  | needsRelocation() const | llvm::Constant |  | 
  | NotThreadLocal enum value | llvm::GlobalValue |  | 
  | NumUserOperands | llvm::Value | protected | 
  | NumUserOperandsBits enum value | llvm::Value | protected | 
  | Op() | llvm::User | inlineprotected | 
  | Op() const | llvm::User | inlineprotected | 
  | op_begin() | llvm::User | inline | 
  | op_begin() const | llvm::User | inline | 
  | op_end() | llvm::User | inline | 
  | op_end() const | llvm::User | inline | 
  | op_iterator typedef | llvm::User |  | 
  | op_range typedef | llvm::User |  | 
  | operand_values() | llvm::User | inline | 
  | operand_values() const | llvm::User | inline | 
  | operands() | llvm::User | inline | 
  | operands() const | llvm::User | inline | 
  | operator delete(void *Ptr) | llvm::GlobalAlias | inline | 
  | llvm::GlobalValue::operator delete(void *Usr, HungOffOperandsAllocMarker) | llvm::User | inline | 
  | llvm::GlobalValue::operator delete(void *Usr, IntrusiveOperandsAllocMarker) | llvm::User | inline | 
  | llvm::GlobalValue::operator delete(void *Usr, IntrusiveOperandsAndDescriptorAllocMarker) | llvm::User | inline | 
  | operator new(size_t S) | llvm::GlobalAlias | inline | 
  | llvm::GlobalValue::operator new(size_t Size, HungOffOperandsAllocMarker) | llvm::User | protected | 
  | llvm::GlobalValue::operator new(size_t Size, IntrusiveOperandsAllocMarker allocTrait) | llvm::User | protected | 
  | llvm::GlobalValue::operator new(size_t Size, IntrusiveOperandsAndDescriptorAllocMarker allocTrait) | llvm::User | protected | 
  | operator=(const GlobalAlias &)=delete | llvm::GlobalAlias |  | 
  | llvm::GlobalValue::operator=(const Constant &)=delete | llvm::Constant |  | 
  | llvm::User::operator=(const Value &)=delete | llvm::Value |  | 
  | OpFrom(const U *that) | llvm::User | inlineprotectedstatic | 
  | Parent | llvm::GlobalValue | protected | 
  | print(raw_ostream &O, bool IsForDebug=false) const | llvm::Value |  | 
  | print(raw_ostream &O, ModuleSlotTracker &MST, bool IsForDebug=false) const | llvm::Value |  | 
  | printAsOperand(raw_ostream &O, bool PrintType=true, const Module *M=nullptr) const | llvm::Value |  | 
  | printAsOperand(raw_ostream &O, bool PrintType, ModuleSlotTracker &MST) const | llvm::Value |  | 
  | PrivateLinkage enum value | llvm::GlobalValue |  | 
  | ProtectedVisibility enum value | llvm::GlobalValue |  | 
  | removeDeadConstantUsers() const | llvm::Constant |  | 
  | removeFromParent() | llvm::GlobalAlias |  | 
  | removeSanitizerMetadata() | llvm::GlobalValue |  | 
  | replaceAllUsesWith(Value *V) | llvm::Value |  | 
  | replaceNonMetadataUsesWith(Value *V) | llvm::Value |  | 
  | replaceUndefsWith(Constant *C, Constant *Replacement) | llvm::Constant | static | 
  | replaceUsesOfWith(Value *From, Value *To) | llvm::User |  | 
  | replaceUsesOutsideBlock(Value *V, BasicBlock *BB) | llvm::Value |  | 
  | replaceUsesWithIf(Value *New, llvm::function_ref< bool(Use &U)> ShouldReplace) | llvm::Value |  | 
  | reverse_self_iterator typedef | llvm::ilist_node_impl< ilist_detail::compute_node_options< GlobalAlias, Options... >::type > | protected | 
  | reverseUseList() | llvm::Value |  | 
  | self_iterator typedef | llvm::ilist_node_impl< ilist_detail::compute_node_options< GlobalAlias, Options... >::type > | protected | 
  | setAliasee(Constant *Aliasee) | llvm::GlobalAlias |  | 
  | setDLLStorageClass(DLLStorageClassTypes C) | llvm::GlobalValue | inline | 
  | setDSOLocal(bool Local) | llvm::GlobalValue | inline | 
  | setGlobalValueSubClassData(unsigned V) | llvm::GlobalValue | inlineprotected | 
  | setLinkage(LinkageTypes LT) | llvm::GlobalValue | inline | 
  | setMetadata(unsigned KindID, MDNode *Node) | llvm::Value | protected | 
  | setMetadata(StringRef Kind, MDNode *Node) | llvm::Value | protected | 
  | setName(const Twine &Name) | llvm::Value |  | 
  | setNoSanitizeMetadata() | llvm::GlobalValue |  | 
  | setNumHungOffUseOperands(unsigned NumOps) | llvm::User | inline | 
  | setOperand(unsigned i, Value *Val) | llvm::User | inline | 
  | llvm::setParent(Module *parent) | llvm::GlobalValue | inlineprotected | 
  | llvm::ilist_node< GlobalAlias >::setParent(ilist_detail::compute_node_options< GlobalAlias, Options... >::type::parent_ty *Parent) | llvm::ilist_detail::node_parent_access< ilist_node_impl< ilist_detail::compute_node_options< GlobalAlias, Options... >::type >, ilist_detail::compute_node_options< GlobalAlias, Options... >::type::parent_ty > | inline | 
  | setPartition(StringRef Part) | llvm::GlobalValue |  | 
  | setSanitizerMetadata(SanitizerMetadata Meta) | llvm::GlobalValue |  | 
  | setThreadLocal(bool Val) | llvm::GlobalValue | inline | 
  | setThreadLocalMode(ThreadLocalMode Val) | llvm::GlobalValue | inline | 
  | setUnnamedAddr(UnnamedAddr Val) | llvm::GlobalValue | inline | 
  | setValueName(ValueName *VN) | llvm::Value |  | 
  | setValueSubclassData(unsigned short D) | llvm::Value | inlineprotected | 
  | setVisibility(VisibilityTypes V) | llvm::GlobalValue | inline | 
  | sortUseList(Compare Cmp) | llvm::Value |  | 
  | stripAndAccumulateConstantOffsets(const DataLayout &DL, APInt &Offset, bool AllowNonInbounds, bool AllowInvariantGroup=false, function_ref< bool(Value &Value, APInt &Offset)> ExternalAnalysis=nullptr, bool LookThroughIntToPtr=false) const | llvm::Value |  | 
  | stripAndAccumulateConstantOffsets(const DataLayout &DL, APInt &Offset, bool AllowNonInbounds, bool AllowInvariantGroup=false, function_ref< bool(Value &Value, APInt &Offset)> ExternalAnalysis=nullptr, bool LookThroughIntToPtr=false) | llvm::Value | inline | 
  | stripAndAccumulateInBoundsConstantOffsets(const DataLayout &DL, APInt &Offset) const | llvm::Value | inline | 
  | stripAndAccumulateInBoundsConstantOffsets(const DataLayout &DL, APInt &Offset) | llvm::Value | inline | 
  | stripInBoundsConstantOffsets() const | llvm::Value |  | 
  | stripInBoundsConstantOffsets() | llvm::Value | inline | 
  | stripInBoundsOffsets(function_ref< void(const Value *)> Func=[](const Value *) {}) const | llvm::Value |  | 
  | stripInBoundsOffsets(function_ref< void(const Value *)> Func=[](const Value *) {}) | llvm::Value | inline | 
  | stripPointerCasts() const | llvm::Constant | inline | 
  | stripPointerCasts() | llvm::Constant | inline | 
  | stripPointerCastsAndAliases() const | llvm::Value |  | 
  | stripPointerCastsAndAliases() | llvm::Value | inline | 
  | stripPointerCastsForAliasAnalysis() const | llvm::Value |  | 
  | stripPointerCastsForAliasAnalysis() | llvm::Value | inline | 
  | stripPointerCastsSameRepresentation() const | llvm::Value |  | 
  | stripPointerCastsSameRepresentation() | llvm::Value | inline | 
  | SubclassOptionalData | llvm::Value | protected | 
  | SymbolTableListTraits< GlobalAlias > class | llvm::GlobalAlias | friend | 
  | takeName(Value *V) | llvm::Value |  | 
  | ThreadLocal | llvm::GlobalValue | protected | 
  | ThreadLocalMode enum name | llvm::GlobalValue |  | 
  | toConstantRange() const | llvm::Constant |  | 
  | UnnamedAddr enum name | llvm::GlobalValue |  | 
  | UnnamedAddrVal | llvm::GlobalValue | protected | 
  | use_begin() | llvm::Value | inline | 
  | use_begin() const | llvm::Value | inline | 
  | use_empty() const | llvm::Value | inline | 
  | use_end() | llvm::Value | inline | 
  | use_end() const | llvm::Value | inline | 
  | use_iterator typedef | llvm::Value |  | 
  | User(Type *ty, unsigned vty, AllocInfo AllocInfo) | llvm::User | inlineprotected | 
  | User(const User &)=delete | llvm::User |  | 
  | user_back() | llvm::Value | inline | 
  | user_back() const | llvm::Value | inline | 
  | user_begin() | llvm::Value | inline | 
  | user_begin() const | llvm::Value | inline | 
  | user_empty() const | llvm::Value | inline | 
  | user_end() | llvm::Value | inline | 
  | user_end() const | llvm::Value | inline | 
  | user_iterator typedef | llvm::Value |  | 
  | users() | llvm::Value | inline | 
  | users() const | llvm::Value | inline | 
  | uses() | llvm::Value | inline | 
  | uses() const | llvm::Value | inline | 
  | Value(Type *Ty, unsigned scid) | llvm::Value | protected | 
  | Value(const Value &)=delete | llvm::Value |  | 
  | value_op_begin() | llvm::User | inline | 
  | value_op_begin() const | llvm::User | inline | 
  | value_op_end() | llvm::User | inline | 
  | value_op_end() const | llvm::User | inline | 
  | ValueTy enum name | llvm::Value |  | 
  | ValueType | llvm::GlobalValue | protected | 
  | Visibility | llvm::GlobalValue | protected | 
  | VisibilityTypes enum name | llvm::GlobalValue |  | 
  | WeakAnyLinkage enum value | llvm::GlobalValue |  | 
  | WeakODRLinkage enum value | llvm::GlobalValue |  | 
  | ~Constant()=default | llvm::Constant | protected | 
  | ~GlobalValue() | llvm::GlobalValue | inlineprotected | 
  | ~User()=default | llvm::User | protected | 
  | ~Value() | llvm::Value | protected |