Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoFlags.def82 HANDLE_DISP_FLAG(2u, PureVirtual)
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h277 PureVirtual = 0x05, enumerator
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp350 CV_ENUM_CLASS_ENT(MethodKind, PureVirtual),
H A DTypeDumpVisitor.cpp65 ENUM_ENTRY(MethodKind, PureVirtual),
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp158 RETURN_CASE(MethodKind, PureVirtual, "pure virtual"); in methodKind()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp314 IO.enumCase(Kind, "PureVirtual", MethodKind::PureVirtual); in enumeration()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2028 : MethodKind::PureVirtual; in translateMethodKindFlags()