Searched refs:BaseClassDescriptor (Results 1 – 6 of 6) sorted by relevance
/llvm-project/llvm/tools/llvm-cxxdump/ |
H A D | llvm-cxxdump.cpp | 135 struct BaseClassDescriptor { in dumpCXXData() struct 165 std::map<StringRef, BaseClassDescriptor> BCDs; in dumpCXXData() 261 BaseClassDescriptor BCD; in dumpCXXData() 384 const BaseClassDescriptor &BCD = BCDPair.second; in dumpCXXData()
|
/llvm-project/llvm/test/CodeGen/WinCFGuard/ |
H A D | cfguard.ll | 20 %rtti.BaseClassDescriptor = type { i32, i32, i32, i32, i32, i32, i32 } 61 @"\01??_R1A@?0A@EA@Derived@@8" = linkonce_odr constant %rtti.BaseClassDescriptor { i32 trunc (i64 s… 62 @"\01??_R1A@?0A@EA@Base@@8" = linkonce_odr constant %rtti.BaseClassDescriptor { i32 trunc (i64 sub …
|
/llvm-project/lld/test/COFF/Inputs/ |
H A D | undefined-symbol-lto-a.ll | 11 %rtti.BaseClassDescriptor = type { i32, i32, i32, i32, i32, i32, i32 } 33 @"??_R1A@?0A@EA@S@@8" = linkonce_odr constant %rtti.BaseClassDescriptor { i32 trunc (i64 sub nuw ns…
|
/llvm-project/llvm/test/DebugInfo/COFF/ |
H A D | virtual-method-kinds.ll | 81 %rtti.BaseClassDescriptor = type { i32, i32, i32, i32, i32, i32, i32 } 133 @"\01??_R1A@?0A@EA@C@@8" = linkonce_odr constant %rtti.BaseClassDescriptor { i32 trunc (i64 sub nuw… 134 @"\01??_R1A@?0A@EA@B@@8" = linkonce_odr constant %rtti.BaseClassDescriptor { i32 trunc (i64 sub nuw… 138 @"\01??_R1A@?0A@EA@A@@8" = linkonce_odr constant %rtti.BaseClassDescriptor { i32 trunc (i64 sub nuw…
|
H A D | thunk.ll | 112 %rtti.BaseClassDescriptor = type { ptr, i32, i32, i32, i32, i32, ptr } 188 @"\01??_R1A@?0A@EA@C@@8" = linkonce_odr constant %rtti.BaseClassDescriptor { ptr @"\01??_R0?AVC@@@8… 189 @"\01??_R1A@A@3FA@A@@8" = linkonce_odr constant %rtti.BaseClassDescriptor { ptr @"\01??_R0?AVA@@@8"… 193 @"\01??_R1A@?0A@EA@A@@8" = linkonce_odr constant %rtti.BaseClassDescriptor { ptr @"\01??_R0?AVA@@@8… 194 @"\01??_R1A@A@7FA@B@@8" = linkonce_odr constant %rtti.BaseClassDescriptor { ptr @"\01??_R0?AVB@@@8"… 198 @"\01??_R1A@?0A@EA@B@@8" = linkonce_odr constant %rtti.BaseClassDescriptor { ptr @"\01??_R0?AVB@@@8…
|
H A D | vftables.ll | 167 %rtti.BaseClassDescriptor = type { i32, i32, i32, i32, i32, i32, i32 } 250 @"\01??_R1A@?0A@EA@A@@8" = linkonce_odr constant %rtti.BaseClassDescriptor { i32 trunc (i64 sub nuw… 256 @"\01??_R1A@?0A@EA@B@@8" = linkonce_odr constant %rtti.BaseClassDescriptor { i32 trunc (i64 sub nuw… 263 @"\01??_R1A@?0A@EA@C@@8" = linkonce_odr constant %rtti.BaseClassDescriptor { i32 trunc (i64 sub nuw… 264 @"\01??_R1BA@?0A@EA@B@@8" = linkonce_odr constant %rtti.BaseClassDescriptor { i32 trunc (i64 sub nu… 272 @"\01??_R1A@?0A@EA@D@@8" = linkonce_odr constant %rtti.BaseClassDescriptor { i32 trunc (i64 sub nuw…
|