Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/ubsan/
HDubsan_handlers.h21 const TypeDescriptor &Type;
44 const TypeDescriptor &Type;
54 const TypeDescriptor &Type;
75 const TypeDescriptor &LHSType;
76 const TypeDescriptor &RHSType;
86 const TypeDescriptor &ArrayType;
87 const TypeDescriptor &IndexType;
104 const TypeDescriptor &Type;
113 const TypeDescriptor &FromType;
114 const TypeDescriptor &ToType;
[all …]
HDubsan_value.h82 class TypeDescriptor {
146 const TypeDescriptor &Type;
167 Value(const TypeDescriptor &Type, ValueHandle Val) : Type(Type), Val(Val) {} in Value()
169 const TypeDescriptor &getType() const { return Type; } in getType()
HDubsan_handlers_cxx.h22 const TypeDescriptor &Type;
39 const TypeDescriptor &Type;
HDubsan_handlers.cpp442 const TypeDescriptor *FromType, *ToType; in handleFloatCastOverflow()
517 const TypeDescriptor &SrcTy = Data->FromType; in handleImplicitConversion()
518 const TypeDescriptor &DstTy = Data->ToType; in handleImplicitConversion()
HDubsan_diag.h217 Diag &operator<<(const TypeDescriptor &V);
HDubsan_diag.cpp120 Diag &Diag::operator<<(const TypeDescriptor &V) { in operator <<()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
HDMCSectionMachO.cpp223 auto TypeDescriptor = std::find_if( in ParseSectionSpecifier() local
230 if (TypeDescriptor == std::end(SectionTypeDescriptors)) in ParseSectionSpecifier()
234 TAA = TypeDescriptor - std::begin(SectionTypeDescriptors); in ParseSectionSpecifier()
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-cxxdump/
HDllvm-cxxdump.cpp138 struct TypeDescriptor { in dumpCXXData() struct
165 std::map<StringRef, TypeDescriptor> TDs; in dumpCXXData()
270 TypeDescriptor TD; in dumpCXXData()
395 const TypeDescriptor &TD = TDPair.second; in dumpCXXData()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDWinEHFuncInfo.h68 GlobalVariable *TypeDescriptor; member
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDWinEHPrepare.cpp152 HT.TypeDescriptor = nullptr; in addTryBlockMapEntry()
154 HT.TypeDescriptor = cast<GlobalVariable>(TypeInfo->stripPointerCasts()); in addTryBlockMapEntry()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDWinException.cpp853 OS.EmitValue(create32bitRef(HT.TypeDescriptor), 4); in emitCXXFrameHandler3Table()