Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_handlers.h21 const TypeDescriptor &Type;
44 const TypeDescriptor &Type;
54 const TypeDescriptor &Type;
75 const TypeDescriptor &LHSType;
76 const TypeDescriptor &RHSType;
104 const TypeDescriptor &Type;
114 const TypeDescriptor &ToType;
120 const TypeDescriptor &ToType;
129 const TypeDescriptor &Type;
148 const TypeDescriptor &ToType;
[all …]
H A Dubsan_value.h82 class TypeDescriptor {
149 const TypeDescriptor &Type;
170 Value(const TypeDescriptor &Type, ValueHandle Val) : Type(Type), Val(Val) {} in Value()
172 const TypeDescriptor &getType() const { return Type; } in getType()
H A Dubsan_handlers_cxx.h22 const TypeDescriptor &Type;
39 const TypeDescriptor &Type;
H A Dubsan_handlers.cpp485 const TypeDescriptor *FromType, *ToType; in handleFloatCastOverflow()
560 const TypeDescriptor &SrcTy = Data->FromType; in handleImplicitConversion()
561 const TypeDescriptor &DstTy = Data->ToType; in handleImplicitConversion()
H A Dubsan_diag.h217 Diag &operator<<(const TypeDescriptor &V);
H A Dubsan_diag.cpp120 Diag &Diag::operator<<(const TypeDescriptor &V) { in operator <<()
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionMachO.cpp216 auto TypeDescriptor = in ParseSectionSpecifier() local
223 if (TypeDescriptor == std::end(SectionTypeDescriptors)) in ParseSectionSpecifier()
229 TAA = TypeDescriptor - std::begin(SectionTypeDescriptors); in ParseSectionSpecifier()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DWinEHFuncInfo.h68 GlobalVariable *TypeDescriptor; member
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-cxxdump/
H A Dllvm-cxxdump.cpp139 struct TypeDescriptor { in dumpCXXData() struct
166 std::map<StringRef, TypeDescriptor> TDs; in dumpCXXData()
271 TypeDescriptor TD; in dumpCXXData()
396 const TypeDescriptor &TD = TDPair.second; in dumpCXXData()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp153 HT.TypeDescriptor = nullptr; in addTryBlockMapEntry()
155 HT.TypeDescriptor = cast<GlobalVariable>(TypeInfo->stripPointerCasts()); in addTryBlockMapEntry()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp874 OS.emitValue(create32bitRef(HT.TypeDescriptor), 4); in emitCXXFrameHandler3Table()