Home
last modified time | relevance | path

Searched refs:IntroducingVirtual (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.h273 IntroducingVirtual = 0x04, enumerator
DTypeRecord.h94 return MP == MethodKind::IntroducingVirtual || in isIntroducedVirtual()
746 return getMethodKind() == MethodKind::IntroducingVirtual || in isIntroducingVirtual()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DTypeIndexDiscovery.cpp24 return MK == MethodKind::IntroducingVirtual || in isIntroVirtual()
DEnumTables.cpp338 CV_ENUM_CLASS_ENT(MethodKind, IntroducingVirtual),
DTypeDumpVisitor.cpp64 ENUM_ENTRY(MethodKind, IntroducingVirtual),
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp308 IO.enumCase(Kind, "IntroducingVirtual", MethodKind::IntroducingVirtual); in enumeration()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1974 return Introduced ? MethodKind::IntroducingVirtual : MethodKind::Virtual; in translateMethodKindFlags()