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

  /external/llvm/bindings/go/llvm/
DIBuilderBindings.cpp 107 DIBasicType T = D->createBasicType(Name, SizeInBits, AlignInBits, Encoding);
  /external/llvm/include/llvm/IR/
DIBuilder.h 127 /// createBasicType - Create debugging information entry for a basic
133 MDBasicType *createBasicType(StringRef Name, uint64_t SizeInBits,
    [all...]
  /external/llvm/unittests/Transforms/Utils/
Cloning.cpp 254 DIType IntType = DBuilder.createBasicType("int", 32, 0,
  /external/llvm/examples/Kaleidoscope/Chapter8/
toy.cpp 823 DblTy = DBuilder->createBasicType("double", 64, 64, dwarf::DW_ATE_float);
    [all...]
  /external/llvm/lib/IR/
DIBuilder.cpp 219 MDBasicType *DIBuilder::createBasicType(StringRef Name, uint64_t SizeInBits,
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 461 return DBuilder.createBasicType(
526 llvm::DIType DbgTy = DBuilder.createBasicType(BTName, Size, Align, Encoding);
539 DBuilder.createBasicType("complex", Size, Align, Encoding);
    [all...]

Completed in 672 milliseconds