Searched defs:llmod_raw (Results 1 – 2 of 2) sorted by relevance
| /third_party/rust/rust/compiler/rustc_codegen_llvm/src/ |
| D | lib.rs | 391 llmod_raw: *const llvm::Module, field 402 let llmod_raw = context::create_module(tcx, llcx, mod_name) as *const _; in new() localVariable 410 let llmod_raw = context::create_module(tcx, llcx, mod_name) as *const _; in new_metadata() localVariable 423 let llmod_raw = back::lto::parse_module(llcx, name, buffer, handler)?; in parse() localVariable
|
| /third_party/rust/rust/compiler/rustc_codegen_llvm/src/back/ |
| D | lto.rs | 706 let llmod_raw = parse_module(llcx, module_name, thin_module.data(), &diag_handler)? as *const _; in optimize_thin_module() localVariable
|