Searched defs:getAllMetadata (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/
H A DInstruction.h151 /// getAllMetadata - Get all metadata attached to this Instruction. The first
154 void getAllMetadata(SmallVectorImpl<std::pair<unsigned, MDNode*> > &MDs)const{ function in class:llvm::Instruction
160 /// getAllMetadata, except that it filters out the debug location.

Completed in 134 milliseconds