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

  /external/llvm/lib/IR/
LLVMContext.cpp 36 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 {
Module.cpp 115 /// getMDKindID - Return a unique non-zero ID for the specified metadata kind.
117 unsigned Module::getMDKindID(StringRef Name) const {
118 return Context.getMDKindID(Name);
Metadata.cpp 613 setMetadata(getContext().getMDKindID(Kind), Node);
617 return getMetadataImpl(getContext().getMDKindID(Kind));
AutoUpgrade.cpp 209 SI->setMetadata(M->getMDKindID("nontemporal"), Node);
Core.cpp 80 return unwrap(C)->getMDKindID(StringRef(Name, SLen));
    [all...]
  /external/llvm/include/llvm/IR/
LLVMContext.h 53 /// getMDKindID - Return a unique non-zero ID for the specified metadata kind.
55 unsigned getMDKindID(StringRef Name) const;
Module.h 293 /// getMDKindID - Return a unique non-zero ID for the specified metadata kind.
295 unsigned getMDKindID(StringRef Name) const;
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCOpts.cpp     [all...]
  /external/clang/lib/CodeGen/
CGObjCMac.cpp     [all...]
CGBuiltin.cpp     [all...]
CGObjCGNU.cpp     [all...]
CodeGenModule.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 953 unsigned NewKind = TheModule->getMDKindID(Name.str());
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 321 [llvm::LLVMContext::getMDKindID]. *)
    [all...]

Completed in 942 milliseconds