Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h278 IntroducingVirtual = 0x04, enumerator
H A DTypeRecord.h88 return MP == MethodKind::IntroducingVirtual || in isIntroducedVirtual()
741 return getMethodKind() == MethodKind::IntroducingVirtual || in isIntroducingVirtual()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVElement.cpp191 case MethodKind::IntroducingVirtual: in getVirtualityCode()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeIndexDiscovery.cpp25 return MK == MethodKind::IntroducingVirtual || in isIntroVirtual()
H A DTypeDumpVisitor.cpp65 ENUM_ENTRY(MethodKind, IntroducingVirtual),
H A DEnumTables.cpp350 CV_ENUM_CLASS_ENT(MethodKind, IntroducingVirtual),
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp161 RETURN_CASE(MethodKind, IntroducingVirtual, "intro virtual"); in methodKind()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp313 IO.enumCase(Kind, "IntroducingVirtual", MethodKind::IntroducingVirtual); in enumeration()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2184 return Introduced ? MethodKind::IntroducingVirtual : MethodKind::Virtual; in translateMethodKindFlags()