Help with Metadata

Hi,

Could someone tell me how does a part of the source code get translated into metadata in the LLVM IR.
and what kind of code gets parsed into metadata.

Thanks

http://llvm.org/docs/SourceLevelDebugging.html may answer your
question. Or building with `clang -S -emit-llvm -g` might. If not,
could you be more precise? What are you trying to do?