Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Function

10 // These classes wrap the information about a call or function
30 class Function;
102 /// of parameters to a function. The decl must be either a
108 /// function definition.
115 /// The LLVM::CallingConv to use for this function (as specified by the
119 /// The LLVM::CallingConv to actually use for this function, which may
123 /// Whether this function is noreturn.
126 /// Whether this function is returns-retained.
155 /// In ARR, whether this function retains its return value. This
210 /// function can be stored, and whether the address is volatile or not.