Lines Matching refs:WL
4 ; RUN: FileCheck %s -check-prefix=WL -check-prefix=CHECK <%t2
19 ; The WL prefix means weak (the other file) first, then linkonce (this file).
30 ; WL-LABEL: define weak_odr i32 @foo(
31 ; WL: %sum = add i32 %a, %b, !dbg ![[FOOADD:[0-9]+]]
32 ; WL: ret i32 %sum, !dbg ![[FOORET:[0-9]+]]
33 ; WL-LABEL: define i32 @bar(
34 ; WL: %sum = add i32 %a, %b, !dbg ![[FOOINBAR:[0-9]+]]
35 ; WL: ret i32 %sum, !dbg ![[BARRET:[0-9]+]]
55 ; WL-SAME: !{![[WCU:[0-9]+]], ![[LCU:[0-9]+]]}
76 ; WL: ![[WCU]] = !MDCompileUnit({{.*}} subprograms: ![[WSPs:[0-9]+]]
77 ; WL: ![[WSPs]] = !{![[WEAKFOOSP:[0-9]+]]}
78 ; WL: ![[WEAKFOOSP]] = !MDSubprogram(name: "foo",
79 ; WL-SAME: function: i32 (i32, i32)* @foo
80 ; WL: ![[LCU]] = !MDCompileUnit({{.*}} subprograms: ![[LSPs:[0-9]+]]
82 ; WL: ![[LSPs]] = !{![[BARSP:[0-9]+]], ![[WEAKFOOSP:[0-9]+]]}
83 ; WL: ![[BARSP]] = !MDSubprogram(name: "bar",
84 ; WL-SAME: function: i32 (i32, i32)* @bar
85 ; WL: ![[FOOADD]] = !MDLocation(line: 2, scope: ![[WEAKFOOSP]])
86 ; WL: ![[FOORET]] = !MDLocation(line: 3, scope: ![[WEAKFOOSP]])
87 ; WL: ![[FOOINBAR]] = !MDLocation(line: 2, scope: ![[WEAKFOOSP]], inlinedAt: ![[BARIA:[0-9]+]])
88 ; WL: ![[BARIA]] = !MDLocation(line: 12, scope: ![[BARSP]])
89 ; WL: ![[BARRET]] = !MDLocation(line: 13, scope: ![[BARSP]])