Home
last modified time | relevance | path

Searched defs:llvm_type (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/rust/compiler/rustc_codegen_llvm/src/
Dabi.rs114 fn llvm_type<'ll>(&self, cx: &CodegenCx<'ll, '_>) -> &'ll Type; in llvm_type() method
118 fn llvm_type<'ll>(&self, cx: &CodegenCx<'ll, '_>) -> &'ll Type { in llvm_type() method
132 fn llvm_type<'ll>(&self, cx: &CodegenCx<'ll, '_>) -> &'ll Type { in llvm_type() method
315 fn llvm_type(&self, cx: &CodegenCx<'ll, 'tcx>) -> &'ll Type; in llvm_type() method
323 fn llvm_type(&self, cx: &CodegenCx<'ll, 'tcx>) -> &'ll Type { in llvm_type() method
Dtype_of.rs180 fn llvm_type<'a>(&self, cx: &CodegenCx<'a, 'tcx>) -> &'a Type; in llvm_type() method
225 fn llvm_type<'a>(&self, cx: &CodegenCx<'a, 'tcx>) -> &'a Type { in llvm_type() method
/third_party/rust/rust/compiler/rustc_codegen_llvm/src/debuginfo/
Dgdb.rs69 let llvm_type = cx.type_array(cx.type_i8(), section_contents.len() as u64); in get_or_insert_gdb_debug_scripts_section_global() localVariable