Searched refs:createBasicType (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroFrame.cpp | 855 RetType = Builder.createBasicType(Name, BitWidth, dwarf::DW_ATE_signed, in solveDIType() 858 RetType = Builder.createBasicType(Name, Layout.getTypeSizeInBits(Ty), in solveDIType() 869 RetType = Builder.createBasicType(Name, Layout.getTypeSizeInBits(Ty), in solveDIType() 899 RetType = Builder.createBasicType(OS.str(), Layout.getTypeSizeInBits(Ty), in solveDIType() 977 DBuilder.createBasicType("__resume_fn", in buildFrameDebugInfo() 981 {DestroyIndex, DBuilder.createBasicType( in buildFrameDebugInfo() 987 TyCache.insert({IndexIndex, DBuilder.createBasicType( in buildFrameDebugInfo()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DIBuilder.h | 200 DIBasicType *createBasicType(StringRef Name, uint64_t SizeInBits,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | Debugify.cpp | 96 DTy = DIB.createBasicType(Name, Size, dwarf::DW_ATE_unsigned); in applyDebugifyMetadata()
|
| /freebsd-13.1/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 | 1174 return wrap(unwrap(Builder)->createBasicType({Name, NameLen}, in LLVMDIBuilderCreateBasicType()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 889 return DBuilder.createBasicType(BTName, Size, Encoding); in CreateType() 903 return DBuilder.createBasicType(Name, CGM.getContext().getTypeSize(Ty), in CreateType() 914 return DBuilder.createBasicType("complex", Size, Encoding); in CreateType()
|