Home
last modified time | relevance | path

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

/external/llvm/unittests/IR/
DVerifierTest.cpp137 auto Ty = dbuilder.createBasicType("Int8", 8, 8, dwarf::DW_ATE_signed); in TEST()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DDIBuilder.h110 DIType createBasicType(StringRef Name, uint64_t SizeInBits,
/external/llvm/bindings/go/llvm/
DDIBuilderBindings.cpp113 return wrap(D->createBasicType(Name, SizeInBits, AlignInBits, Encoding)); in LLVMDIBuilderCreateBasicType()
/external/llvm/include/llvm/IR/
DDIBuilder.h125 DIBasicType *createBasicType(StringRef Name, uint64_t SizeInBits,
/external/llvm/unittests/Transforms/Utils/
DCloning.cpp256 DBuilder.createBasicType("int", 32, 0, dwarf::DW_ATE_signed); in CreateOldFunctionBodyAndDI()
/external/llvm/examples/Kaleidoscope/Chapter9/
Dtoy.cpp826 DblTy = DBuilder->createBasicType("double", 64, 64, dwarf::DW_ATE_float); in getDoubleTy()
/external/llvm/lib/IR/
DDIBuilder.cpp196 DIBasicType *DIBuilder::createBasicType(StringRef Name, uint64_t SizeInBits, in createBasicType() function in DIBuilder
/external/swiftshader/third_party/LLVM/lib/Analysis/
DDIBuilder.cpp171 DIType DIBuilder::createBasicType(StringRef Name, uint64_t SizeInBits, in createBasicType() function in DIBuilder
/external/llvm/docs/tutorial/
DLangImpl09.rst200 DblTy = DBuilder->createBasicType("double", 64, 64, dwarf::DW_ATE_float);
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp524 return DBuilder.createBasicType( in CreateType()
603 return DBuilder.createBasicType(BTName, Size, Align, Encoding); in CreateType()
614 return DBuilder.createBasicType("complex", Size, Align, Encoding); in CreateType()