Home
last modified time | relevance | path

Searched refs:createBasicType (Results 1 – 7 of 7) sorted by relevance

/external/llvm/bindings/go/llvm/
DDIBuilderBindings.cpp113 return wrap(D->createBasicType(Name, SizeInBits, AlignInBits, Encoding)); in LLVMDIBuilderCreateBasicType()
/external/llvm/include/llvm/IR/
DDIBuilder.h132 DIBasicType *createBasicType(StringRef Name, uint64_t SizeInBits,
/external/llvm/unittests/Transforms/Utils/
DCloning.cpp257 DBuilder.createBasicType("int", 32, 0, dwarf::DW_ATE_signed); in CreateOldFunctionBodyAndDI()
/external/llvm/examples/Kaleidoscope/Chapter8/
Dtoy.cpp825 DblTy = DBuilder->createBasicType("double", 64, 64, dwarf::DW_ATE_float); in getDoubleTy()
/external/llvm/lib/IR/
DDIBuilder.cpp225 DIBasicType *DIBuilder::createBasicType(StringRef Name, uint64_t SizeInBits, in createBasicType() function in DIBuilder
/external/llvm/docs/tutorial/
DLangImpl8.rst200 DblTy = DBuilder->createBasicType("double", 64, 64, dwarf::DW_ATE_float);
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp500 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()