Displaying 2 results from an estimated 2 matches for "tp32023834p32031825".
2011 Jul 10
0
[LLVMdev] How to get line number of a function in a bitcode file?
...-2.6/llvm/projects/poolalloc/runtime/PreRT'
make[1]: *** [all] Error 1
make[1]: Leaving directory
`/home/chenliu/llvm-2.6/llvm/projects/poolalloc/runtime'
make: *** [all] Error 1
--
View this message in context: http://old.nabble.com/How-to-get-line-number-of-a-function-in-a-bitcode-file--tp32023834p32031825.html
Sent from the LLVM - Dev mailing list archive at Nabble.com.
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