Searched refs:getAllMetadata (Results 1 - 3 of 3) 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.
/external/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp188 I->getAllMetadata(MDs);
/external/llvm/lib/VMCore/
H A DAsmWriter.cpp518 I->getAllMetadata(MDForInst);
2020 I.getAllMetadata(InstMD);

Completed in 78 milliseconds