Searched refs:createBasicType (Results 1 – 7 of 7) sorted by relevance
/freebsd/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/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroFrame.cpp | 1034 RetType = Builder.createBasicType(Name, BitWidth, dwarf::DW_ATE_signed, in solveDIType() 1037 RetType = Builder.createBasicType(Name, Layout.getTypeSizeInBits(Ty), in solveDIType() 1077 auto *CharSizeType = Builder.createBasicType( in solveDIType() 1184 TyCache.insert({IndexIndex, DBuilder.createBasicType( in buildFrameDebugInfo()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | DIBuilder.h | 228 DIBasicType *createBasicType(StringRef Name, uint64_t SizeInBits,
|
/freebsd/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/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 | 1333 return wrap(unwrap(Builder)->createBasicType({Name, NameLen}, in LLVMDIBuilderCreateBasicType()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 959 return DBuilder.createBasicType(BTName, Size, Encoding); in CreateType() 969 return DBuilder.createBasicType(Name, CGM.getContext().getTypeSize(Ty), in CreateType() 980 return DBuilder.createBasicType("complex", Size, Encoding); in CreateType()
|