search for: metadataconext

Displaying 1 result from an estimated 1 matches for "metadataconext".

Did you mean: metadatacontext
2009 Dec 22
1
[LLVMdev] attach metadata to argument/basicblock/function
hi all, i have a pass that wants to attach metadata to argument for later optimization pass, but i found that MetadataConext only have a method "void addMD(unsigned Kind, MDNode *Node, Instruction *Inst);", so, attaching metadata to LLVM Values other rather than Instruction is not support yet? thanks --ether