Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h287 PureIntroducingVirtual = 0x06 enumerator
H A DTypeRecord.h89 MP == MethodKind::PureIntroducingVirtual; in isIntroducedVirtual()
742 getMethodKind() == MethodKind::PureIntroducingVirtual; in isIntroducingVirtual()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVElement.cpp192 case MethodKind::PureIntroducingVirtual: in getVirtualityCode()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeIndexDiscovery.cpp26 MK == MethodKind::PureIntroducingVirtual; in isIntroVirtual()
H A DEnumTables.cpp355 CV_ENUM_CLASS_ENT(MethodKind, PureIntroducingVirtual),
H A DTypeDumpVisitor.cpp67 ENUM_ENTRY(MethodKind, PureIntroducingVirtual),
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp164 RETURN_CASE(MethodKind, PureIntroducingVirtual, "pure intro virtual"); in methodKind()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp317 MethodKind::PureIntroducingVirtual); in enumeration()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2186 return Introduced ? MethodKind::PureIntroducingVirtual in getRecordKind()