Home
last modified time | relevance | path

Searched refs:PureIntroducingVirtual (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/DebugInfo/CodeView/
DMethodListRecordBuilder.cpp33 case MethodKind::PureIntroducingVirtual: in writeMethod()
DTypeDumper.cpp112 ENUM_ENTRY(MethodKind, PureIntroducingVirtual),
/external/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h264 PureIntroducingVirtual = 0x06 enumerator
DTypeRecord.h68 MP == MethodKind::PureIntroducingVirtual; in isIntroducedVirtual()
912 Kind == MethodKind::PureIntroducingVirtual; in isIntroducingVirtual()
/external/llvm/test/DebugInfo/COFF/
Dvirtual-method-kinds.ll9 ; virtual void g() = 0; // PureIntroducingVirtual
57 ; CHECK-NEXT: MethodKind: PureIntroducingVirtual (0x6)
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1368 return Introduced ? MethodKind::PureIntroducingVirtual in translateMethodKindFlags()