Lines Matching refs:getMDKindID
39 unsigned DbgID = getMDKindID("dbg"); in LLVMContext()
43 unsigned TBAAID = getMDKindID("tbaa"); in LLVMContext()
47 unsigned ProfID = getMDKindID("prof"); in LLVMContext()
51 unsigned FPAccuracyID = getMDKindID("fpmath"); in LLVMContext()
56 unsigned RangeID = getMDKindID("range"); in LLVMContext()
61 unsigned TBAAStructID = getMDKindID("tbaa.struct"); in LLVMContext()
66 unsigned InvariantLdId = getMDKindID("invariant.load"); in LLVMContext()
71 unsigned AliasScopeID = getMDKindID("alias.scope"); in LLVMContext()
76 unsigned NoAliasID = getMDKindID("noalias"); in LLVMContext()
81 unsigned NonTemporalID = getMDKindID("nontemporal"); in LLVMContext()
86 unsigned MemParallelLoopAccessID = getMDKindID("llvm.mem.parallel_loop_access"); in LLVMContext()
93 unsigned NonNullID = getMDKindID("nonnull"); in LLVMContext()
233 unsigned LLVMContext::getMDKindID(StringRef Name) const { in getMDKindID() function in LLVMContext