Lines Matching full:c_function
2277 a symbol table that the :ref:`Function <c_Function>` and Module_ classes use for
2699 <c_Function>`\ s, a list of GlobalVariable_\ s, and a SymbolTable_.
2718 ``Module`` object's :ref:`Function <c_Function>` list.
2722 Returns the list of :ref:`Function <c_Function>`\ s. This is necessary to use
2786 <c_Function>`\ s are ``Value``\ s.
3071 Global values ( GlobalVariable_\ s or :ref:`Function <c_Function>`\ s) are the
3073 <c_Function>`\ s. Because they are visible at global scope, they are also
3303 ``BasicBlock`` class also keeps track of the :ref:`Function <c_Function>` that
3319 new block, and a :ref:`Function <c_Function>` to insert it into. If the
3321 inserted at the end of the specified :ref:`Function <c_Function>`, if not
3323 <c_Function>`.
3348 Returns a pointer to :ref:`Function <c_Function>` the block is embedded into,