Lines Matching full:the_function
318 let the_function = codegen_proto proto in
330 let bb = append_block context "entry" the_function in
339 which is inserted into ``the_function``. The second line then tells the
355 Llvm_analysis.assert_valid_function the_function;
357 the_function
374 delete_function the_function;
867 let the_function = codegen_proto proto in
870 let bb = append_block context "entry" the_function in
880 Llvm_analysis.assert_valid_function the_function;
882 the_function
884 delete_function the_function;