Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp855 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 DDIBuilder.h200 DIBasicType *createBasicType(StringRef Name, uint64_t SizeInBits,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDebugify.cpp96 DTy = DIB.createBasicType(Name, Size, dwarf::DW_ATE_unsigned); in applyDebugifyMetadata()
/freebsd-13.1/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.cpp1174 return wrap(unwrap(Builder)->createBasicType({Name, NameLen}, in LLVMDIBuilderCreateBasicType()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp889 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()