Searched refs:getMDKindID (Results 1 - 14 of 14) sorted by relevance

/freebsd-9.3-release/contrib/llvm/lib/IR/
H A DLLVMContext.cpp36 unsigned DbgID = getMDKindID("dbg");
40 unsigned TBAAID = getMDKindID("tbaa");
44 unsigned ProfID = getMDKindID("prof");
48 unsigned FPAccuracyID = getMDKindID("fpmath");
53 unsigned RangeID = getMDKindID("range");
58 unsigned TBAAStructID = getMDKindID("tbaa.struct");
63 unsigned InvariantLdId = getMDKindID("invariant.load");
151 /// getMDKindID - Return a unique non-zero ID for the specified metadata kind.
152 unsigned LLVMContext::getMDKindID(StringRef Name) const { function in class:LLVMContext
H A DModule.cpp115 /// getMDKindID - Return a unique non-zero ID for the specified metadata kind.
117 unsigned Module::getMDKindID(StringRef Name) const { function in class:Module
118 return Context.getMDKindID(Name);
H A DMetadata.cpp579 setMetadata(getContext().getMDKindID(Kind), Node);
583 return getMetadataImpl(getContext().getMDKindID(Kind));
H A DAutoUpgrade.cpp225 SI->setMetadata(M->getMDKindID("nontemporal"), Node);
H A DCore.cpp86 return unwrap(C)->getMDKindID(StringRef(Name, SLen));
/freebsd-9.3-release/contrib/llvm/include/llvm/IR/
H A DLLVMContext.h55 /// getMDKindID - Return a unique non-zero ID for the specified metadata kind.
57 unsigned getMDKindID(StringRef Name) const;
H A DModule.h294 /// getMDKindID - Return a unique non-zero ID for the specified metadata kind.
296 unsigned getMDKindID(StringRef Name) const;
/freebsd-9.3-release/contrib/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp3042 M.getContext().getMDKindID("clang.imprecise_release");
3044 M.getContext().getMDKindID("clang.arc.copy_on_escape");
3046 M.getContext().getMDKindID("clang.arc.no_objc_arc_exceptions");
3049 M.getContext().getMDKindID("llvm.arc.annotation.bottomup");
3051 M.getContext().getMDKindID("llvm.arc.annotation.topdown");
3053 M.getContext().getMDKindID("llvm.arc.annotation.provenancesource");
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCMac.cpp6485 LI->setMetadata(CGM.getModule().getMDKindID("invariant.load"),
6833 LI->setMetadata(CGM.getModule().getMDKindID("invariant.load"),
H A DCGObjCGNU.cpp916 msgSendMDKind = VMContext.getMDKindID("GNUObjCMessageSend");
H A DCodeGenModule.cpp3129 unsigned DeclPtrKind = Context.getMDKindID("clang.decl.ptr");
H A DCGBuiltin.cpp5125 SI->setMetadata(CGM.getModule().getMDKindID("nontemporal"), Node);
/freebsd-9.3-release/contrib/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1054 unsigned NewKind = TheModule->getMDKindID(Name.str());
/freebsd-9.3-release/contrib/llvm/lib/AsmParser/
H A DLLParser.cpp1396 unsigned MDK = M->getMDKindID(Name);

Completed in 301 milliseconds