Home
last modified time | relevance | path

Searched refs:IntroducingVirtual (Results 1 – 16 of 16) sorted by relevance

/external/llvm/lib/DebugInfo/CodeView/
DMethodListRecordBuilder.cpp32 case MethodKind::IntroducingVirtual: in writeMethod()
DTypeDumper.cpp110 ENUM_ENTRY(MethodKind, IntroducingVirtual),
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/CodeView/
DTypeIndexDiscoveryTest.cpp221 {T1, MemberAccess::Public, MethodKind::IntroducingVirtual,
254 MethodKind::IntroducingVirtual,
/external/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h262 IntroducingVirtual = 0x04, enumerator
DTypeRecord.h67 return MP == MethodKind::IntroducingVirtual || in isIntroducedVirtual()
911 return Kind == MethodKind::IntroducingVirtual || in isIntroducingVirtual()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h271 IntroducingVirtual = 0x04, enumerator
DTypeRecord.h95 return MP == MethodKind::IntroducingVirtual || in isIntroducedVirtual()
712 return getMethodKind() == MethodKind::IntroducingVirtual || in isIntroducingVirtual()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DTypeIndexDiscovery.cpp25 return MK == MethodKind::IntroducingVirtual || in isIntroVirtual()
DTypeDumpVisitor.cpp65 ENUM_ENTRY(MethodKind, IntroducingVirtual),
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/COFF/
Dvirtual-method-kinds.ll8 ; virtual void f(); // IntroducingVirtual
55 ; CHECK-NEXT: MethodKind: IntroducingVirtual (0x4)
Dvftables.ll51 ; CHECK-NEXT: MethodKind: IntroducingVirtual (0x4)
/external/llvm/test/DebugInfo/COFF/
Dvirtual-method-kinds.ll8 ; virtual void f(); // IntroducingVirtual
50 ; CHECK-NEXT: MethodKind: IntroducingVirtual (0x4)
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DMinimalTypeDumper.cpp133 RETURN_CASE(MethodKind, IntroducingVirtual, "intro virtual"); in methodKind()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp309 IO.enumCase(Kind, "IntroducingVirtual", MethodKind::IntroducingVirtual); in enumeration()
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1366 return Introduced ? MethodKind::IntroducingVirtual : MethodKind::Virtual; in translateMethodKindFlags()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1791 return Introduced ? MethodKind::IntroducingVirtual : MethodKind::Virtual; in translateMethodKindFlags()