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

References

unittests/IR/MetadataTest.cpp
 2704   F->setMetadata("other1", T2);
 2705   F->setMetadata(LLVMContext::MD_dbg, SP);
 2706   F->setMetadata("other2", T1);
 2707   F->setMetadata(LLVMContext::MD_prof, P);
 2708   F->setMetadata("other2", T2);
 2709   F->setMetadata("other1", T1);
 2712   F->getAllMetadata(MDs);