Home | History | Annotate | Download | only in IR

Lines Matching defs:functions

55 /// list of globals variables, a list of functions, a list of libraries (or
69 /// The type for the list of functions.
170 FunctionListType FunctionList; ///< The Functions in the module
494 /// @name Direct access to the globals list, functions list, and symbol table
506 /// Get the Module's list of functions (constant).
508 /// Get the Module's list of functions.
583 iterator_range<iterator> functions() {
586 iterator_range<const_iterator> functions() const {
637 return concat<GlobalObject>(functions(), globals());
640 return concat<const GlobalObject>(functions(), globals());
663 return concat<GlobalValue>(functions(), globals(), aliases(), ifuncs());
666 return concat<const GlobalValue>(functions(), globals(), aliases(),
772 /// @name Utility functions for printing and dumping Module objects
795 /// @name Utility functions for querying Debug information.
810 /// @name Utility functions for querying and setting PIC level
821 /// @name Utility functions for querying and setting PIE level
831 /// @name Utility functions for querying and setting PGO summary