reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/IR/GlobalObject.h
  170   getAllMetadata(SmallVectorImpl<std::pair<unsigned, MDNode *>> &MDs) const;

References

lib/Bitcode/Writer/BitcodeWriter.cpp
 2148   GO.getAllMetadata(MDs);
lib/Bitcode/Writer/ValueEnumerator.cpp
  382     GV.getAllMetadata(MDs);
  397     F.getAllMetadata(MDs);
lib/IR/AsmWriter.cpp
 1053   GO.getAllMetadata(MDs);
 3308   GV->getAllMetadata(MDs);
 3428     F->getAllMetadata(MDs);
 3527     F->getAllMetadata(MDs);
lib/IR/Core.cpp
 2029       unwrap<GlobalObject>(Value)->getAllMetadata(Entries);
lib/IR/Metadata.cpp
 1452   Other->getAllMetadata(MDs);
lib/IR/Verifier.cpp
 2231   F.getAllMetadata(MDs);
lib/Transforms/IPO/ConstantMerge.cpp
   71   GV->getAllMetadata(MDs);
lib/Transforms/IPO/DeadArgumentElimination.cpp
  243   Fn.getAllMetadata(MDs);
 1074   F->getAllMetadata(MDs);
lib/Transforms/Utils/CloneFunction.cpp
  144   OldFunc->getAllMetadata(MDs);
lib/Transforms/Utils/CloneModule.cpp
  133     I->getAllMetadata(MDs);
lib/Transforms/Utils/ValueMapper.cpp
  929   GO.getAllMetadata(MDs);
tools/llvm-reduce/deltas/ReduceMetadata.cpp
   29   MDUser.getAllMetadata(MDs);
   46   MDUser.getAllMetadata(MDs);
  108   MDUser.getAllMetadata(MDs);
unittests/IR/MetadataTest.cpp
 2712   F->getAllMetadata(MDs);