Replies: 5 comments
-
Can we see an example? |
Beta Was this translation helpful? Give feedback.
-
I think this is common for languages that are compiled (like c++ & ocaml). You don't need to delare a function before use (like in python) |
Beta Was this translation helpful? Give feedback.
-
I mean, when we declare function dbs_sanitizer or coverage, its declaration goes below main function definition. Although we use it it above. |
Beta Was this translation helpful? Give feedback.
-
That does not matter. |
Beta Was this translation helpful? Give feedback.
-
I checked it execute well but just confused. I think my thought was buried in C language style. Thanks for answers |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have a question about function location in Llvm IR.
Is always callee function definition located above caller function definition? It seems natural, but I saw function declarations are located at the bottom, although some caller function exists above.
How can I understand it?
Beta Was this translation helpful? Give feedback.
All reactions