Lines Matching refs:sections
1 ; RUN: llc -mtriple=mips-unknown-linux-gnu -function-sections < %s | FileCheck %s
2 ; RUN: llc -mtriple=mipsel-unknown-linux-gnu -function-sections < %s | FileCheck %s
3 ; RUN: llc -filetype=obj -o %t -mtriple=mips-unknown-linux-gnu -function-sections < %s
4 ; RUN: llvm-readobj --sections %t | FileCheck %s --check-prefix=CHECK-OBJ
5 ; RUN: llc -filetype=obj -o %t -mtriple=mipsel-unknown-linux-gnu -function-sections < %s
6 ; RUN: llvm-readobj --sections %t | FileCheck %s --check-prefix=CHECK-OBJ
7 ; RUN: llc -mtriple=mips64-unknown-linux-gnu -function-sections < %s | FileCheck %s
8 ; RUN: llc -mtriple=mips64el-unknown-linux-gnu -function-sections < %s | FileCheck %s
9 ; RUN: llc -filetype=obj -o %t -mtriple=mips64-unknown-linux-gnu -function-sections < %s
10 ; RUN: llvm-readobj --sections %t | FileCheck %s --check-prefix=CHECK-OBJ
11 ; RUN: llc -filetype=obj -o %t -mtriple=mips64el-unknown-linux-gnu -function-sections < %s
12 ; RUN: llvm-readobj --sections %t | FileCheck %s --check-prefix=CHECK-OBJ