Searched refs:IntroducingVirtual (Results 1 – 11 of 11) sorted by relevance
| /llvm-project-15.0.7/llvm/unittests/DebugInfo/CodeView/ |
| H A D | TypeIndexDiscoveryTest.cpp | 220 {T1, MemberAccess::Public, MethodKind::IntroducingVirtual, 253 MethodKind::IntroducingVirtual,
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | CodeView.h | 278 IntroducingVirtual = 0x04, enumerator
|
| H A D | TypeRecord.h | 88 return MP == MethodKind::IntroducingVirtual || in isIntroducedVirtual() 741 return getMethodKind() == MethodKind::IntroducingVirtual || in isIntroducingVirtual()
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeIndexDiscovery.cpp | 25 return MK == MethodKind::IntroducingVirtual || in isIntroVirtual()
|
| H A D | EnumTables.cpp | 349 CV_ENUM_CLASS_ENT(MethodKind, IntroducingVirtual),
|
| H A D | TypeDumpVisitor.cpp | 65 ENUM_ENTRY(MethodKind, IntroducingVirtual),
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/COFF/ |
| H A D | virtual-method-kinds.ll | 9 ; virtual void f(); // IntroducingVirtual 56 ; CHECK-NEXT: MethodKind: IntroducingVirtual (0x4)
|
| H A D | vftables.ll | 52 ; CHECK-NEXT: MethodKind: IntroducingVirtual (0x4)
|
| /llvm-project-15.0.7/llvm/tools/llvm-pdbutil/ |
| H A D | MinimalTypeDumper.cpp | 160 RETURN_CASE(MethodKind, IntroducingVirtual, "intro virtual"); in methodKind()
|
| /llvm-project-15.0.7/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLTypes.cpp | 313 IO.enumCase(Kind, "IntroducingVirtual", MethodKind::IntroducingVirtual); in enumeration()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | CodeViewDebug.cpp | 2132 return Introduced ? MethodKind::IntroducingVirtual : MethodKind::Virtual; in translateMethodKindFlags()
|