Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/CodeView/
DMethodListRecordBuilder.cpp32 case MethodKind::IntroducingVirtual: in writeMethod()
DTypeDumper.cpp110 ENUM_ENTRY(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/llvm-project/llvm/unittests/DebugInfo/CodeView/
DTypeIndexDiscoveryTest.cpp220 {T1, MemberAccess::Public, MethodKind::IntroducingVirtual,
253 MethodKind::IntroducingVirtual,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h273 IntroducingVirtual = 0x04, enumerator
DTypeRecord.h94 return MP == MethodKind::IntroducingVirtual || in isIntroducedVirtual()
746 return getMethodKind() == MethodKind::IntroducingVirtual || in isIntroducingVirtual()
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h273 IntroducingVirtual = 0x04, enumerator
DTypeRecord.h88 return MP == MethodKind::IntroducingVirtual || in isIntroducedVirtual()
740 return getMethodKind() == MethodKind::IntroducingVirtual || in isIntroducingVirtual()
/external/llvm-project/llvm/lib/DebugInfo/CodeView/
DTypeIndexDiscovery.cpp25 return MK == MethodKind::IntroducingVirtual || in isIntroVirtual()
DEnumTables.cpp346 CV_ENUM_CLASS_ENT(MethodKind, IntroducingVirtual),
DTypeDumpVisitor.cpp64 ENUM_ENTRY(MethodKind, IntroducingVirtual),
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DTypeIndexDiscovery.cpp24 return MK == MethodKind::IntroducingVirtual || in isIntroVirtual()
DEnumTables.cpp338 CV_ENUM_CLASS_ENT(MethodKind, IntroducingVirtual),
DTypeDumpVisitor.cpp64 ENUM_ENTRY(MethodKind, IntroducingVirtual),
/external/llvm-project/llvm/test/DebugInfo/COFF/
Dvirtual-method-kinds.ll9 ; virtual void f(); // IntroducingVirtual
56 ; CHECK-NEXT: MethodKind: IntroducingVirtual (0x4)
Dvftables.ll52 ; 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/llvm-project/llvm/tools/llvm-pdbutil/
DMinimalTypeDumper.cpp157 RETURN_CASE(MethodKind, IntroducingVirtual, "intro virtual"); in methodKind()
/external/llvm-project/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp308 IO.enumCase(Kind, "IntroducingVirtual", MethodKind::IntroducingVirtual); in enumeration()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp308 IO.enumCase(Kind, "IntroducingVirtual", MethodKind::IntroducingVirtual); in enumeration()
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1366 return Introduced ? MethodKind::IntroducingVirtual : MethodKind::Virtual; in translateMethodKindFlags()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1995 return Introduced ? MethodKind::IntroducingVirtual : MethodKind::Virtual; in translateMethodKindFlags()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1974 return Introduced ? MethodKind::IntroducingVirtual : MethodKind::Virtual; in translateMethodKindFlags()