Home | History | Annotate | Download | only in IR

Lines Matching defs:aliases

71   /// The type for the list of aliases.
171 AliasListType AliasList; ///< The Aliases in the module
514 /// Get the Module's list of aliases (constant).
516 /// Get the Module's list of aliases.
601 iterator_range<alias_iterator> aliases() {
604 iterator_range<const_alias_iterator> aliases() const {
663 return concat<GlobalValue>(functions(), globals(), aliases(), ifuncs());
666 return concat<const GlobalValue>(functions(), globals(), aliases(),