Home
last modified time | relevance | path

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

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