Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h275 PureIntroducingVirtual = 0x06 enumerator
DTypeRecord.h95 MP == MethodKind::PureIntroducingVirtual; in isIntroducedVirtual()
747 getMethodKind() == MethodKind::PureIntroducingVirtual; in isIntroducingVirtual()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DTypeIndexDiscovery.cpp25 MK == MethodKind::PureIntroducingVirtual; in isIntroVirtual()
DEnumTables.cpp340 CV_ENUM_CLASS_ENT(MethodKind, PureIntroducingVirtual),
DTypeDumpVisitor.cpp66 ENUM_ENTRY(MethodKind, PureIntroducingVirtual),
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp311 MethodKind::PureIntroducingVirtual); in enumeration()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1976 return Introduced ? MethodKind::PureIntroducingVirtual in translateMethodKindFlags()