Searched refs:TypeDescriptor (Results 1 – 11 of 11) sorted by relevance
22 const TypeDescriptor &Type;45 const TypeDescriptor &Type;55 const TypeDescriptor &Type;76 const TypeDescriptor &LHSType;77 const TypeDescriptor &RHSType;105 const TypeDescriptor &Type;115 const TypeDescriptor &ToType;121 const TypeDescriptor &ToType;130 const TypeDescriptor &Type;174 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;
443 const TypeDescriptor *FromType, *ToType; in handleFloatCastOverflow()518 const TypeDescriptor &SrcTy = Data->FromType; in handleImplicitConversion()519 const TypeDescriptor &DstTy = Data->ToType; in handleImplicitConversion()
218 Diag &operator<<(const TypeDescriptor &V);
113 Diag &Diag::operator<<(const TypeDescriptor &V) { in operator <<()
224 auto TypeDescriptor = std::find_if( in ParseSectionSpecifier() local231 if (TypeDescriptor == std::end(SectionTypeDescriptors)) in ParseSectionSpecifier()235 TAA = TypeDescriptor - std::begin(SectionTypeDescriptors); in ParseSectionSpecifier()
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()
69 GlobalVariable *TypeDescriptor; member
151 HT.TypeDescriptor = nullptr; in addTryBlockMapEntry()153 HT.TypeDescriptor = cast<GlobalVariable>(TypeInfo->stripPointerCasts()); in addTryBlockMapEntry()
841 OS.EmitValue(create32bitRef(HT.TypeDescriptor), 4); in emitCXXFrameHandler3Table()