Home
last modified time | relevance | path

Searched refs:ELFv1 (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dppc64-elf-abi.ll1 …fy-machineinstrs -mtriple=powerpc64-unknown-linux-gnu < %s | FileCheck %s -check-prefix=CHECK-ELFv1
2 …mtriple=powerpc64-unknown-linux-gnu -target-abi elfv1 < %s | FileCheck %s -check-prefix=CHECK-ELFv1
5 …riple=powerpc64le-unknown-linux-gnu -target-abi elfv1 < %s | FileCheck %s -check-prefix=CHECK-ELFv1
8 …rify-machineinstrs -mtriple=powerpc64-unknown-freebsd < %s | FileCheck %s -check-prefix=CHECK-ELFv1
9 … -mtriple=powerpc64-unknown-freebsd -target-abi elfv1 < %s | FileCheck %s -check-prefix=CHECK-ELFv1
13 ; CHECK-ELFv1-NOT: .abiversion 2
H A Dstacksize.ll3 ; For ELFv1 ABI, we always need to allocate the parameter area.
9 ; Tests for ELFv1 ABI
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DTargetInfo.cpp4991 ELFv1 = 0, enumerator
11653 PPC64_SVR4_ABIInfo::ABIKind Kind = PPC64_SVR4_ABIInfo::ELFv1; in getTargetCodeGenInfo()
11666 Kind = PPC64_SVR4_ABIInfo::ELFv1; in getTargetCodeGenInfo()