Home | History | Annotate | Download | only in mcld

Lines Matching defs:module_

90         module_(script_),
91 ir_builder_(module_, config_) {
110 mcld::Module module_;
505 if (!ConfigureOutputName(output_name, module_, config_)) {
506 mcld::unreachable(mcld::diag::unrecognized_output_file) << module_.name();
510 config_.options().setSOName(module_.name());
1047 if (!linker_.link(module_, ir_builder_)) {
1052 if (!linker_.emit(module_, module_.name())) {