Module rustc::middle::trans::meth[src]
Functions
| make_vtable | Helper function to declare and initialize the vtable. |
| trans_impl | The main "translation" pass for methods. Generates code
for non-monomorphized methods only. Other methods will
be generated once they are invoked with specific type parameters,
see |
| trans_method_callee | |
| trans_static_method_callee | |
| trans_trait_callee_from_llval | Same as |
| trans_trait_cast | Generates the code to convert from a pointer ( |