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/
H A DCodeView.h277 PureIntroducingVirtual = 0x06 enumerator
H A DTypeRecord.h89 MP == MethodKind::PureIntroducingVirtual; in isIntroducedVirtual()
742 getMethodKind() == MethodKind::PureIntroducingVirtual; in isIntroducingVirtual()
/openbsd-src/gnu/llvm/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),
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp162 RETURN_CASE(MethodKind, PureIntroducingVirtual, "pure intro virtual"); in methodKind()
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp316 MethodKind::PureIntroducingVirtual); in enumeration()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2153 return Introduced ? MethodKind::PureIntroducingVirtual in translateMethodKindFlags()