Searched refs:createBasicType (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/ |
H A D | CoroFrame.cpp | 843 RetType = Builder.createBasicType(Name, BitWidth, dwarf::DW_ATE_signed, in solveDIType() 846 RetType = Builder.createBasicType(Name, Layout.getTypeSizeInBits(Ty), in solveDIType() 857 RetType = Builder.createBasicType(Name, Layout.getTypeSizeInBits(Ty), in solveDIType() 887 RetType = Builder.createBasicType(OS.str(), Layout.getTypeSizeInBits(Ty), in solveDIType() 965 DBuilder.createBasicType("__resume_fn", in buildFrameDebugInfo() 969 {DestroyIndex, DBuilder.createBasicType( in buildFrameDebugInfo() 975 TyCache.insert({IndexIndex, DBuilder.createBasicType( in buildFrameDebugInfo()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | DIBuilder.h | 198 DIBasicType *createBasicType(StringRef Name, uint64_t SizeInBits,
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | Debugify.cpp | 96 DTy = DIB.createBasicType(Name, Size, dwarf::DW_ATE_unsigned); in applyDebugifyMetadata()
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter9/ |
H A D | toy.cpp | 839 DblTy = DBuilder->createBasicType("double", 64, dwarf::DW_ATE_float); in getDoubleTy()
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/tutorial/MyFirstLanguageFrontend/ |
H A D | LangImpl09.rst | 200 DblTy = DBuilder->createBasicType("double", 64, dwarf::DW_ATE_float);
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | DIBuilder.cpp | 262 DIBasicType *DIBuilder::createBasicType(StringRef Name, uint64_t SizeInBits, in createBasicType() function in DIBuilder
|
H A D | DebugInfo.cpp | 1138 return wrap(unwrap(Builder)->createBasicType({Name, NameLen}, in LLVMDIBuilderCreateBasicType()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 911 return DBuilder.createBasicType(BTName, Size, Encoding); in CreateType() 925 return DBuilder.createBasicType(Name, CGM.getContext().getTypeSize(Ty), in CreateType() 936 return DBuilder.createBasicType("complex", Size, Encoding); in CreateType()
|