Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/CodeView/
DMethodListRecordBuilder.cpp33 case MethodKind::PureIntroducingVirtual: in writeMethod()
DTypeDumper.cpp112 ENUM_ENTRY(MethodKind, PureIntroducingVirtual),
/external/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h264 PureIntroducingVirtual = 0x06 enumerator
DTypeRecord.h68 MP == MethodKind::PureIntroducingVirtual; in isIntroducedVirtual()
912 Kind == MethodKind::PureIntroducingVirtual; in isIntroducingVirtual()
/external/llvm-project/llvm/unittests/DebugInfo/CodeView/
DTypeIndexDiscoveryTest.cpp224 {T3, MemberAccess::Public, MethodKind::PureIntroducingVirtual,
265 MethodKind::PureIntroducingVirtual,
/external/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()
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h275 PureIntroducingVirtual = 0x06 enumerator
DTypeRecord.h89 MP == MethodKind::PureIntroducingVirtual; in isIntroducedVirtual()
741 getMethodKind() == MethodKind::PureIntroducingVirtual; in isIntroducingVirtual()
/external/llvm-project/llvm/lib/DebugInfo/CodeView/
DTypeIndexDiscovery.cpp26 MK == MethodKind::PureIntroducingVirtual; in isIntroVirtual()
DEnumTables.cpp348 CV_ENUM_CLASS_ENT(MethodKind, PureIntroducingVirtual),
DTypeDumpVisitor.cpp66 ENUM_ENTRY(MethodKind, PureIntroducingVirtual),
/external/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),
/external/llvm-project/llvm/test/DebugInfo/COFF/
Dvirtual-method-kinds.ll10 ; virtual void g() = 0; // PureIntroducingVirtual
64 ; CHECK-NEXT: MethodKind: PureIntroducingVirtual (0x6)
/external/llvm/test/DebugInfo/COFF/
Dvirtual-method-kinds.ll9 ; virtual void g() = 0; // PureIntroducingVirtual
57 ; CHECK-NEXT: MethodKind: PureIntroducingVirtual (0x6)
/external/llvm-project/llvm/tools/llvm-pdbutil/
DMinimalTypeDumper.cpp159 RETURN_CASE(MethodKind, PureIntroducingVirtual, "pure intro virtual"); in methodKind()
/external/llvm-project/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp311 MethodKind::PureIntroducingVirtual); in enumeration()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp311 MethodKind::PureIntroducingVirtual); in enumeration()
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1368 return Introduced ? MethodKind::PureIntroducingVirtual in translateMethodKindFlags()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1997 return Introduced ? MethodKind::PureIntroducingVirtual in translateMethodKindFlags()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1976 return Introduced ? MethodKind::PureIntroducingVirtual in translateMethodKindFlags()