/llvm-project/llvm/unittests/DebugInfo/CodeView/ |
H A D | TypeIndexDiscoveryTest.cpp | 275 } OneMethod; variable 488 writeFieldList(OneMethod.R1, OneMethod.R2, OneMethod.R3, OneMethod.R4); in TEST_F() 489 checkTypeReferences(0, OneMethod.T1, OneMethod.T2, OneMethod.T3, in TEST_F() 490 OneMethod.T4); in TEST_F() 526 OneMethod.R1, OneMethod.R2, OneMethod.R3, OneMethod.R4, in TEST_F() 532 OneMethod.T1, OneMethod.T2, OneMethod.T3, OneMethod.T4, NestedType.Type, in TEST_F()
|
/llvm-project/llvm/test/DebugInfo/COFF/ |
H A D | types-non-virtual-methods.ll | 89 ; CHECK: OneMethod { 94 ; CHECK: OneMethod { 99 ; CHECK: OneMethod { 104 ; CHECK: OneMethod { 218 ; CHECK: OneMethod {
|
H A D | static-methods.ll | 52 ; CHECK: OneMethod { 59 ; CHECK-NEXT: OneMethod { 65 ; CHECK-NEXT: OneMethod {
|
H A D | virtual-method-kinds.ll | 23 ; CHECK: OneMethod { 30 ; CHECK-NEXT: OneMethod { 38 ; CHECK: OneMethod { 45 ; CHECK-NEXT: OneMethod { 53 ; CHECK: OneMethod { 61 ; CHECK-NEXT: OneMethod {
|
H A D | types-method-ref-qualifiers.ll | 184 ; CHECK: OneMethod { 196 ; CHECK: OneMethod { 202 ; CHECK: OneMethod {
|
H A D | function-options.ll | 103 ; CHECK: OneMethod { 139 ; CHECK: OneMethod { 176 ; CHECK: OneMethod { 257 ; CHECK: OneMethod { 263 ; CHECK: OneMethod { 316 ; CHECK: OneMethod { 367 ; CHECK: OneMethod {
|
H A D | global-type-hashes.ll | 245 ; YAML: OneMethod: 251 ; YAML: OneMethod:
|
H A D | lambda.ll | 29 ; CHECK-NEXT: OneMethod {
|
H A D | types-calling-conv.ll | 62 ; CHECK: OneMethod {
|
H A D | virtual-methods.ll | 67 ; CHECK: OneMethod { 91 ; CHECK: OneMethod {
|
/llvm-project/llvm/test/tools/llvm-readobj/COFF/ |
H A D | codeview-types.test | 39 // CHECK-DAG: {{^ *OneMethod {$}}
|
/llvm-project/lld/test/COFF/ |
H A D | pdb-thunk.yaml | 507 OneMethod: 681 OneMethod: 855 OneMethod: 1793 OneMethod: 1888 OneMethod:
|
H A D | pdb-heapsite.yaml | 1118 OneMethod: 1213 OneMethod:
|
/llvm-project/lld/test/COFF/Inputs/ |
H A D | pdb-type-server-guid-collision-a-pdb.yaml | 765 OneMethod: 850 OneMethod:
|
H A D | pdb-type-server-guid-collision-b-pdb.yaml | 793 OneMethod: 878 OneMethod:
|
H A D | pdb-hashes-2-missing.yaml | 215 OneMethod:
|
H A D | pdb-hashes-2.yaml | 215 OneMethod:
|
H A D | pdb-file-statics-b.yaml | 948 OneMethod: 1043 OneMethod:
|
H A D | pdb-hashes-1.yaml | 281 OneMethod:
|
H A D | pdb-file-statics-a.yaml | 973 OneMethod: 1068 OneMethod:
|
/llvm-project/llvm/test/DebugInfo/PDB/Inputs/ |
H A D | every-type.yaml | 162 OneMethod:
|
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | CodeViewTypes.def | 73 MEMBER_RECORD(LF_ONEMETHOD, 0x1511, OneMethod)
|
H A D | TypeRecord.h | 725 : TypeRecord(TypeRecordKind::OneMethod), Type(Type), Attrs(Attrs), in OneMethodRecord() 729 : TypeRecord(TypeRecordKind::OneMethod), Type(Type), in OneMethodRecord()
|
/llvm-project/llvm/test/DebugInfo/PDB/ |
H A D | pdbdump-yaml-types.test | 897 YAML: OneMethod: 982 YAML: OneMethod:
|
/llvm-project/lldb/test/Shell/SymbolFile/NativePDB/Inputs/ |
H A D | inline_sites.s | 433 .short 0x1511 # Member kind: OneMethod ( LF_ONEMETHOD ) 496 .short 0x1511 # Member kind: OneMethod ( LF_ONEMETHOD )
|