<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=us-ascii" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.7600.16671"><LINK rel=stylesheet 
href="BLOCKQUOTE{margin-Top: 0px; margin-Bottom: 0px; margin-Left: 2em}"></HEAD>
<BODY style="MARGIN: 10px; FONT-FAMILY: verdana; FONT-SIZE: 10pt">
<DIV><FONT size=2 face=Verdana>
<DIV>Hi, </DIV>
<DIV> </DIV>
<DIV>
<DIV style="TEXT-INDENT: 2em">I have a llvm pass in hand written by other 
people. There are following statements that I couldn't understand:</DIV>
<DIV style="TEXT-INDENT: 2em"> </DIV>
<DIV 
style="TEXT-INDENT: 2em">-------------------------------program----------------------------------------------------</DIV>
<DIV style="TEXT-INDENT: 2em">
<DIV>...</DIV>
<DIV>
<DIV>  // Calls to internal functions.</DIV>
<DIV>  if (!F->isDeclaration()) {</DIV>
<DIV>    DOUT << " 
internal call" << opcode << ": " << name << "\n";</DIV>
<DIV>    return ...;</DIV>
<DIV>  }</DIV>
<DIV></DIV>
<DIV>  // Calls to external functions</DIV>...</DIV></DIV>
<DIV 
style="TEXT-INDENT: 2em">-------------------------------------------------------------------------------------------</DIV>
<DIV style="TEXT-INDENT: 2em"> </DIV>
<DIV style="TEXT-INDENT: 2em">My question is:</DIV>
<DIV style="TEXT-INDENT: 2em"> </DIV>
<DIV style="TEXT-INDENT: 2em">What's the definitions of internal functions and 
external functions? In c, internal functions is functions that it is only called 
in the file where it defines using keyword "static", external functions is 
functions that can be called by other files, defining using keyword 
"external". Are these definitions identical with the 
definitions in llvm? </DIV>
<DIV style="TEXT-INDENT: 2em"> </DIV>
<DIV style="TEXT-INDENT: 2em">Thank you very much.</DIV>
<DIV style="TEXT-INDENT: 2em"> </DIV>
<DIV style="TEXT-INDENT: 2em">Best Regards</DIV></DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV></FONT></DIV>
<DIV><FONT size=2 face=Verdana></FONT> </DIV>
<DIV align=left><FONT size=2 face=Verdana>2010-11-30 </FONT></DIV><FONT size=2 
face=Verdana>
<HR style="WIDTH: 122px; HEIGHT: 2px" align=left SIZE=2>

<DIV><FONT size=2 
face=Verdana><SPAN>WeiHu</SPAN></FONT></DIV></FONT></BODY></HTML>