Displaying 3 results from an estimated 3 matches for "namedmd".
2011 Jul 08
0
[LLVMdev] How to get line number of a function in a bitcode file?
Hi Chen,
On Jul 8, 2011, at 11:56 AM, kobe James wrote:
> 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
2016 Aug 19
2
Stop bugpoint from removing operand of metadata.
...lf. Is there away to prevent bugpoint from doing
this rather than changing the source code of bugpoint?
I tried to run a "bugpoint --help-hidden" and get the following options
related to metadata:
-lowertypetests - Lower type
metadata
-disable-namedmd-remove - Do not remove
global named metadata
-enable-import-metadata - Enable import
metadata like 'thinlto_src_module'
-enable-noalias-to-md-conversion - Convert
noalias attributes to metadata dur...
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