Searched refs:PureIntroducingVirtual (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/llvm/unittests/DebugInfo/CodeView/ |
| H A D | TypeIndexDiscoveryTest.cpp | 224 {T3, MemberAccess::Public, MethodKind::PureIntroducingVirtual, 265 MethodKind::PureIntroducingVirtual,
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | CodeView.h | 280 PureIntroducingVirtual = 0x06 enumerator
|
| H A D | TypeRecord.h | 89 MP == MethodKind::PureIntroducingVirtual; in isIntroducedVirtual() 742 getMethodKind() == MethodKind::PureIntroducingVirtual; in isIntroducingVirtual()
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeIndexDiscovery.cpp | 26 MK == MethodKind::PureIntroducingVirtual; in isIntroVirtual()
|
| H A D | EnumTables.cpp | 351 CV_ENUM_CLASS_ENT(MethodKind, PureIntroducingVirtual),
|
| H A D | TypeDumpVisitor.cpp | 67 ENUM_ENTRY(MethodKind, PureIntroducingVirtual),
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/COFF/ |
| H A D | virtual-method-kinds.ll | 10 ; virtual void g() = 0; // PureIntroducingVirtual 64 ; CHECK-NEXT: MethodKind: PureIntroducingVirtual (0x6)
|
| /llvm-project-15.0.7/llvm/tools/llvm-pdbutil/ |
| H A D | MinimalTypeDumper.cpp | 162 RETURN_CASE(MethodKind, PureIntroducingVirtual, "pure intro virtual"); in methodKind()
|
| /llvm-project-15.0.7/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLTypes.cpp | 316 MethodKind::PureIntroducingVirtual); in enumeration()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | CodeViewDebug.cpp | 2134 return Introduced ? MethodKind::PureIntroducingVirtual in translateMethodKindFlags()
|