Searched refs:PureVirtual (Results 1 – 11 of 11) sorted by relevance
| /llvm-project/llvm/include/llvm/IR/ |
| H A D | DebugInfoFlags.def | 82 HANDLE_DISP_FLAG(2u, PureVirtual)
|
| /llvm-project/llvm/unittests/DebugInfo/CodeView/ |
| H A D | TypeIndexDiscoveryTest.cpp | 222 {T2, MemberAccess::Public, MethodKind::PureVirtual, MethodOptions::None, 259 MethodKind::PureVirtual,
|
| /llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | CodeView.h | 286 PureVirtual = 0x05, enumerator
|
| /llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
| H A D | LVElement.cpp | 188 case MethodKind::PureVirtual: in getVirtualityCode()
|
| /llvm-project/llvm/test/DebugInfo/COFF/ |
| H A D | virtual-method-kinds.ll | 13 ; void f() override = 0; // PureVirtual 41 ; CHECK-NEXT: MethodKind: PureVirtual (0x5)
|
| /llvm-project/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeDumpVisitor.cpp | 66 ENUM_ENTRY(MethodKind, PureVirtual),
|
| H A D | EnumTables.cpp | 354 CV_ENUM_CLASS_ENT(MethodKind, PureVirtual),
|
| /llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | MinimalTypeDumper.cpp | 163 RETURN_CASE(MethodKind, PureVirtual, "pure virtual"); in methodKind()
|
| /llvm-project/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLTypes.cpp | 315 IO.enumCase(Kind, "PureVirtual", MethodKind::PureVirtual); in enumeration()
|
| /llvm-project/mlir/include/mlir/Dialect/LLVMIR/ |
| H A D | LLVMEnums.td | 454 def LLVM_DISPPureVirtual : I32BitEnumAttrCaseBit<"PureVirtual", 1>;
|
| /llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | CodeViewDebug.cpp | 2154 : MethodKind::PureVirtual; in translateAccessFlags()
|