Searched refs:PureVirtual (Results 1 – 7 of 7) sorted by relevance
/openbsd/gnu/llvm/llvm/include/llvm/IR/ |
H A D | DebugInfoFlags.def | 82 HANDLE_DISP_FLAG(2u, PureVirtual)
|
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | CodeView.h | 276 PureVirtual = 0x05, enumerator
|
/openbsd/gnu/llvm/llvm/lib/DebugInfo/CodeView/ |
H A D | EnumTables.cpp | 350 CV_ENUM_CLASS_ENT(MethodKind, PureVirtual),
|
H A D | TypeDumpVisitor.cpp | 66 ENUM_ENTRY(MethodKind, PureVirtual),
|
/openbsd/gnu/llvm/llvm/tools/llvm-pdbutil/ |
H A D | MinimalTypeDumper.cpp | 161 RETURN_CASE(MethodKind, PureVirtual, "pure virtual"); in methodKind()
|
/openbsd/gnu/llvm/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLTypes.cpp | 314 IO.enumCase(Kind, "PureVirtual", MethodKind::PureVirtual); in enumeration()
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 2154 : MethodKind::PureVirtual; in translateMethodKindFlags()
|