Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/IR/
H A DDebugInfoTest.cpp243 DIType *Type = DIB.createBasicType("Int", 64, dwarf::DW_ATE_signed); in TEST()
348 DIType *DT = DIB.createBasicType("ty16", 16, dwarf::DW_ATE_unsigned); in TEST()
H A DIRBuilderTest.cpp807 auto Int = DIB.createBasicType("Int", 64, dwarf::DW_ATE_signed); in TEST_F()
925 auto *ByteTy = DIB.createBasicType("byte0", 8, dwarf::DW_ATE_signed); in TEST_F()
943 auto *ByteTy = DIB.createBasicType("byte1", 8, dwarf::DW_ATE_signed); in TEST_F()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DJMCInstrumenter.cpp111 DB.createBasicType("unsigned char", 8, dwarf::DW_ATE_unsigned_char, in attachDebugInfo()
/llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp877 RetType = Builder.createBasicType(Name, BitWidth, dwarf::DW_ATE_signed, in solveDIType()
880 RetType = Builder.createBasicType(Name, Layout.getTypeSizeInBits(Ty), in solveDIType()
919 auto *CharSizeType = Builder.createBasicType( in solveDIType()
1016 TyCache.insert({IndexIndex, DBuilder.createBasicType( in buildFrameDebugInfo()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDIBuilder.h214 DIBasicType *createBasicType(StringRef Name, uint64_t SizeInBits,
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DDebugify.cpp100 DTy = DIB.createBasicType(Name, Size, dwarf::DW_ATE_unsigned); in applyDebugifyMetadata()
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/Chapter9/
H A Dtoy.cpp839 DblTy = DBuilder->createBasicType("double", 64, dwarf::DW_ATE_float); in getDoubleTy()
/llvm-project-15.0.7/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A DLangImpl09.rst200 DblTy = DBuilder->createBasicType("double", 64, dwarf::DW_ATE_float);
/llvm-project-15.0.7/llvm/unittests/Transforms/Utils/
H A DCloningTest.cpp503 auto *IntType = DBuilder.createBasicType("int", 32, dwarf::DW_ATE_signed); in CreateOldFunctionBodyAndDI()
/llvm-project-15.0.7/llvm/lib/IR/
H A DDIBuilder.cpp281 DIBasicType *DIBuilder::createBasicType(StringRef Name, uint64_t SizeInBits, in createBasicType() function in DIBuilder
H A DDebugInfo.cpp1179 return wrap(unwrap(Builder)->createBasicType({Name, NameLen}, in LLVMDIBuilderCreateBasicType()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDebugInfo.cpp883 return DBuilder.createBasicType(BTName, Size, Encoding); in CreateType()
897 return DBuilder.createBasicType(Name, CGM.getContext().getTypeSize(Ty), in CreateType()
908 return DBuilder.createBasicType("complex", Size, Encoding); in CreateType()
/llvm-project-15.0.7/llvm/unittests/CodeGen/
H A DInstrRefLDVTest.cpp122 LongInt = DIB.createBasicType("long", 64, llvm::dwarf::DW_ATE_unsigned); in SetUp()