Searched refs:createBasicType (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | JMCInstrumenter.cpp | 118 DB.createBasicType("unsigned char", 8, dwarf::DW_ATE_unsigned_char, in attachDebugInfo()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroFrame.cpp | 1031 RetType = Builder.createBasicType(Name, BitWidth, dwarf::DW_ATE_signed, in solveDIType() 1034 RetType = Builder.createBasicType(Name, Layout.getTypeSizeInBits(Ty), in solveDIType() 1074 auto *CharSizeType = Builder.createBasicType( in solveDIType() 1181 TyCache.insert({IndexIndex, DBuilder.createBasicType( in buildFrameDebugInfo()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DIBuilder.h | 219 DIBasicType *createBasicType(StringRef Name, uint64_t SizeInBits,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | Debugify.cpp | 101 DTy = DIB.createBasicType(Name, Size, dwarf::DW_ATE_unsigned); in applyDebugifyMetadata()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DIBuilder.cpp | 267 DIBasicType *DIBuilder::createBasicType(StringRef Name, uint64_t SizeInBits, in createBasicType() function in DIBuilder
|
| H A D | DebugInfo.cpp | 1328 return wrap(unwrap(Builder)->createBasicType({Name, NameLen}, in LLVMDIBuilderCreateBasicType()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 940 return DBuilder.createBasicType(BTName, Size, Encoding); in CreateType() 950 return DBuilder.createBasicType(Name, CGM.getContext().getTypeSize(Ty), in CreateType() 961 return DBuilder.createBasicType("complex", Size, Encoding); in CreateType()
|