Searched refs:TypeDescriptor (Results 1 – 13 of 13) sorted by relevance
22 const TypeDescriptor &Type;44 const TypeDescriptor &Type;65 const TypeDescriptor &LHSType;66 const TypeDescriptor &RHSType;76 const TypeDescriptor &ArrayType;77 const TypeDescriptor &IndexType;94 const TypeDescriptor &Type;103 const TypeDescriptor &FromType;104 const TypeDescriptor &ToType;109 const TypeDescriptor &FromType;[all …]
83 class TypeDescriptor {147 const TypeDescriptor &Type;168 Value(const TypeDescriptor &Type, ValueHandle Val) : Type(Type), Val(Val) {} in Value()170 const TypeDescriptor &getType() const { return Type; } in getType()
23 const TypeDescriptor &Type;
208 Diag &operator<<(const TypeDescriptor &V);
110 Diag &Diag::operator<<(const TypeDescriptor &V) { in operator <<()
370 const TypeDescriptor *FromType, *ToType; in handleFloatCastOverflow()
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@@@8190 COFF-I386: __CT??_R0?AUS@@@8??0S@@QAE@ABU0@@Z16[TypeDescriptor]: ??_R0?AUS@@@8199 COFF-I386: __CT??_R0?AW4E@@@84[TypeDescriptor]: ??_R0?AW4E@@@8208 COFF-I386: __CT??_R0PAUA@@@84044[TypeDescriptor]: ??_R0PAUA@@@8217 COFF-I386: __CT??_R0PAUC@@@84048[TypeDescriptor]: ??_R0PAUC@@@8226 COFF-I386: __CT??_R0PAUS@@@84[TypeDescriptor]: ??_R0PAUS@@@8[all …]
14 COFF-I386-NEXT: ??_R4S@@6B@[TypeDescriptor]: ??_R0?AUS@@@827 COFF-I386-NEXT: ??_R1A@33FA@A@@8[TypeDescriptor]: ??_R0?AUA@@@834 COFF-I386-NEXT: ??_R1A@?0A@EA@A@@8[TypeDescriptor]: ??_R0?AUA@@@841 COFF-I386-NEXT: ??_R1A@?0A@EA@S@@8[TypeDescriptor]: ??_R0?AUS@@@8
212 auto TypeDescriptor = std::find_if( in ParseSectionSpecifier() local220 if (TypeDescriptor == std::end(SectionTypeDescriptors)) in ParseSectionSpecifier()224 TAA = TypeDescriptor - std::begin(SectionTypeDescriptors); in ParseSectionSpecifier()
71 GlobalVariable *TypeDescriptor; member
134 struct TypeDescriptor { in dumpCXXData() struct161 std::map<StringRef, TypeDescriptor> TDs; in dumpCXXData()263 TypeDescriptor TD; in dumpCXXData()388 const TypeDescriptor &TD = TDPair.second; in dumpCXXData()
142 HT.TypeDescriptor = nullptr; in addTryBlockMapEntry()144 HT.TypeDescriptor = cast<GlobalVariable>(TypeInfo->stripPointerCasts()); in addTryBlockMapEntry()
817 OS.EmitValue(create32bitRef(HT.TypeDescriptor), 4); in emitCXXFrameHandler3Table()