search for: bitcocd

Displaying 2 results from an estimated 2 matches for "bitcocd".

Did you mean: bitco
2011 Jul 08
0
[LLVMdev] How to get line number of a function in a bitcode file?
...bitcode file. Say, if we have a function foo(), and the bitcode file is generated by a single source file, then I want to get the line number foo() locates in that source file. > If the bitcode file is linked by multiple bitcode files, is it possible to also get which file foo() locates in? If bitcocd file has debug info, it is possible however there is not any LLVM IR ready made function to get this info. It is easy to write one. - Devang -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110708/6d8b364b/a...
2011 Jul 08
7
[LLVMdev] How to get line number of a function in a bitcode file?
Hi All, I hope to get some information about functions in a bitcode file. Say, if we have a function foo(), and the bitcode file is generated by a single source file, then I want to get the line number foo() locates in that source file. If the bitcode file is linked by multiple bitcode files, is it possible to also get which file foo() locates in? Thanks, Chen -------------- next part