Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/ubsan/
H A Dubsan_handlers.h22 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 …]
H A 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()
H A Dubsan_handlers_cxx.h23 const TypeDescriptor &Type;
H A Dubsan_handlers.cc443 const TypeDescriptor *FromType, *ToType; in handleFloatCastOverflow()
518 const TypeDescriptor &SrcTy = Data->FromType; in handleImplicitConversion()
519 const TypeDescriptor &DstTy = Data->ToType; in handleImplicitConversion()
H A Dubsan_diag.h218 Diag &operator<<(const TypeDescriptor &V);
H A Dubsan_diag.cc113 Diag &Diag::operator<<(const TypeDescriptor &V) { in operator <<()
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCSectionMachO.cpp224 auto TypeDescriptor = std::find_if( in ParseSectionSpecifier() local
231 if (TypeDescriptor == std::end(SectionTypeDescriptors)) in ParseSectionSpecifier()
235 TAA = TypeDescriptor - std::begin(SectionTypeDescriptors); in ParseSectionSpecifier()
/freebsd-12.1/contrib/llvm/tools/llvm-cxxdump/
H A 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()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DWinEHFuncInfo.h69 GlobalVariable *TypeDescriptor; member
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp151 HT.TypeDescriptor = nullptr; in addTryBlockMapEntry()
153 HT.TypeDescriptor = cast<GlobalVariable>(TypeInfo->stripPointerCasts()); in addTryBlockMapEntry()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp841 OS.EmitValue(create32bitRef(HT.TypeDescriptor), 4); in emitCXXFrameHandler3Table()