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

  /external/llvm/lib/VMCore/
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");
140 /// getMDKindID - Return a unique non-zero ID for the specified metadata kind.
141 unsigned LLVMContext::getMDKindID(StringRef Name) const {
Metadata.cpp 459 setMetadata(getContext().getMDKindID(Kind), Node);
463 return getMetadataImpl(getContext().getMDKindID(Kind));
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);
Core.cpp 73 return unwrap(C)->getMDKindID(StringRef(Name, SLen));
    [all...]
  /external/llvm/include/llvm/
LLVMContext.h 49 /// getMDKindID - Return a unique non-zero ID for the specified metadata kind.
51 unsigned getMDKindID(StringRef Name) const;
Module.h 292 /// getMDKindID - Return a unique non-zero ID for the specified metadata kind.
294 unsigned getMDKindID(StringRef Name) const;
  /external/llvm/lib/Transforms/Scalar/
ObjCARC.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]
CGObjCMac.cpp     [all...]
CGObjCGNU.cpp     [all...]
CGBuiltin.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 922 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/bindings/ocaml/llvm/
llvm.mli 321 [llvm::LLVMContext::getMDKindID]. *)
    [all...]

Completed in 622 milliseconds