Home | History | Annotate | Download | only in IR

Lines Matching refs:GlobalIFunc

1 //===-------- llvm/GlobalIFunc.h - GlobalIFunc class ------------*- C++ -*-===//
11 /// This file contains the declaration of the GlobalIFunc class, which
30 // Traits class for using GlobalIFunc in symbol table in Module.
33 class GlobalIFunc final : public GlobalIndirectSymbol,
34 public ilist_node<GlobalIFunc> {
35 friend class SymbolTableListTraits<GlobalIFunc>;
37 GlobalIFunc(Type *Ty, unsigned AddressSpace, LinkageTypes Linkage,
41 GlobalIFunc(const GlobalIFunc &) = delete;
42 GlobalIFunc &operator=(const GlobalIFunc &) = delete;
46 static GlobalIFunc *create(Type *Ty, unsigned AddressSpace,
50 void copyAttributesFrom(const GlobalIFunc *Src) {