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

/openbsd-current/gnu/llvm/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;
86 const TypeDescriptor &ArrayType;
87 const TypeDescriptor &IndexType;
104 const TypeDescriptor &Type;
113 const TypeDescriptor &FromType;
114 const TypeDescriptor
[all...]
H A Dubsan_handlers_cxx.h22 const TypeDescriptor &Type;
39 const TypeDescriptor &Type;
H A Dubsan_value.h82 class TypeDescriptor { class in namespace:__ubsan
144 /// This is a combination of a TypeDescriptor (which is emitted as constant data
149 const TypeDescriptor &Type;
170 Value(const TypeDescriptor &Type, ValueHandle Val) : Type(Type), Val(Val) {}
172 const TypeDescriptor &getType() const { return Type; }
H A Dubsan_diag.h217 Diag &operator<<(const TypeDescriptor &V);
H A Dubsan_handlers.cpp465 // TypeDescriptor.
485 const TypeDescriptor *FromType, *ToType;
560 const TypeDescriptor &SrcTy = Data->FromType;
561 const TypeDescriptor &DstTy = Data->ToType;
H A Dubsan_diag.cpp118 Diag &Diag::operator<<(const TypeDescriptor &V) {
/openbsd-current/gnu/llvm/llvm/include/llvm/CodeGen/
H A DWinEHFuncInfo.h68 GlobalVariable *TypeDescriptor; member in struct:llvm::WinEHHandlerType
/openbsd-current/gnu/llvm/llvm/lib/MC/
H A DMCSectionMachO.cpp225 auto TypeDescriptor =
232 if (TypeDescriptor == std::end(SectionTypeDescriptors))
238 TAA = TypeDescriptor - std::begin(SectionTypeDescriptors);
/openbsd-current/gnu/llvm/llvm/tools/llvm-cxxdump/
H A Dllvm-cxxdump.cpp139 struct TypeDescriptor { struct
166 std::map<StringRef, TypeDescriptor> TDs;
271 TypeDescriptor TD;
364 outs() << COLName << "[TypeDescriptor]: " << COL.Symbols[0] << '\n';
385 outs() << BCDName << "[TypeDescriptor]: " << BCD.Symbols[0] << '\n';
396 const TypeDescriptor &TD = TDPair.second;
445 outs() << CTName << "[TypeDescriptor]: " << CT.Symbols[0] << '\n';
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp153 HT.TypeDescriptor = nullptr;
155 HT.TypeDescriptor = cast<GlobalVariable>(TypeInfo->stripPointerCasts());
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp843 // TypeDescriptor *Type;
869 OS.emitValue(create32bitRef(HT.TypeDescriptor), 4);

Completed in 265 milliseconds