Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h273 IntroducingVirtual = 0x04, enumerator
H A DTypeRecord.h95 return MP == MethodKind::IntroducingVirtual || in isIntroducedVirtual()
747 return getMethodKind() == MethodKind::IntroducingVirtual || in isIntroducingVirtual()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DTypeIndexDiscovery.cpp25 return MK == MethodKind::IntroducingVirtual || in isIntroVirtual()
H A DTypeDumpVisitor.cpp65 ENUM_ENTRY(MethodKind, IntroducingVirtual),
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp157 RETURN_CASE(MethodKind, IntroducingVirtual, "intro virtual"); in methodKind()
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp309 IO.enumCase(Kind, "IntroducingVirtual", MethodKind::IntroducingVirtual); in enumeration()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1915 return Introduced ? MethodKind::IntroducingVirtual : MethodKind::Virtual; in translateMethodKindFlags()