Searched refs:TypeDescriptor (Results 1 – 13 of 13) sorted by relevance
| /freebsd/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; 107 const TypeDescriptor &Type; 116 const TypeDescriptor &FromType; 117 const TypeDescriptor &ToType; [all …]
|
| H A D | ubsan_value.h | 82 class TypeDescriptor { 183 const TypeDescriptor &Type; 204 Value(const TypeDescriptor &Type, ValueHandle Val) : Type(Type), Val(Val) {} in Value() 206 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); in AddRange()
|
| H A D | ubsan_handlers.cpp | 507 const TypeDescriptor *FromType, *ToType; in handleFloatCastOverflow() 580 const TypeDescriptor &SrcTy = Data->FromType; in handleImplicitConversion() 581 const TypeDescriptor &DstTy = Data->ToType; in handleImplicitConversion()
|
| H A D | ubsan_diag.cpp | 118 Diag &Diag::operator<<(const TypeDescriptor &V) { in operator <<()
|
| /freebsd/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()
|
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| H A D | DWARFLinkerCompileUnit.cpp | 1418 DIE *CompileUnit::allocateTypeDie(TypeEntryBody *TypeDescriptor, in allocateTypeDie() argument 1422 DIE *DefinitionDie = TypeDescriptor->Die; in allocateTypeDie() 1427 DIE *DeclarationDie = TypeDescriptor->DeclarationDie; in allocateTypeDie() 1428 bool OldParentIsDeclaration = TypeDescriptor->ParentIsDeclaration; in allocateTypeDie() 1433 if (TypeDescriptor->DeclarationDie.compare_exchange_strong(DeclarationDie, in allocateTypeDie() 1439 if (TypeDescriptor->ParentIsDeclaration.compare_exchange_strong( in allocateTypeDie() 1442 TypeDescriptor->DeclarationDie = NewDie; in allocateTypeDie() 1449 if (TypeDescriptor->DeclarationDie.compare_exchange_strong(DeclarationDie, in allocateTypeDie() 1455 if (TypeDescriptor->Die.compare_exchange_strong(DefinitionDie, NewDie)) { in allocateTypeDie() 1456 TypeDescriptor->ParentIsDeclaration = false; in allocateTypeDie()
|
| H A D | DWARFLinkerCompileUnit.h | 663 DIE *allocateTypeDie(TypeEntryBody *TypeDescriptor,
|
| /freebsd/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()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | WinEHFuncInfo.h | 68 GlobalVariable *TypeDescriptor; member
|
| /freebsd/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()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | WinException.cpp | 875 OS.emitValue(create32bitRef(HT.TypeDescriptor), 4); in emitCXXFrameHandler3Table()
|