Searched refs:createBasicType (Results 1 – 9 of 9) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | JMCInstrumenter.cpp | 111 DB.createBasicType("unsigned char", 8, dwarf::DW_ATE_unsigned_char, in attachDebugInfo()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroFrame.cpp | 898 RetType = Builder.createBasicType(Name, BitWidth, dwarf::DW_ATE_signed, in solveDIType() 901 RetType = Builder.createBasicType(Name, Layout.getTypeSizeInBits(Ty), in solveDIType() 941 auto *CharSizeType = Builder.createBasicType( in solveDIType() 1038 TyCache.insert({IndexIndex, DBuilder.createBasicType( in buildFrameDebugInfo()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | DIBuilder.h | 216 DIBasicType *createBasicType(StringRef Name, uint64_t SizeInBits,
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | Debugify.cpp | 101 DTy = DIB.createBasicType(Name, Size, dwarf::DW_ATE_unsigned); in applyDebugifyMetadata()
|
| /openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter9/ |
| H A D | toy.cpp | 839 DblTy = DBuilder->createBasicType("double", 64, dwarf::DW_ATE_float); in getDoubleTy()
|
| /openbsd-src/gnu/llvm/llvm/docs/tutorial/MyFirstLanguageFrontend/ |
| H A D | LangImpl09.rst | 200 DblTy = DBuilder->createBasicType("double", 64, dwarf::DW_ATE_float);
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | DIBuilder.cpp | 283 DIBasicType *DIBuilder::createBasicType(StringRef Name, uint64_t SizeInBits, in createBasicType() function in DIBuilder
|
| H A D | DebugInfo.cpp | 1234 return wrap(unwrap(Builder)->createBasicType({Name, NameLen}, in LLVMDIBuilderCreateBasicType()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 900 return DBuilder.createBasicType(BTName, Size, Encoding); in CreateType() 910 return DBuilder.createBasicType(Name, CGM.getContext().getTypeSize(Ty), in CreateType() 921 return DBuilder.createBasicType("complex", Size, Encoding); in CreateType()
|