|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
include/llvm/IR/Module.h 313 unsigned getMDKindID(StringRef Name) const;
References
lib/AsmParser/LLParser.cpp 2024 Kind = M->getMDKindID(Name);
lib/Bitcode/Reader/MetadataLoader.cpp 2075 unsigned NewKind = TheModule.getMDKindID(Name.str());
lib/IR/AutoUpgrade.cpp 1687 SI->setMetadata(M->getMDKindID("nontemporal"), Node);
1712 SI->setMetadata(M->getMDKindID("nontemporal"), Node);
3034 LI->setMetadata(M->getMDKindID("nontemporal"), Node);
lib/Transforms/Instrumentation/SanitizerCoverage.cpp 220 I->setMetadata(I->getModule()->getMDKindID("nosanitize"),
tools/clang/lib/CodeGen/CGBuiltin.cpp11355 SI->setMetadata(CGM.getModule().getMDKindID("nontemporal"), Node);
tools/clang/lib/CodeGen/CGExpr.cpp 1676 Load->setMetadata(CGM.getModule().getMDKindID("nontemporal"), Node);
1758 Store->setMetadata(CGM.getModule().getMDKindID("nontemporal"), Node);
tools/clang/lib/CodeGen/CGObjC.cpp 136 CGM.getModule().getMDKindID("invariant.load"),
tools/clang/lib/CodeGen/CGObjCMac.cpp 7076 ->setMetadata(CGM.getModule().getMDKindID("invariant.load"),
7480 LI->setMetadata(CGM.getModule().getMDKindID("invariant.load"),
tools/clang/lib/CodeGen/SanitizerMetadata.cpp 86 I->setMetadata(CGM.getModule().getMDKindID("nosanitize"),