Searched refs:TypeDescriptor (Results 1 – 12 of 12) 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;102 const TypeDescriptor &FromType;103 const TypeDescriptor &ToType;111 const TypeDescriptor &Type;[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);
83 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@@@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()
151 struct TypeDescriptor { in dumpCXXData() struct178 std::map<StringRef, TypeDescriptor> TDs; in dumpCXXData()275 TypeDescriptor TD; in dumpCXXData()404 const TypeDescriptor &TD = TDPair.second; in dumpCXXData()
123 GlobalVariable *TypeDescriptor; member
310 HT.TypeDescriptor = nullptr; in createTryBlockMapEntry()318 HT.TypeDescriptor = in createTryBlockMapEntry()
484 OS.EmitValue(createImageRel32(HT.TypeDescriptor), 4); // Type in emitCXXFrameHandler3Table()