Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h277 PureIntroducingVirtual = 0x06 enumerator
DTypeRecord.h89 MP == MethodKind::PureIntroducingVirtual; in isIntroducedVirtual()
742 getMethodKind() == MethodKind::PureIntroducingVirtual; in isIntroducingVirtual()
/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
DTypeIndexDiscovery.cpp26 MK == MethodKind::PureIntroducingVirtual; in isIntroVirtual()
DEnumTables.cpp351 CV_ENUM_CLASS_ENT(MethodKind, PureIntroducingVirtual),
DTypeDumpVisitor.cpp67 ENUM_ENTRY(MethodKind, PureIntroducingVirtual),
/openbsd/src/gnu/llvm/llvm/tools/llvm-pdbutil/
DMinimalTypeDumper.cpp162 RETURN_CASE(MethodKind, PureIntroducingVirtual, "pure intro virtual"); in methodKind()
/openbsd/src/gnu/llvm/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp316 MethodKind::PureIntroducingVirtual); in enumeration()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp2153 return Introduced ? MethodKind::PureIntroducingVirtual in translateMethodKindFlags()