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

/external/llvm/include/llvm/IR/
H A DInstruction.h177 getAllMetadata(SmallVectorImpl<std::pair<unsigned, MDNode *>> &MDs) const { function in class:llvm::Instruction
182 /// This does the same thing as getAllMetadata, except that it filters out the
/external/swiftshader/third_party/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 209 milliseconds