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.cpp1034 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 DDIBuilder.h228 DIBasicType *createBasicType(StringRef Name, uint64_t SizeInBits,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDebugify.cpp101 DTy = DIB.createBasicType(Name, Size, dwarf::DW_ATE_unsigned); in applyDebugifyMetadata()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp267 DIBasicType *DIBuilder::createBasicType(StringRef Name, uint64_t SizeInBits, in createBasicType() function in DIBuilder
H A DDebugInfo.cpp1333 return wrap(unwrap(Builder)->createBasicType({Name, NameLen}, in LLVMDIBuilderCreateBasicType()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp959 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()