Searched refs:TypeDescriptor (Results 1 – 13 of 13) sorted by relevance
21 const TypeDescriptor &Type;44 const TypeDescriptor &Type;54 const TypeDescriptor &Type;75 const TypeDescriptor &LHSType;76 const TypeDescriptor &RHSType;104 const TypeDescriptor &Type;114 const TypeDescriptor &ToType;120 const TypeDescriptor &ToType;129 const TypeDescriptor &Type;148 const TypeDescriptor &ToType;[all …]
82 class TypeDescriptor {149 const TypeDescriptor &Type;170 Value(const TypeDescriptor &Type, ValueHandle Val) : Type(Type), Val(Val) {} in Value()172 const TypeDescriptor &getType() const { return Type; } in getType()
22 const TypeDescriptor &Type;39 const TypeDescriptor &Type;
485 const TypeDescriptor *FromType, *ToType; in handleFloatCastOverflow()560 const TypeDescriptor &SrcTy = Data->FromType; in handleImplicitConversion()561 const TypeDescriptor &DstTy = Data->ToType; in handleImplicitConversion()
217 Diag &operator<<(const TypeDescriptor &V);
118 Diag &Diag::operator<<(const TypeDescriptor &V) { in operator <<()
145 COFF-I386: __CT??_R0?AUA@@@84[TypeDescriptor]: ??_R0?AUA@@@8154 COFF-I386: __CT??_R0?AUA@@@84044[TypeDescriptor]: ??_R0?AUA@@@8163 COFF-I386: __CT??_R0?AUB@@@844[TypeDescriptor]: ??_R0?AUB@@@8172 COFF-I386: __CT??_R0?AUC@@@84048[TypeDescriptor]: ??_R0?AUC@@@8181 COFF-I386: __CT??_R0?AUM@@@88[TypeDescriptor]: ??_R0?AUM@@@8199 COFF-I386: __CT??_R0?AW4E@@@84[TypeDescriptor]: ??_R0?AW4E@@@8208 COFF-I386: __CT??_R0PAUA@@@84044[TypeDescriptor]: ??_R0PAUA@@@8226 COFF-I386: __CT??_R0PAUS@@@84[TypeDescriptor]: ??_R0PAUS@@@8235 COFF-I386: __CT??_R0PAW4E@@@84[TypeDescriptor]: ??_R0PAW4E@@@8244 COFF-I386: __CT??_R0PAX@84[TypeDescriptor]: ??_R0PAX@8[all …]
17 COFF-I386-NEXT: ??_R4S@@6B@[TypeDescriptor]: ??_R0?AUS@@@830 COFF-I386-NEXT: ??_R1A@33FA@A@@8[TypeDescriptor]: ??_R0?AUA@@@837 COFF-I386-NEXT: ??_R1A@?0A@EA@A@@8[TypeDescriptor]: ??_R0?AUA@@@844 COFF-I386-NEXT: ??_R1A@?0A@EA@S@@8[TypeDescriptor]: ??_R0?AUS@@@8
223 auto TypeDescriptor = in ParseSectionSpecifier() local230 if (TypeDescriptor == std::end(SectionTypeDescriptors)) in ParseSectionSpecifier()236 TAA = TypeDescriptor - std::begin(SectionTypeDescriptors); in ParseSectionSpecifier()
68 GlobalVariable *TypeDescriptor; member
139 struct TypeDescriptor { in dumpCXXData() struct166 std::map<StringRef, TypeDescriptor> TDs; in dumpCXXData()271 TypeDescriptor TD; in dumpCXXData()396 const TypeDescriptor &TD = TDPair.second; in dumpCXXData()
153 HT.TypeDescriptor = nullptr; in addTryBlockMapEntry()155 HT.TypeDescriptor = cast<GlobalVariable>(TypeInfo->stripPointerCasts()); in addTryBlockMapEntry()
877 OS.emitValue(create32bitRef(HT.TypeDescriptor), 4); in emitCXXFrameHandler3Table()