Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DJMCInstrumenter.cpp118 DB.createBasicType("unsigned char", 8, dwarf::DW_ATE_unsigned_char, in attachDebugInfo()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp614 RetType = Builder.createBasicType(Name, BitWidth, dwarf::DW_ATE_signed, in solveDIType()
617 RetType = Builder.createBasicType(Name, Layout.getTypeSizeInBits(Ty), in solveDIType()
657 auto *CharSizeType = Builder.createBasicType( in solveDIType()
745 TyCache.insert({IndexIndex, DBuilder.createBasicType( in buildFrameDebugInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDIBuilder.h213 createBasicType(StringRef Name, uint64_t SizeInBits, unsigned Encoding,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDebugify.cpp158 DTy = DIB.createBasicType(Name, Size, dwarf::DW_ATE_unsigned); in applyDebugifyMetadata()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp899 return DBuilder.createBasicType(BTName, Size, Encoding); in CreateType()
1035 DBuilder.createBasicType(Name, Width, llvm::dwarf::DW_ATE_unsigned); \ in CreateType()
1119 return DBuilder.createBasicType(BTName, Size, Encoding); in CreateType()
1129 return DBuilder.createBasicType(Name, CGM.getContext().getTypeSize(Ty), in CreateType()
1140 return DBuilder.createBasicType("complex", Size, Encoding); in CreateType()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp265 DIBasicType *DIBuilder::createBasicType(StringRef Name, uint64_t SizeInBits, in createBasicType() function in DIBuilder
H A DDebugInfo.cpp1427 return wrap(unwrap(Builder)->createBasicType({Name, NameLen}, in LLVMDIBuilderCreateBasicType()