<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Arial,Helvetica,sans-serif;" dir="ltr">
<p>Hi,</p>
<p><br>
</p>
<p>Just have a question here,</p>
<p><br>
</p>
<p>Short: </p>
<p>How would you insert a function definition at the top of the LLVM Module?</p>
<p><br>
</p>
<p>Long: </p>
<p>I'm trying to create monomorphic functions , so when I encounter a function call ,</p>
<p>I create concrete types for the template function.</p>
<p><br>
</p>
<p>While I'm doing this , i need to codegen the function definition at the top of the module , </p>
<p>in order for my function call to execute correctly.</p>
<p><br>
</p>
<p>Any clue as to how this can be done ?</p>
<p><br>
</p>
<p>Thanks ,</p>
<p>Malhar</p>
<p> <br>
</p>
</div>
</body>
</html>