Searched refs:TypeDescriptor (Results 1 - 11 of 11) sorted by relevance

/freebsd-11.0-release/contrib/compiler-rt/lib/ubsan/
H A 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
[all...]
H A Dubsan_handlers_cxx.h23 const TypeDescriptor &Type;
30 const TypeDescriptor &Type;
H A Dubsan_value.h83 class TypeDescriptor { class in namespace:__ubsan
142 /// This is a combination of a TypeDescriptor (which is emitted as constant data
147 const TypeDescriptor &Type;
168 Value(const TypeDescriptor &Type, ValueHandle Val) : Type(Type), Val(Val) {}
170 const TypeDescriptor &getType() const { return Type; }
H A Dubsan_diag.h208 Diag &operator<<(const TypeDescriptor &V);
H A Dubsan_diag.cc110 Diag &Diag::operator<<(const TypeDescriptor &V) {
H A Dubsan_handlers.cc350 // TypeDescriptor.
370 const TypeDescriptor *FromType, *ToType;
/freebsd-11.0-release/contrib/llvm/lib/MC/
H A DMCSectionMachO.cpp212 auto TypeDescriptor = std::find_if(
220 if (TypeDescriptor == std::end(SectionTypeDescriptors))
224 TAA = TypeDescriptor - std::begin(SectionTypeDescriptors);
/freebsd-11.0-release/contrib/llvm/include/llvm/CodeGen/
H A DWinEHFuncInfo.h70 GlobalVariable *TypeDescriptor; member in struct:llvm::WinEHHandlerType
/freebsd-11.0-release/contrib/llvm/tools/llvm-cxxdump/
H A Dllvm-cxxdump.cpp126 struct TypeDescriptor { struct
153 std::map<StringRef, TypeDescriptor> TDs;
255 TypeDescriptor TD;
348 outs() << COLName << "[TypeDescriptor]: " << COL.Symbols[0] << '\n';
369 outs() << BCDName << "[TypeDescriptor]: " << BCD.Symbols[0] << '\n';
380 const TypeDescriptor &TD = TDPair.second;
429 outs() << CTName << "[TypeDescriptor]: " << CT.Symbols[0] << '\n';
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp142 HT.TypeDescriptor = nullptr;
144 HT.TypeDescriptor = cast<GlobalVariable>(TypeInfo->stripPointerCasts());
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp783 // TypeDescriptor *Type;
808 OS.EmitValue(create32bitRef(HT.TypeDescriptor), 4);

Completed in 103 milliseconds