Searched refs:PureVirtual (Results 1 – 19 of 19) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | DebugInfoFlags.def | 82 HANDLE_DISP_FLAG(2u, PureVirtual)
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | DebugInfoFlags.def | 82 HANDLE_DISP_FLAG(2u, PureVirtual)
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 263 PureVirtual = 0x05, enumerator
|
/external/llvm-project/llvm/unittests/DebugInfo/CodeView/ |
D | TypeIndexDiscoveryTest.cpp | 222 {T2, MemberAccess::Public, MethodKind::PureVirtual, MethodOptions::None, 259 MethodKind::PureVirtual,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 274 PureVirtual = 0x05, enumerator
|
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 274 PureVirtual = 0x05, enumerator
|
/external/llvm-project/llvm/test/DebugInfo/COFF/ |
D | virtual-method-kinds.ll | 13 ; void f() override = 0; // PureVirtual 41 ; CHECK-NEXT: MethodKind: PureVirtual (0x5)
|
/external/llvm/test/DebugInfo/COFF/ |
D | virtual-method-kinds.ll | 12 ; void f() override = 0; // PureVirtual 37 ; CHECK-NEXT: MethodKind: PureVirtual (0x5)
|
/external/llvm-project/llvm/lib/DebugInfo/CodeView/ |
D | EnumTables.cpp | 347 CV_ENUM_CLASS_ENT(MethodKind, PureVirtual),
|
D | TypeDumpVisitor.cpp | 65 ENUM_ENTRY(MethodKind, PureVirtual),
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | EnumTables.cpp | 339 CV_ENUM_CLASS_ENT(MethodKind, PureVirtual),
|
D | TypeDumpVisitor.cpp | 65 ENUM_ENTRY(MethodKind, PureVirtual),
|
/external/llvm-project/llvm/tools/llvm-pdbutil/ |
D | MinimalTypeDumper.cpp | 158 RETURN_CASE(MethodKind, PureVirtual, "pure virtual"); in methodKind()
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | TypeDumper.cpp | 111 ENUM_ENTRY(MethodKind, PureVirtual),
|
/external/llvm-project/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLTypes.cpp | 309 IO.enumCase(Kind, "PureVirtual", MethodKind::PureVirtual); in enumeration()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLTypes.cpp | 309 IO.enumCase(Kind, "PureVirtual", MethodKind::PureVirtual); in enumeration()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 1369 : MethodKind::PureVirtual; in translateMethodKindFlags()
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 1998 : MethodKind::PureVirtual; in translateMethodKindFlags()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 1977 : MethodKind::PureVirtual; in translateMethodKindFlags()
|