Searched refs:createBasicType (Results 1 – 13 of 13) sorted by relevance
| /llvm-project-15.0.7/llvm/unittests/IR/ |
| H A D | DebugInfoTest.cpp | 243 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 D | IRBuilderTest.cpp | 807 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 D | JMCInstrumenter.cpp | 111 DB.createBasicType("unsigned char", 8, dwarf::DW_ATE_unsigned_char, in attachDebugInfo()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroFrame.cpp | 877 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 D | DIBuilder.h | 214 DIBasicType *createBasicType(StringRef Name, uint64_t SizeInBits,
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | Debugify.cpp | 100 DTy = DIB.createBasicType(Name, Size, dwarf::DW_ATE_unsigned); in applyDebugifyMetadata()
|
| /llvm-project-15.0.7/llvm/examples/Kaleidoscope/Chapter9/ |
| H A D | toy.cpp | 839 DblTy = DBuilder->createBasicType("double", 64, dwarf::DW_ATE_float); in getDoubleTy()
|
| /llvm-project-15.0.7/llvm/docs/tutorial/MyFirstLanguageFrontend/ |
| H A D | LangImpl09.rst | 200 DblTy = DBuilder->createBasicType("double", 64, dwarf::DW_ATE_float);
|
| /llvm-project-15.0.7/llvm/unittests/Transforms/Utils/ |
| H A D | CloningTest.cpp | 503 auto *IntType = DBuilder.createBasicType("int", 32, dwarf::DW_ATE_signed); in CreateOldFunctionBodyAndDI()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | DIBuilder.cpp | 281 DIBasicType *DIBuilder::createBasicType(StringRef Name, uint64_t SizeInBits, in createBasicType() function in DIBuilder
|
| H A D | DebugInfo.cpp | 1179 return wrap(unwrap(Builder)->createBasicType({Name, NameLen}, in LLVMDIBuilderCreateBasicType()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 883 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 D | InstrRefLDVTest.cpp | 122 LongInt = DIB.createBasicType("long", 64, llvm::dwarf::DW_ATE_unsigned); in SetUp()
|