Searched refs:PureVirtual (Results 1 – 11 of 11) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/CodeView/ |
D | TypeIndexDiscoveryTest.cpp | 223 {T2, MemberAccess::Public, MethodKind::PureVirtual, MethodOptions::None, 260 MethodKind::PureVirtual,
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 263 PureVirtual = 0x05, enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 272 PureVirtual = 0x05, enumerator
|
/external/llvm/test/DebugInfo/COFF/ |
D | virtual-method-kinds.ll | 12 ; void f() override = 0; // PureVirtual 37 ; CHECK-NEXT: MethodKind: PureVirtual (0x5)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/COFF/ |
D | virtual-method-kinds.ll | 12 ; void f() override = 0; // PureVirtual 40 ; CHECK-NEXT: MethodKind: PureVirtual (0x5)
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/ |
D | TypeDumpVisitor.cpp | 66 ENUM_ENTRY(MethodKind, PureVirtual),
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
D | MinimalTypeDumper.cpp | 134 RETURN_CASE(MethodKind, PureVirtual, "pure virtual"); in methodKind()
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | TypeDumper.cpp | 111 ENUM_ENTRY(MethodKind, PureVirtual),
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLTypes.cpp | 310 IO.enumCase(Kind, "PureVirtual", MethodKind::PureVirtual); in enumeration()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 1369 : MethodKind::PureVirtual; in translateMethodKindFlags()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 1794 : MethodKind::PureVirtual; in translateMethodKindFlags()
|