Lines Matching refs:LW
2 ; RUN: FileCheck %s -check-prefix=LW -check-prefix=CHECK <%t1
16 ; The LW prefix means linkonce (this file) first, then weak (the other file).
20 ; LW: define i32 @bar({{.*}} !dbg ![[BARSP:[0-9]+]]
21 ; LW: %sum = add i32 %a, %b, !dbg ![[FOOINBAR:[0-9]+]]
22 ; LW: ret i32 %sum, !dbg ![[BARRET:[0-9]+]]
23 ; LW: define weak i32 @foo({{.*}} !dbg ![[WEAKFOOSP:[0-9]+]]
24 ; LW: %sum = call i32 @fastadd(i32 %a, i32 %b), !dbg ![[FOOCALL:[0-9]+]]
25 ; LW: ret i32 %sum, !dbg ![[FOORET:[0-9]+]]
52 ; LW-SAME: !{![[LCU:[0-9]+]], ![[WCU:[0-9]+]]}
56 ; LW: ![[LCU]] = distinct !DICompileUnit(
57 ; LW: ![[WCU]] = distinct !DICompileUnit(
58 ; LW: ![[BARSP]] = distinct !DISubprogram(name: "bar",{{.*}} unit: ![[LCU]]
59 ; LW: ![[FOOINBAR]] = !DILocation(line: 2, scope: ![[FOOSP:.*]], inlinedAt: ![[BARIA:[0-9]+]])
60 ; LW: ![[FOOSP]] = distinct !DISubprogram(name: "foo",{{.*}} unit: ![[LCU]]
61 ; LW: ![[BARIA]] = !DILocation(line: 12, scope: ![[BARSP]])
62 ; LW: ![[BARRET]] = !DILocation(line: 13, scope: ![[BARSP]])
63 ; LW: ![[WEAKFOOSP]] = distinct !DISubprogram(name: "foo",{{.*}} unit: ![[WCU]]
64 ; LW: ![[FOOCALL]] = !DILocation(line: 52, scope: ![[WEAKFOOSP]])
65 ; LW: ![[FOORET]] = !DILocation(line: 53, scope: ![[WEAKFOOSP]])