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

  /external/llvm/include/llvm/IR/
Instruction.h 178 /// getAllMetadata - Get all metadata attached to this Instruction. The first
182 getAllMetadata(SmallVectorImpl<std::pair<unsigned, MDNode *>> &MDs) const {
188 /// getAllMetadata, except that it filters out the debug location.
Function.h 619 getAllMetadata(SmallVectorImpl<std::pair<unsigned, MDNode *>> &MDs) const;
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 323 LI.getAllMetadata(MD);
395 SI.getAllMetadata(MD);
    [all...]
  /external/llvm/lib/Transforms/Utils/
ValueMapper.cpp 453 I->getAllMetadata(MDs);
  /external/llvm/lib/Bitcode/Writer/
ValueEnumerator.cpp 338 F.getAllMetadata(MDs);
BitcodeWriter.cpp     [all...]
  /external/llvm/lib/IR/
AsmWriter.cpp 851 F.getAllMetadata(MDs);
873 I.getAllMetadata(MDs);
    [all...]
Metadata.cpp     [all...]
Verifier.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopUnswitch.cpp 694 SrcInst->getAllMetadata(MDs);
    [all...]
  /external/llvm/lib/Linker/
IRMover.cpp     [all...]
  /external/llvm/unittests/IR/
MetadataTest.cpp     [all...]

Completed in 248 milliseconds