Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_codegen_ssa/src/traits/
Dbuilder.rs52 fn append_block(cx: &'a Self::CodegenCx, llfn: Self::Function, name: &str) -> Self::BasicBlock; in append_block() method
/third_party/rust/rust/compiler/rustc_codegen_llvm/src/
Dbuilder.rs160 fn append_block(cx: &'a CodegenCx<'ll, 'tcx>, llfn: &'ll Value, name: &str) -> &'ll BasicBlock { in append_block() method
/third_party/rust/rust/compiler/rustc_codegen_gcc/src/
Dbuilder.rs425 fn append_block(cx: &'a CodegenCx<'gcc, 'tcx>, func: RValue<'gcc>, name: &str) -> Block<'gcc> { in append_block() method