Searched refs:IntroducingVirtual (Results 1 – 16 of 16) sorted by relevance
/external/llvm/lib/DebugInfo/CodeView/ |
D | MethodListRecordBuilder.cpp | 32 case MethodKind::IntroducingVirtual: in writeMethod()
|
D | TypeDumper.cpp | 110 ENUM_ENTRY(MethodKind, IntroducingVirtual),
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/CodeView/ |
D | TypeIndexDiscoveryTest.cpp | 221 {T1, MemberAccess::Public, MethodKind::IntroducingVirtual, 254 MethodKind::IntroducingVirtual,
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 262 IntroducingVirtual = 0x04, enumerator
|
D | TypeRecord.h | 67 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/ |
D | CodeView.h | 271 IntroducingVirtual = 0x04, enumerator
|
D | TypeRecord.h | 95 return MP == MethodKind::IntroducingVirtual || in isIntroducedVirtual() 712 return getMethodKind() == MethodKind::IntroducingVirtual || in isIntroducingVirtual()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/ |
D | TypeIndexDiscovery.cpp | 25 return MK == MethodKind::IntroducingVirtual || in isIntroVirtual()
|
D | TypeDumpVisitor.cpp | 65 ENUM_ENTRY(MethodKind, IntroducingVirtual),
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/COFF/ |
D | virtual-method-kinds.ll | 8 ; virtual void f(); // IntroducingVirtual 55 ; CHECK-NEXT: MethodKind: IntroducingVirtual (0x4)
|
D | vftables.ll | 51 ; CHECK-NEXT: MethodKind: IntroducingVirtual (0x4)
|
/external/llvm/test/DebugInfo/COFF/ |
D | virtual-method-kinds.ll | 8 ; virtual void f(); // IntroducingVirtual 50 ; CHECK-NEXT: MethodKind: IntroducingVirtual (0x4)
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
D | MinimalTypeDumper.cpp | 133 RETURN_CASE(MethodKind, IntroducingVirtual, "intro virtual"); in methodKind()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLTypes.cpp | 309 IO.enumCase(Kind, "IntroducingVirtual", MethodKind::IntroducingVirtual); in enumeration()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 1366 return Introduced ? MethodKind::IntroducingVirtual : MethodKind::Virtual; in translateMethodKindFlags()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 1791 return Introduced ? MethodKind::IntroducingVirtual : MethodKind::Virtual; in translateMethodKindFlags()
|