Searched refs:TypeDescriptor (Results 1 – 13 of 13) sorted by relevance
| /src/contrib/llvm-project/compiler-rt/lib/ubsan/ |
| H A D | ubsan_handlers.h | 21 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 …]
|
| H A D | ubsan_value.h | 82 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 D | ubsan_handlers_cxx.h | 22 const TypeDescriptor &Type;
|
| H A D | ubsan_diag.h | 197 Diag &operator<<(const TypeDescriptor &V);
|
| H A D | ubsan_handlers.cpp | 485 const TypeDescriptor *FromType, *ToType; in handleFloatCastOverflow() 558 const TypeDescriptor &SrcTy = Data->FromType; in handleImplicitConversion() 559 const TypeDescriptor &DstTy = Data->ToType; in handleImplicitConversion()
|
| H A D | ubsan_diag.cpp | 118 Diag &Diag::operator<<(const TypeDescriptor &V) { in operator <<()
|
| /src/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCSectionMachO.cpp | 220 auto TypeDescriptor = in ParseSectionSpecifier() local 227 if (TypeDescriptor == std::end(SectionTypeDescriptors)) in ParseSectionSpecifier() 233 TAA = TypeDescriptor - std::begin(SectionTypeDescriptors); in ParseSectionSpecifier()
|
| /src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| H A D | DWARFLinkerCompileUnit.cpp | 1422 DIE *CompileUnit::allocateTypeDie(TypeEntryBody *TypeDescriptor, in allocateTypeDie() argument 1426 DIE *DefinitionDie = TypeDescriptor->Die; in allocateTypeDie() 1431 DIE *DeclarationDie = TypeDescriptor->DeclarationDie; in allocateTypeDie() 1432 bool OldParentIsDeclaration = TypeDescriptor->ParentIsDeclaration; in allocateTypeDie() 1437 if (TypeDescriptor->DeclarationDie.compare_exchange_weak(DeclarationDie, in allocateTypeDie() 1443 if (TypeDescriptor->ParentIsDeclaration.compare_exchange_weak( in allocateTypeDie() 1446 TypeDescriptor->DeclarationDie = NewDie; in allocateTypeDie() 1453 if (TypeDescriptor->DeclarationDie.compare_exchange_weak(DeclarationDie, in allocateTypeDie() 1459 if (TypeDescriptor->Die.compare_exchange_weak(DefinitionDie, NewDie)) { in allocateTypeDie() 1460 TypeDescriptor->ParentIsDeclaration = false; in allocateTypeDie()
|
| H A D | DWARFLinkerCompileUnit.h | 663 DIE *allocateTypeDie(TypeEntryBody *TypeDescriptor,
|
| /src/contrib/llvm-project/llvm/tools/llvm-cxxdump/ |
| H A D | llvm-cxxdump.cpp | 139 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()
|
| /src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | WinEHFuncInfo.h | 68 GlobalVariable *TypeDescriptor; member
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | WinEHPrepare.cpp | 167 HT.TypeDescriptor = nullptr; in addTryBlockMapEntry() 169 HT.TypeDescriptor = cast<GlobalVariable>(TypeInfo->stripPointerCasts()); in addTryBlockMapEntry()
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | WinException.cpp | 873 OS.emitValue(create32bitRef(HT.TypeDescriptor), 4); in emitCXXFrameHandler3Table()
|