1 ; RUN: llc -march=hexagon -mcpu=hexagonv5 -relocation-model=pic < %s | FileCheck %s
3 define private void @f1() {
7 define internal void @f2() {
11 define ptr @get_f1() {
12 ; CHECK: r0 = add(pc,##.Lf1@PCREL)
16 define ptr @get_f2() {
17 ; CHECK: r0 = add(pc,##f2@PCREL)