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

  /frameworks/compile/libbcc/lib/Renderscript/
RSAddDebugInfoPass.cpp 144 indexVarType = DebugInfo.createBasicType("uint32_t", 32, 32,
  /external/llvm/bindings/go/llvm/
DIBuilderBindings.cpp 113 return wrap(D->createBasicType(Name, SizeInBits, AlignInBits, Encoding));
  /external/llvm/include/llvm/IR/
DIBuilder.h 132 DIBasicType *createBasicType(StringRef Name, uint64_t SizeInBits,
    [all...]
  /external/llvm/unittests/Transforms/Utils/
Cloning.cpp 257 DBuilder.createBasicType("int", 32, 0, dwarf::DW_ATE_signed);
  /external/llvm/examples/Kaleidoscope/Chapter8/
toy.cpp 825 DblTy = DBuilder->createBasicType("double", 64, 64, dwarf::DW_ATE_float);
    [all...]
  /external/llvm/lib/IR/
DIBuilder.cpp 225 DIBasicType *DIBuilder::createBasicType(StringRef Name, uint64_t SizeInBits,
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 500 return DBuilder.createBasicType(
573 return DBuilder.createBasicType(BTName, Size, Align, Encoding);
584 return DBuilder.createBasicType("complex", Size, Align, Encoding);
    [all...]

Completed in 146 milliseconds