Searched refs:getMDKindID (Results 1 – 14 of 14) sorted by relevance
253 M->getContext().getMDKindID("clang.imprecise_release"); in get() 258 M->getContext().getMDKindID("clang.arc.copy_on_escape"); in get() 263 M->getContext().getMDKindID("clang.arc.no_objc_arc_exceptions"); in get()
44 unsigned ID = getMDKindID(MDKind.second); in LLVMContext()295 unsigned LLVMContext::getMDKindID(StringRef Name) const { in getMDKindID() function in LLVMContext
1458 unsigned KindID = getContext().getMDKindID(Kind); in getMetadata()1475 getMetadata(getContext().getMDKindID(Kind), MDs); in getMetadata()1519 setMetadata(getContext().getMDKindID(Kind), Node); in setMetadata()1530 addMetadata(getContext().getMDKindID(Kind), MD); in addMetadata()1572 setMetadata(getContext().getMDKindID(Kind), Node); in setMetadata()1577 unsigned KindID = Ctx.getMDKindID(Kind); in getMetadataImpl()
145 unsigned Module::getMDKindID(StringRef Name) const { in getMDKindID() function in Module146 return Context.getMDKindID(Name); in getMDKindID()
142 return unwrap(C)->getMDKindID(StringRef(Name, SLen)); in LLVMGetMDKindIDInContext()
103 unsigned getMDKindID(StringRef Name) const;
372 unsigned getMDKindID(StringRef Name) const;
961 if (ID == Ctx.getMDKindID("amdgpu.no.remote.memory")) in copyMetadataForAtomic()963 else if (ID == Ctx.getMDKindID("amdgpu.no.fine.grained.memory")) in copyMetadataForAtomic()
1143 R->getEntry()->getContext().getMDKindID("structurizecfg.uniform"); in makeUniformRegion()
2439 unsigned NewKind = TheModule.getMDKindID(Name.str()); in parseMetadataKindRecord()
2253 msgSendMDKind = VMContext.getMDKindID("GNUObjCMessageSend"); in CGObjCGNU()
7418 unsigned DeclPtrKind = Context.getMDKindID("clang.decl.ptr"); in EmitDeclMetadata()
22044 Load->setMetadata(CGM.getModule().getMDKindID("riscv-nontemporal-domain"), in EmitRISCVBuiltinExpr()22062 Store->setMetadata(CGM.getModule().getMDKindID("riscv-nontemporal-domain"), in EmitRISCVBuiltinExpr()
2300 Kind = M->getMDKindID(Name); in parseMetadataAttachment()