Searched defs:getMDKindID (Results 1 - 2 of 2) sorted by relevance

/external/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);

Completed in 67 milliseconds