Home
last modified time | relevance | path

Searched refs:PureVirtual (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDebugInfoFlags.def82 HANDLE_DISP_FLAG(2u, PureVirtual)
/llvm-project-15.0.7/llvm/unittests/DebugInfo/CodeView/
H A DTypeIndexDiscoveryTest.cpp222 {T2, MemberAccess::Public, MethodKind::PureVirtual, MethodOptions::None,
259 MethodKind::PureVirtual,
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h279 PureVirtual = 0x05, enumerator
/llvm-project-15.0.7/llvm/test/DebugInfo/COFF/
H A Dvirtual-method-kinds.ll13 ; void f() override = 0; // PureVirtual
41 ; CHECK-NEXT: MethodKind: PureVirtual (0x5)
/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp350 CV_ENUM_CLASS_ENT(MethodKind, PureVirtual),
H A DTypeDumpVisitor.cpp66 ENUM_ENTRY(MethodKind, PureVirtual),
/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp161 RETURN_CASE(MethodKind, PureVirtual, "pure virtual"); in methodKind()
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp314 IO.enumCase(Kind, "PureVirtual", MethodKind::PureVirtual); in enumeration()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2135 : MethodKind::PureVirtual; in translateMethodKindFlags()