Searched refs:DIBasicType (Results 1 – 5 of 5) sorted by relevance
81 DECLARE_SIMPLIFY_DESCRIPTOR(DIBasicType)155 class DIBasicType {159 DIBasicType(const MDBasicType *N = nullptr)401 SIMPLIFY_DESCRIPTOR(DIBasicType)
254 type DIBasicType struct { struct262 func (d *DIBuilder) CreateBasicType(t DIBasicType) Metadata {
107 DIBasicType T = D->createBasicType(Name, SizeInBits, AlignInBits, Encoding); in LLVMDIBuilderCreateBasicType()
351 void constructTypeDIE(DIE &Buffer, DIBasicType BTy);
628 DIBasicType BTy = cast<MDBasicType>(Ty); in isUnsignedDIType()932 void DwarfUnit::constructTypeDIE(DIE &Buffer, DIBasicType BTy) { in constructTypeDIE()