HomeSort by relevance Sort by last modified time
    Searched defs:getMDKindID (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/third_party/LLVM/lib/VMCore/
LLVMContext.cpp 36 unsigned DbgID = getMDKindID("dbg");
40 unsigned TBAAID = getMDKindID("tbaa");
44 unsigned ProfID = getMDKindID("prof");
130 /// getMDKindID - Return a unique non-zero ID for the specified metadata kind.
131 unsigned LLVMContext::getMDKindID(StringRef Name) const {
Module.cpp 116 /// getMDKindID - Return a unique non-zero ID for the specified metadata kind.
118 unsigned Module::getMDKindID(StringRef Name) const {
119 return Context.getMDKindID(Name);
  /external/llvm/lib/IR/
LLVMContext.cpp 40 unsigned DbgID = getMDKindID("dbg");
44 unsigned TBAAID = getMDKindID("tbaa");
48 unsigned ProfID = getMDKindID("prof");
52 unsigned FPAccuracyID = getMDKindID("fpmath");
57 unsigned RangeID = getMDKindID("range");
62 unsigned TBAAStructID = getMDKindID("tbaa.struct");
67 unsigned InvariantLdId = getMDKindID("invariant.load");
72 unsigned AliasScopeID = getMDKindID("alias.scope");
77 unsigned NoAliasID = getMDKindID("noalias");
82 unsigned NonTemporalID = getMDKindID("nontemporal")
    [all...]
Module.cpp 95 /// getMDKindID - Return a unique non-zero ID for the specified metadata kind.
97 unsigned Module::getMDKindID(StringRef Name) const {
98 return Context.getMDKindID(Name);

Completed in 577 milliseconds