↓ 1 callersFunctiongenerate_call(
context: &mut Context<'a, 'b>,
generator: &mut G,
call: &'b Call<'a>,
debug_location: DebugLocation,
)
src/codegen/codegen.rs:794
↓ 1 callersFunctiongenerate_for(
context: &mut Context<'a, 'b>,
generator: &mut G,
statement: &'b For<'a>,
debug_location: DebugLocation,
src/codegen/codegen.rs:549
↓ 1 callersMethodgenerate_initialized_binding(
&mut self,
readable_index: usize,
value: Option<Self::Binding>,
type_id: TypeId,
name: &str,
deb
src/codegen/llvm/generator.rs:3590
↓ 1 callersFunctiongenerate_intrinsic(
context: &mut Context<'a, 'b>,
generator: &mut G,
function_id: FunctionId,
call: &'b Call<'a>,
debug_lo
src/codegen/codegen.rs:1305
↓ 1 callersMethodgenerate_match(
&mut self,
context: &mut codegen::Context<'a, 'b>,
value: Self::Binding,
enum_shape_index: usize,
src/codegen/llvm/generator.rs:1064
↓ 1 callersMethodgenerate_zero_initialized_binding(
&mut self,
type_store: &mut TypeStore,
readable_index: usize,
type_id: TypeId,
name: &str,
debug
src/codegen/llvm/generator.rs:3631