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

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

Completed in 677 milliseconds