Searched refs:createBasicType (Results 1 – 7 of 7) sorted by relevance
/external/llvm/bindings/go/llvm/ |
D | DIBuilderBindings.cpp | 113 return wrap(D->createBasicType(Name, SizeInBits, AlignInBits, Encoding)); in LLVMDIBuilderCreateBasicType()
|
/external/llvm/include/llvm/IR/ |
D | DIBuilder.h | 132 DIBasicType *createBasicType(StringRef Name, uint64_t SizeInBits,
|
/external/llvm/unittests/Transforms/Utils/ |
D | Cloning.cpp | 257 DBuilder.createBasicType("int", 32, 0, dwarf::DW_ATE_signed); in CreateOldFunctionBodyAndDI()
|
/external/llvm/examples/Kaleidoscope/Chapter8/ |
D | toy.cpp | 825 DblTy = DBuilder->createBasicType("double", 64, 64, dwarf::DW_ATE_float); in getDoubleTy()
|
/external/llvm/lib/IR/ |
D | DIBuilder.cpp | 225 DIBasicType *DIBuilder::createBasicType(StringRef Name, uint64_t SizeInBits, in createBasicType() function in DIBuilder
|
/external/llvm/docs/tutorial/ |
D | LangImpl8.rst | 200 DblTy = DBuilder->createBasicType("double", 64, 64, dwarf::DW_ATE_float);
|
/external/clang/lib/CodeGen/ |
D | CGDebugInfo.cpp | 500 return DBuilder.createBasicType( in CreateType() 573 return DBuilder.createBasicType(BTName, Size, Align, Encoding); in CreateType() 584 return DBuilder.createBasicType("complex", Size, Align, Encoding); in CreateType()
|