Home
last modified time | relevance | path

Searched refs:TypeDescriptor (Results 1 – 13 of 13) sorted by relevance

/external/compiler-rt/lib/ubsan/
Dubsan_handlers.h22 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 …]
Dubsan_value.h83 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()
Dubsan_handlers_cxx.h23 const TypeDescriptor &Type;
Dubsan_diag.h208 Diag &operator<<(const TypeDescriptor &V);
Dubsan_diag.cc110 Diag &Diag::operator<<(const TypeDescriptor &V) { in operator <<()
Dubsan_handlers.cc370 const TypeDescriptor *FromType, *ToType; in handleFloatCastOverflow()
/external/llvm/test/tools/llvm-cxxdump/
Deh.test145 COFF-I386: __CT??_R0?AUA@@@84[TypeDescriptor]: ??_R0?AUA@@@8
154 COFF-I386: __CT??_R0?AUA@@@84044[TypeDescriptor]: ??_R0?AUA@@@8
163 COFF-I386: __CT??_R0?AUB@@@844[TypeDescriptor]: ??_R0?AUB@@@8
172 COFF-I386: __CT??_R0?AUC@@@84048[TypeDescriptor]: ??_R0?AUC@@@8
181 COFF-I386: __CT??_R0?AUM@@@88[TypeDescriptor]: ??_R0?AUM@@@8
190 COFF-I386: __CT??_R0?AUS@@@8??0S@@QAE@ABU0@@Z16[TypeDescriptor]: ??_R0?AUS@@@8
199 COFF-I386: __CT??_R0?AW4E@@@84[TypeDescriptor]: ??_R0?AW4E@@@8
208 COFF-I386: __CT??_R0PAUA@@@84044[TypeDescriptor]: ??_R0PAUA@@@8
217 COFF-I386: __CT??_R0PAUC@@@84048[TypeDescriptor]: ??_R0PAUC@@@8
226 COFF-I386: __CT??_R0PAUS@@@84[TypeDescriptor]: ??_R0PAUS@@@8
[all …]
Dtrivial.test14 COFF-I386-NEXT: ??_R4S@@6B@[TypeDescriptor]: ??_R0?AUS@@@8
27 COFF-I386-NEXT: ??_R1A@33FA@A@@8[TypeDescriptor]: ??_R0?AUA@@@8
34 COFF-I386-NEXT: ??_R1A@?0A@EA@A@@8[TypeDescriptor]: ??_R0?AUA@@@8
41 COFF-I386-NEXT: ??_R1A@?0A@EA@S@@8[TypeDescriptor]: ??_R0?AUS@@@8
/external/llvm/lib/MC/
DMCSectionMachO.cpp212 auto TypeDescriptor = std::find_if( in ParseSectionSpecifier() local
220 if (TypeDescriptor == std::end(SectionTypeDescriptors)) in ParseSectionSpecifier()
224 TAA = TypeDescriptor - std::begin(SectionTypeDescriptors); in ParseSectionSpecifier()
/external/llvm/include/llvm/CodeGen/
DWinEHFuncInfo.h71 GlobalVariable *TypeDescriptor; member
/external/llvm/tools/llvm-cxxdump/
Dllvm-cxxdump.cpp134 struct TypeDescriptor { in dumpCXXData() struct
161 std::map<StringRef, TypeDescriptor> TDs; in dumpCXXData()
263 TypeDescriptor TD; in dumpCXXData()
388 const TypeDescriptor &TD = TDPair.second; in dumpCXXData()
/external/llvm/lib/CodeGen/
DWinEHPrepare.cpp142 HT.TypeDescriptor = nullptr; in addTryBlockMapEntry()
144 HT.TypeDescriptor = cast<GlobalVariable>(TypeInfo->stripPointerCasts()); in addTryBlockMapEntry()
/external/llvm/lib/CodeGen/AsmPrinter/
DWinException.cpp817 OS.EmitValue(create32bitRef(HT.TypeDescriptor), 4); in emitCXXFrameHandler3Table()