Home
last modified time | relevance | path

Searched refs:PureIntroducingVirtual (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/DebugInfo/CodeView/
H A DTypeIndexDiscoveryTest.cpp224 {T3, MemberAccess::Public, MethodKind::PureIntroducingVirtual,
265 MethodKind::PureIntroducingVirtual,
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h280 PureIntroducingVirtual = 0x06 enumerator
H A DTypeRecord.h89 MP == MethodKind::PureIntroducingVirtual; in isIntroducedVirtual()
742 getMethodKind() == MethodKind::PureIntroducingVirtual; in isIntroducingVirtual()
/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DTypeIndexDiscovery.cpp26 MK == MethodKind::PureIntroducingVirtual; in isIntroVirtual()
H A DEnumTables.cpp351 CV_ENUM_CLASS_ENT(MethodKind, PureIntroducingVirtual),
H A DTypeDumpVisitor.cpp67 ENUM_ENTRY(MethodKind, PureIntroducingVirtual),
/llvm-project-15.0.7/llvm/test/DebugInfo/COFF/
H A Dvirtual-method-kinds.ll10 ; virtual void g() = 0; // PureIntroducingVirtual
64 ; CHECK-NEXT: MethodKind: PureIntroducingVirtual (0x6)
/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp162 RETURN_CASE(MethodKind, PureIntroducingVirtual, "pure intro virtual"); in methodKind()
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp316 MethodKind::PureIntroducingVirtual); in enumeration()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2134 return Introduced ? MethodKind::PureIntroducingVirtual in translateMethodKindFlags()