Home | History | Annotate | Download | only in IR

Lines Matching defs:aliases

60   /// The type for the list of aliases.
156 AliasListType AliasList; ///< The Aliases in the module
496 /// Get the Module's list of aliases (constant).
498 /// Get the Module's list of aliases.
576 iterator_range<alias_iterator> aliases() {
579 iterator_range<const_alias_iterator> aliases() const {
639 return concat<GlobalValue>(functions(), globals(), aliases(), ifuncs());
642 return concat<const GlobalValue>(functions(), globals(), aliases(),