HomeSort by relevance Sort by last modified time
    Searched refs:getAllMetadata (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/IR/
Instruction.h 155 /// getAllMetadata - Get all metadata attached to this Instruction. The first
158 void getAllMetadata(SmallVectorImpl<std::pair<unsigned, MDNode*> > &MDs)const{
164 /// getAllMetadata, except that it filters out the debug location.
  /external/llvm/lib/Transforms/Utils/
ValueMapper.cpp 212 I->getAllMetadata(MDs);
  /external/llvm/lib/IR/
AsmWriter.cpp 546 I->getAllMetadata(MDForInst);
    [all...]

Completed in 136 milliseconds