Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/CodeView/
DMethodListRecordBuilder.cpp33 case MethodKind::PureIntroducingVirtual: in writeMethod()
DTypeDumper.cpp112 ENUM_ENTRY(MethodKind, PureIntroducingVirtual),
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/CodeView/
DTypeIndexDiscoveryTest.cpp225 {T3, MemberAccess::Public, MethodKind::PureIntroducingVirtual,
266 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h273 PureIntroducingVirtual = 0x06 enumerator
DTypeRecord.h96 MP == MethodKind::PureIntroducingVirtual; in isIntroducedVirtual()
713 getMethodKind() == MethodKind::PureIntroducingVirtual; in isIntroducingVirtual()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DTypeIndexDiscovery.cpp26 MK == MethodKind::PureIntroducingVirtual; in isIntroVirtual()
DTypeDumpVisitor.cpp67 ENUM_ENTRY(MethodKind, PureIntroducingVirtual),
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/COFF/
Dvirtual-method-kinds.ll9 ; virtual void g() = 0; // PureIntroducingVirtual
63 ; 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/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DMinimalTypeDumper.cpp135 RETURN_CASE(MethodKind, PureIntroducingVirtual, "pure intro virtual"); in methodKind()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp312 MethodKind::PureIntroducingVirtual); in enumeration()
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1368 return Introduced ? MethodKind::PureIntroducingVirtual in translateMethodKindFlags()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1793 return Introduced ? MethodKind::PureIntroducingVirtual in translateMethodKindFlags()