Home
last modified time | relevance | path

Searched full:vendor (Results 1 – 25 of 379) sorted by relevance

12345678910>>...16

/llvm-project/clang/test/OpenMP/
H A Ddeclare_variant_ast_print.cpp22 // CHECK-NEXT: #pragma omp declare variant(foofoo<int>) match(implementation={vendor(score(5): ibm)…
23 // CHECK-NEXT: #pragma omp declare variant(foofoo<int>) match(implementation={vendor(unknown)})
24 // CHECK-NEXT: #pragma omp declare variant(foofoo<int>) match(implementation={vendor(score(0): llvm…
28 #pragma omp declare variant(foofoo <int>) match(implementation = {vendor(score(0): "llvm"), xxx}, d…
29 #pragma omp declare variant(foofoo <int>) match(implementation = {vendor("unknown")})
30 #pragma omp declare variant(foofoo <int>) match(implementation = {vendor(score(5): ibm)}, device = …
35 // CHECK: #pragma omp declare variant(foofoo<T>) match(implementation={vendor(score(C + 5): ib…
36 // CHECK-NEXT: #pragma omp declare variant(foofoo<T>) match(implementation={vendor(unknown)})
37 // CHECK-NEXT: #pragma omp declare variant(foofoo<T>) match(implementation={vendor(llvm)}, device={…
47 #pragma omp declare variant(foofoo <T>) match(implementation = {vendor(llvm)}, device = {kind(cpu)})
[all …]
H A Ddeclare_variant_mixed_codegen.cpp38 #pragma omp declare variant(foo) match(implementation = {vendor(llvm)}, device={kind(cpu)})
42 #pragma omp declare variant(bazzz) match(implementation = {vendor(llvm)}, device={kind(host)})
46 #pragma omp declare variant(test) match(implementation = {vendor(llvm)}, device={kind(cpu)})
51 #pragma omp declare variant(stat_unused_) match(implementation = {vendor(llvm)}, device={kind(cpu)})
52 #pragma omp declare variant(stat_unused_no_emit) match(implementation = {vendor(unknown)}, device =…
56 #pragma omp declare variant(stat_used_) match(implementation = {vendor(llvm)}, device={kind(host)})
72 match(implementation = {vendor(llvm)}, device={kind(cpu)})
75 match(implementation = {vendor(llvm)}, device={kind(host)})
88 match(implementation = {vendor(llvm)}, device={kind(cpu)})
91 match(implementation = {vendor(llvm)}, device={kind(host)})
[all …]
H A Ddeclare_variant_implementation_vendor_codegen.cpp27 #pragma omp declare variant(foo) match(implementation = {vendor(llvm)})
31 #pragma omp declare variant(bazzz) match(implementation = {vendor(llvm)})
35 #pragma omp declare variant(test) match(implementation = {vendor(llvm)})
39 #pragma omp declare variant(stat_unused_) match(implementation = {vendor(llvm)})
43 #pragma omp declare variant(stat_used_) match(implementation = {vendor(llvm)})
59 match(implementation = {vendor(llvm)})
62 match(implementation = {vendor(llvm)})
75 match(implementation = {vendor(llvm)})
78 match(implementation = {vendor(llvm)})
93 #pragma omp declare variant(prio) match(implementation = {vendor(llvm)})
[all …]
H A Ddeclare_variant_messages.cpp26 …mentation"; '}' assumed}} expected-note {{context selector options are: 'vendor' 'extension' 'unif…
27 …mentation"; '}' assumed}} expected-note {{context selector options are: 'vendor' 'extension' 'unif…
28 …mentation"; '}' assumed}} expected-note {{context selector options are: 'vendor' 'extension' 'unif…
29 …tion'; selector ignored}} expected-note {{context selector options are: 'vendor' 'extension' 'unif…
30 …mentation"; '}' assumed}} expected-note {{context selector options are: 'vendor' 'extension' 'unif…
31 …ector; selector skipped}} expected-note {{context selector options are: 'vendor' 'extension' 'unif…
32vendor' 'extension' 'unified_address' 'unified_shared_memory' 'reverse_offload' 'dynamic_allocator…
33 …tion'; selector ignored}} expected-note {{context selector options are: 'vendor' 'extension' 'unif…
34 …tion'; selector ignored}} expected-note {{context selector options are: 'vendor' 'extension' 'unif…
35 …tion'; selector ignored}} expected-note {{context selector options are: 'vendor' 'extension' 'unif…
[all …]
H A Dnvptx_declare_variant_implementation_vendor_codegen.cpp35 #pragma omp declare variant(foo) match(implementation = {vendor(llvm)})
38 #pragma omp declare variant(bazzz) match(implementation = {vendor(llvm)})
41 #pragma omp declare variant(test) match(implementation = {vendor(llvm)})
44 #pragma omp declare variant(stat_unused_) match(implementation = {vendor(llvm)})
47 #pragma omp declare variant(stat_used_) match(implementation = {vendor(llvm)})
73 match(implementation = {vendor(llvm)})
76 match(implementation = {vendor(llvm)})
89 match(implementation = {vendor(llvm)})
92 match(implementation = {vendor(llvm)})
117 #pragma omp declare variant(prio) match(implementation = {vendor(llvm)})
[all …]
H A Ddeclare_variant_messages.c30 …tion'; selector ignored}} expected-note {{context selector options are: 'vendor' 'extension' 'unif…
31 …omp declare variant(foo) match(implementation={vendor}) // expected-warning {{the context selector…
32 #pragma omp declare variant(foo) match(implementation={vendor(}) // expected-error {{expected ')'}}…
33 #pragma omp declare variant(foo) match(implementation={vendor()}) // expected-warning {{expected id…
34 #pragma omp declare variant(foo) match(implementation={vendor(score ibm)}) // expected-error {{expe…
35 #pragma omp declare variant(foo) match(implementation={vendor(score( ibm)}) // expected-error {{use…
36 #pragma omp declare variant(foo) match(implementation={vendor(score(2 ibm)}) // expected-error {{ex…
37 #pragma omp declare variant(foo) match(implementation={vendor(score(foo()) ibm)}) // expected-warni…
38vendor(score(5): ibm), vendor(llvm)}) // expected-warning {{the context selector 'vendor' was used…
39 #pragma omp declare variant(foo) match(implementation={vendor(score(5): ibm), kind(cpu)}) // expect…
[all …]
H A Dbegin_declare_variant_messages.c57 …tion'; selector ignored}} expected-note {{context selector options are: 'vendor' 'extension' 'unif…
59 …mp begin declare variant match(implementation={vendor}) // expected-warning {{the context selector…
61 #pragma omp begin declare variant match(implementation={vendor(}) // expected-error {{expected ')'}…
63 #pragma omp begin declare variant match(implementation={vendor()}) // expected-warning {{expected i…
65 #pragma omp begin declare variant match(implementation={vendor(score ibm)}) // expected-error {{exp…
67 #pragma omp begin declare variant match(implementation={vendor(score( ibm)}) // expected-error {{us…
69 #pragma omp begin declare variant match(implementation={vendor(score(2 ibm)}) // expected-error {{e…
71 #pragma omp begin declare variant match(implementation={vendor(score(foo()) ibm)}) // expected-warn…
73vendor(score(5): ibm), vendor(llvm)}) // expected-warning {{the context selector 'vendor' was used…
75 #pragma omp begin declare variant match(implementation={vendor(score(5): ibm), kind(cpu)}) // expec…
[all …]
H A Ddeclare_variant_ast_print.c17 #pragma omp declare variant(foo) match(implementation={vendor(score(0):llvm)}, device={kind(fpga)})
18 #pragma omp declare variant(foo) match(implementation={vendor(llvm), xxx})
19 #pragma omp declare variant(foo) match(implementation={vendor(unknown)}, device={kind(gpu)})
20 #pragma omp declare variant(foo) match(implementation={vendor(score(5): ibm, xxx, ibm)}, device={ki…
34 // CHECK-NEXT: #pragma omp declare variant(foo) match(implementation={vendor(score(5): ibm)}, devic…
35 // CHECK-NEXT: #pragma omp declare variant(foo) match(implementation={vendor(unknown)}, device={kin…
36 // CHECK-NEXT: #pragma omp declare variant(foo) match(implementation={vendor(llvm)})
37 // CHECK-NEXT: #pragma omp declare variant(foo) match(implementation={vendor(score(0): llvm)}, devi…
/llvm-project/libc/src/math/nvptx/
H A DCMakeLists.txt2 # for GPU workloads are provided as wrappers over vendor libraries. If we find
11 "to the vendor libraries will be resolved statically.")
17 "functions will be an external reference to the vendor libraries.")
301 VENDOR
313 VENDOR
325 VENDOR
337 VENDOR
349 VENDOR
361 VENDOR
373 VENDOR
[all...]
/llvm-project/libc/src/math/amdgpu/
H A DCMakeLists.txt2 # for GPU workloads are provided as wrappers over vendor libraries. If we find
10 "to the vendor libraries will be resolved statically.")
16 "functions will be an external reference to the vendor libraries.")
357 VENDOR
372 VENDOR
384 VENDOR
396 VENDOR
408 VENDOR
420 VENDOR
432 VENDOR
[all...]
/llvm-project/lldb/packages/Python/lldbsuite/test/builders/
H A Ddarwin.py36 # Construct the vendor component.
37 vendor = "apple"
54 return vendor, os, version, env
57 def get_triple_str(arch, vendor, os, version, env): argument
58 if None in [arch, vendor, os, version, env]:
61 component = [arch, vendor, os + version]
69 vendor, os, version, env = get_triple()
70 return get_triple_str(arch, vendor, os, version, env)
110 vendor, os, version, env = get_triple()
111 triple = get_triple_str(arch, vendor, os, version, env)
/llvm-project/llvm/lib/BinaryFormat/
H A DDwarf.cpp25 #define HANDLE_DW_TAG(ID, NAME, VERSION, VENDOR, KIND) \ in TagString() argument
34 #define HANDLE_DW_TAG(ID, NAME, VERSION, VENDOR, KIND) \ in getTag() argument
44 #define HANDLE_DW_TAG(ID, NAME, VERSION, VENDOR, KIND) \ in TagVersion() argument
55 #define HANDLE_DW_TAG(ID, NAME, VERSION, VENDOR, KIND) \ in TagVendor() argument
57 return DWARF_VENDOR_##VENDOR; in TagVendor()
76 #define HANDLE_DW_AT(ID, NAME, VERSION, VENDOR) \ in AttributeString() argument
87 #define HANDLE_DW_AT(ID, NAME, VERSION, VENDOR) \ in AttributeVersion() argument
98 #define HANDLE_DW_AT(ID, NAME, VERSION, VENDOR) \ in AttributeVendor() argument
100 return DWARF_VENDOR_##VENDOR; in AttributeVendor()
109 #define HANDLE_DW_FORM(ID, NAME, VERSION, VENDOR) \ in FormEncodingString() argument
[all …]
/llvm-project/clang/test/AST/
H A Dast-dump-openmp-begin-declare-variant_11.c12 #pragma omp begin declare variant match(implementation = {vendor(llvm)})
52 …MPDeclareVariantAttr [[ADDR_2:0x[a-z0-9]*]] <<invalid sloc>> Implicit implementation={vendor(llvm)}
53 …t ({{.*}})' Function [[ADDR_4:0x[a-z0-9]*]] 'also_after1[implementation={vendor(llvm)}]' 'int ({{.…
54 …ecl [[ADDR_4]] <col:15, line:15:1> line:9:15 also_after1[implementation={vendor(llvm)}] 'int ({{.*…
60 …PDeclareVariantAttr [[ADDR_10:0x[a-z0-9]*]] <<invalid sloc>> Implicit implementation={vendor(llvm)}
61 … ({{.*}})' Function [[ADDR_12:0x[a-z0-9]*]] 'also_after2[implementation={vendor(llvm)}]' 'int ({{.…
62 …ecl [[ADDR_12]] <col:1, line:18:1> line:16:1 also_after2[implementation={vendor(llvm)}] 'int ({{.*…
68 …PDeclareVariantAttr [[ADDR_18:0x[a-z0-9]*]] <<invalid sloc>> Implicit implementation={vendor(llvm)}
69 … ({{.*}})' Function [[ADDR_20:0x[a-z0-9]*]] 'also_after3[implementation={vendor(llvm)}]' 'int ({{.…
70 …ecl [[ADDR_20]] <col:1, line:21:1> line:19:1 also_after3[implementation={vendor(llvm)}] 'int ({{.*…
[all …]
H A Dast-dump-openmp-begin-declare-variant_7.c7 #pragma omp begin declare variant match(implementation={vendor(intel)})
38 …PDeclareVariantAttr [[ADDR_1:0x[a-z0-9]*]] <<invalid sloc>> Implicit implementation={vendor(intel)}
39 …:1> 'int ({{.*}})' Function [[ADDR_3:0x[a-z0-9]*]] 'OK_1[implementation={vendor(intel)}]' 'int ({{…
40 // CHECK-NEXT: |-FunctionDecl [[ADDR_3]] <col:1, line:10:1> line:8:1 OK_1[implementation={vendor(in…
45 …PDeclareVariantAttr [[ADDR_8:0x[a-z0-9]*]] <<invalid sloc>> Implicit implementation={vendor(intel)}
46 …1> 'int ({{.*}})' Function [[ADDR_10:0x[a-z0-9]*]] 'OK_2[implementation={vendor(intel)}]' 'int ({{…
47 // CHECK-NEXT: |-FunctionDecl [[ADDR_10]] <col:1, line:13:1> line:11:1 OK_2[implementation={vendor(…
52 …DeclareVariantAttr [[ADDR_15:0x[a-z0-9]*]] <<invalid sloc>> Implicit implementation={vendor(intel)}
53 … 'int ({{.*}})' Function [[ADDR_17:0x[a-z0-9]*]] 'not_OK[implementation={vendor(intel)}]' 'int ({{…
54 …tionDecl [[ADDR_17]] <col:1, line:16:1> line:14:1 not_OK[implementation={vendor(intel)}] 'int ({{.…
[all …]
H A Dast-dump-openmp-begin-declare-variant_10.c24 #pragma omp begin declare variant match(implementation = {vendor(llvm)})
53 …MPDeclareVariantAttr [[ADDR_4:0x[a-z0-9]*]] <<invalid sloc>> Implicit implementation={vendor(llvm)}
54 … ({{.*}})' Function [[ADDR_6:0x[a-z0-9]*]] 'also_before1[implementation={vendor(llvm)}]' 'int ({{.…
59 …PDeclareVariantAttr [[ADDR_11:0x[a-z0-9]*]] <<invalid sloc>> Implicit implementation={vendor(llvm)}
60 …({{.*}})' Function [[ADDR_13:0x[a-z0-9]*]] 'also_before2[implementation={vendor(llvm)}]' 'int ({{.…
65 …PDeclareVariantAttr [[ADDR_18:0x[a-z0-9]*]] <<invalid sloc>> Implicit implementation={vendor(llvm)}
66 …({{.*}})' Function [[ADDR_20:0x[a-z0-9]*]] 'also_before3[implementation={vendor(llvm)}]' 'int ({{.…
71 …PDeclareVariantAttr [[ADDR_25:0x[a-z0-9]*]] <<invalid sloc>> Implicit implementation={vendor(llvm)}
72 …({{.*}})' Function [[ADDR_27:0x[a-z0-9]*]] 'also_before4[implementation={vendor(llvm)}]' 'int ({{.…
73 …[[ADDR_6]] <line:8:15, line:27:1> line:8:15 also_before1[implementation={vendor(llvm)}] 'int ({{.*…
[all …]
H A Dast-dump-openmp-begin-declare-variant_8.c11 #pragma omp begin declare variant match(implementation={vendor(score(0):llvm)})
16 #pragma omp begin declare variant match(implementation={vendor(score(100):llvm)})
33 // - we do see the ast nodes for the llvm vendor
39 …iantAttr [[ADDR_4:0x[a-z0-9]*]] <<invalid sloc>> Implicit implementation={vendor(score(100): llvm)}
40 …t ({{.*}})' Function [[ADDR_6:0x[a-z0-9]*]] 'also_before[implementation={vendor(llvm)}]' 'int ({{.…
46 …riantAttr [[ADDR_11:0x[a-z0-9]*]] <<invalid sloc>> Implicit implementation={vendor(score(0): llvm)}
47 …t ({{.*}})' Function [[ADDR_13:0x[a-z0-9]*]] 'also_after[implementation={vendor(llvm)}]' 'int ({{.…
48 …Decl [[ADDR_13]] <col:1, line:14:1> line:12:1 also_after[implementation={vendor(llvm)}] 'int ({{.*…
52 … [[ADDR_6]] <line:17:1, line:19:1> line:17:1 also_before[implementation={vendor(llvm)}] 'int ({{.*…
60 …[[ADDR_24:0x[a-z0-9]*]] <<invalid sloc>> Inherited Implicit implementation={vendor(score(0): llvm)}
[all …]
H A Dast-dump-openmp-begin-declare-variant_3.c11 #pragma omp begin declare variant match(implementation={vendor(score(0):llvm)})
16 #pragma omp begin declare variant match(implementation={vendor(score(100):llvm)})
33 // - we do see the ast nodes for the llvm vendor
39 …iantAttr [[ADDR_4:0x[a-z0-9]*]] <<invalid sloc>> Implicit implementation={vendor(score(100): llvm)}
40 …t ({{.*}})' Function [[ADDR_6:0x[a-z0-9]*]] 'also_before[implementation={vendor(llvm)}]' 'int ({{.…
46 …riantAttr [[ADDR_11:0x[a-z0-9]*]] <<invalid sloc>> Implicit implementation={vendor(score(0): llvm)}
47 …t ({{.*}})' Function [[ADDR_13:0x[a-z0-9]*]] 'also_after[implementation={vendor(llvm)}]' 'int ({{.…
48 …Decl [[ADDR_13]] <col:1, line:14:1> line:12:1 also_after[implementation={vendor(llvm)}] 'int ({{.*…
52 … [[ADDR_6]] <line:17:1, line:19:1> line:17:1 also_before[implementation={vendor(llvm)}] 'int ({{.*…
60 …[[ADDR_24:0x[a-z0-9]*]] <<invalid sloc>> Inherited Implicit implementation={vendor(score(0): llvm)}
[all …]
H A Dast-dump-openmp-begin-declare-variant_2.c11 #pragma omp begin declare variant match(implementation={vendor(score(100):llvm)})
16 #pragma omp begin declare variant match(implementation={vendor(score(0):llvm)})
33 // - we do see the ast nodes for the llvm vendor
39 …ariantAttr [[ADDR_4:0x[a-z0-9]*]] <<invalid sloc>> Implicit implementation={vendor(score(0): llvm)}
40 …t ({{.*}})' Function [[ADDR_6:0x[a-z0-9]*]] 'also_before[implementation={vendor(llvm)}]' 'int ({{.…
46 …antAttr [[ADDR_11:0x[a-z0-9]*]] <<invalid sloc>> Implicit implementation={vendor(score(100): llvm)}
47 …t ({{.*}})' Function [[ADDR_13:0x[a-z0-9]*]] 'also_after[implementation={vendor(llvm)}]' 'int ({{.…
48 …Decl [[ADDR_13]] <col:1, line:14:1> line:12:1 also_after[implementation={vendor(llvm)}] 'int ({{.*…
52 … [[ADDR_6]] <line:17:1, line:19:1> line:17:1 also_before[implementation={vendor(llvm)}] 'int ({{.*…
60 …ADDR_24:0x[a-z0-9]*]] <<invalid sloc>> Inherited Implicit implementation={vendor(score(100): llvm)}
[all …]
H A Dast-dump-openmp-begin-declare-variant_5.c9 #pragma omp begin declare variant match(implementation={vendor(llvm)})
38 …MPDeclareVariantAttr [[ADDR_4:0x[a-z0-9]*]] <<invalid sloc>> Implicit implementation={vendor(llvm)}
39 …t ({{.*}})' Function [[ADDR_6:0x[a-z0-9]*]] 'also_before[implementation={vendor(llvm)}]' 'int ({{.…
41 …MPDeclareVariantAttr [[ADDR_8:0x[a-z0-9]*]] <<invalid sloc>> Implicit implementation={vendor(llvm)}
42 …t ({{.*}})' Function [[ADDR_10:0x[a-z0-9]*]] 'also_after[implementation={vendor(llvm)}]' 'int ({{.…
43 …Decl [[ADDR_10]] <col:1, line:12:1> line:10:1 also_after[implementation={vendor(llvm)}] 'int ({{.*…
47 … [[ADDR_6]] <line:13:1, line:15:1> line:13:1 also_before[implementation={vendor(llvm)}] 'int ({{.*…
55 …riantAttr [[ADDR_21:0x[a-z0-9]*]] <<invalid sloc>> Inherited Implicit implementation={vendor(llvm)}
56 …ne:10:1> 'int ({{.*}})' Function [[ADDR_10]] 'also_after[implementation={vendor(llvm)}]' 'int ({{.…
70 … <col:1> 'int ({{.*}})' Function [[ADDR_10]] 'also_after[implementation={vendor(llvm)}]' 'int ({{.…
[all …]
H A Dast-dump-openmp-begin-declare-variant_12.c32 #pragma omp begin declare variant match(implementation = {vendor(llvm)})
67 …MPDeclareVariantAttr [[ADDR_5:0x[a-z0-9]*]] <<invalid sloc>> Implicit implementation={vendor(llvm)}
68 …t ({{.*}})' Function [[ADDR_7:0x[a-z0-9]*]] 'also_before[implementation={vendor(llvm)}]' 'int ({{.…
75 …PDeclareVariantAttr [[ADDR_14:0x[a-z0-9]*]] <<invalid sloc>> Implicit implementation={vendor(llvm)}
76 …int (int)' Function [[ADDR_16:0x[a-z0-9]*]] 'also_before[implementation={vendor(llvm)}]' 'int (int…
89 …PDeclareVariantAttr [[ADDR_29:0x[a-z0-9]*]] <<invalid sloc>> Implicit implementation={vendor(llvm)}
90 … (double)' Function [[ADDR_31:0x[a-z0-9]*]] 'also_before[implementation={vendor(llvm)}]' 'int (dou…
97 …PDeclareVariantAttr [[ADDR_38:0x[a-z0-9]*]] <<invalid sloc>> Implicit implementation={vendor(llvm)}
98 …nt (long)' Function [[ADDR_40:0x[a-z0-9]*]] 'also_before[implementation={vendor(llvm)}]' 'int (lon…
99 …ecl [[ADDR_7]] <col:22, line:36:1> line:8:22 also_before[implementation={vendor(llvm)}] 'int ({{.*…
[all …]
H A Dast-dump-openmp-begin-declare-variant_template_1.cpp9 #pragma omp begin declare variant match(implementation={vendor(score(100):llvm)})
20 #pragma omp begin declare variant match(implementation={vendor(score(0):llvm)})
59 …ariantAttr [[ADDR_4:0x[a-z0-9]*]] <<invalid sloc>> Implicit implementation={vendor(score(0): llvm)}
60 …t ({{.*}})' Function [[ADDR_6:0x[a-z0-9]*]] 'also_before[implementation={vendor(llvm)}]' 'int ({{.…
62 …iantAttr [[ADDR_8:0x[a-z0-9]*]] <<invalid sloc>> Implicit implementation={vendor(score(100): llvm)}
63 …t ({{.*}})' Function [[ADDR_10:0x[a-z0-9]*]] 'also_after[implementation={vendor(llvm)}]' 'int ({{.…
64 …Decl [[ADDR_10]] <col:1, line:12:1> line:10:1 also_after[implementation={vendor(llvm)}] 'int ({{.*…
70 …antAttr [[ADDR_16:0x[a-z0-9]*]] <<invalid sloc>> Implicit implementation={vendor(score(100): llvm)}
71 …'int (int)' Function [[ADDR_18:0x[a-z0-9]*]] 'also_after[implementation={vendor(llvm)}]' 'int (int…
72 …Decl [[ADDR_18]] <col:1, line:15:1> line:13:1 also_after[implementation={vendor(llvm)}] 'int (int)'
[all …]
H A Dast-dump-openmp-begin-declare-variant_6.c9 #pragma omp begin declare variant match(implementation={vendor(ibm)})
35 …OMPDeclareVariantAttr [[ADDR_4:0x[a-z0-9]*]] <<invalid sloc>> Implicit implementation={vendor(ibm)}
36 …t ({{.*}})' Function [[ADDR_6:0x[a-z0-9]*]] 'also_before[implementation={vendor(ibm)}]' 'int ({{.*…
38 …OMPDeclareVariantAttr [[ADDR_8:0x[a-z0-9]*]] <<invalid sloc>> Implicit implementation={vendor(ibm)}
39 …t ({{.*}})' Function [[ADDR_10:0x[a-z0-9]*]] 'also_after[implementation={vendor(ibm)}]' 'int ({{.*…
40 …Decl [[ADDR_10]] <col:1, line:12:1> line:10:1 also_after[implementation={vendor(ibm)}] 'int ({{.*}…
44 … [[ADDR_6]] <line:13:1, line:15:1> line:13:1 also_before[implementation={vendor(ibm)}] 'int ({{.*}…
52 …ariantAttr [[ADDR_21:0x[a-z0-9]*]] <<invalid sloc>> Inherited Implicit implementation={vendor(ibm)}
53 …ne:10:1> 'int ({{.*}})' Function [[ADDR_10]] 'also_after[implementation={vendor(ibm)}]' 'int ({{.*…
/llvm-project/llvm/include/llvm/Support/
H A DELFAttributeParser.h25 StringRef vendor; variable
54 ELFAttributeParser(ScopedPrinter *sw, TagNameMap tagNameMap, StringRef vendor) in ELFAttributeParser() argument
55 : vendor(vendor), sw(sw), tagToStringMap(tagNameMap) {} in ELFAttributeParser()
57 ELFAttributeParser(TagNameMap tagNameMap, StringRef vendor) in ELFAttributeParser() argument
58 : vendor(vendor), sw(nullptr), tagToStringMap(tagNameMap) {} in ELFAttributeParser()
/llvm-project/lld/test/ELF/
H A Darm-tag-vfp-args-errs.s10 // RUN: llvm-mc -filetype=obj -triple=armv7a-none-linux-gnueabi %t/vendor.s -o %t/vendor.o
12 // RUN: not ld.lld %t/main.o %t/base.o %t/vendor.o -o%t/a.out 2>&1 | FileCheck %s
40 //--- vendor.s
50 // Subsection with a name that won't be recognised as a known vendor
53 .asciz "ShouldBeIgnored" // vendor name
54 .dcb.b 64, 0xff // dummy vendor section contents
61 .asciz "aeabi" // vendor name indicating the standard subsection
H A Driscv-attributes.s118 # CHECK-NEXT: Vendor: riscv
141 # CHECK2-NEXT: Vendor: riscv
180 # CHECK3-NEXT: Vendor: riscv
216 # UNRECOGNIZED_EXT1-NEXT: Vendor: riscv
231 .asciz "riscv" # vendor
244 # UNRECOGNIZED_EXT2-NEXT: Vendor: riscv
259 .asciz "riscv" # vendor
272 # UNRECOGNIZED_VERSION-NEXT: Vendor: riscv
287 .asciz "riscv" # vendor
299 .asciz "riscv" # vendor
[all...]

12345678910>>...16