Lines Matching refs:WL
4 ; RUN: FileCheck %s -check-prefix=WL -check-prefix=CHECK <%t2
20 ; The WL prefix means weak (the other file) first, then linkonce (this file).
31 ; WL: define weak i32 @foo({{.*}} !dbg ![[WEAKFOOSP:[0-9]+]]
32 ; WL: %sum = call i32 @fastadd(i32 %a, i32 %b), !dbg ![[FOOCALL:[0-9]+]]
33 ; WL: ret i32 %sum, !dbg ![[FOORET:[0-9]+]]
34 ; WL: define i32 @bar({{.*}} !dbg ![[BARSP:[0-9]+]]
35 ; WL: %sum = add i32 %a, %b, !dbg ![[FOOINBAR:[0-9]+]]
36 ; WL: ret i32 %sum, !dbg ![[BARRET:[0-9]+]]
56 ; WL-SAME: !{![[WCU:[0-9]+]], ![[LCU:[0-9]+]]}
71 ; WL: ![[WCU]] = distinct !DICompileUnit(
72 ; WL: ![[LCU]] = distinct !DICompileUnit(
73 ; WL: ![[WEAKFOOSP]] = distinct !DISubprogram(name: "foo",{{.*}} unit: ![[WCU]]
74 ; WL: ![[FOOCALL]] = !DILocation(line: 52, scope: ![[WEAKFOOSP]])
75 ; WL: ![[FOORET]] = !DILocation(line: 53, scope: ![[WEAKFOOSP]])
76 ; WL: ![[BARSP]] = distinct !DISubprogram(name: "bar",{{.*}} unit: ![[LCU]]
77 ; WL: ![[FOOINBAR]] = !DILocation(line: 2, scope: ![[FOOSP:.*]], inlinedAt: ![[BARIA:[0-9]+]])
78 ; WL: ![[FOOSP]] = distinct !DISubprogram(name: "foo",{{.*}} unit: ![[LCU]]
79 ; WL: ![[BARIA]] = !DILocation(line: 12, scope: ![[BARSP]])
80 ; WL: ![[BARRET]] = !DILocation(line: 13, scope: ![[BARSP]])