Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DJMCInstrumenter.cpp111 DB.createBasicType("unsigned char", 8, dwarf::DW_ATE_unsigned_char, in attachDebugInfo()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp898 RetType = Builder.createBasicType(Name, BitWidth, dwarf::DW_ATE_signed, in solveDIType()
901 RetType = Builder.createBasicType(Name, Layout.getTypeSizeInBits(Ty), in solveDIType()
941 auto *CharSizeType = Builder.createBasicType( in solveDIType()
1038 TyCache.insert({IndexIndex, DBuilder.createBasicType( in buildFrameDebugInfo()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DDIBuilder.h216 DIBasicType *createBasicType(StringRef Name, uint64_t SizeInBits,
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DDebugify.cpp101 DTy = DIB.createBasicType(Name, Size, dwarf::DW_ATE_unsigned); in applyDebugifyMetadata()
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter9/
H A Dtoy.cpp839 DblTy = DBuilder->createBasicType("double", 64, dwarf::DW_ATE_float); in getDoubleTy()
/openbsd-src/gnu/llvm/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A DLangImpl09.rst200 DblTy = DBuilder->createBasicType("double", 64, dwarf::DW_ATE_float);
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDIBuilder.cpp283 DIBasicType *DIBuilder::createBasicType(StringRef Name, uint64_t SizeInBits, in createBasicType() function in DIBuilder
H A DDebugInfo.cpp1234 return wrap(unwrap(Builder)->createBasicType({Name, NameLen}, in LLVMDIBuilderCreateBasicType()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGDebugInfo.cpp900 return DBuilder.createBasicType(BTName, Size, Encoding); in CreateType()
910 return DBuilder.createBasicType(Name, CGM.getContext().getTypeSize(Ty), in CreateType()
921 return DBuilder.createBasicType("complex", Size, Encoding); in CreateType()