Home
last modified time | relevance | path

Searched full:abiversion (Results 1 – 25 of 143) sorted by relevance

123456

/llvm-project/llvm/test/tools/llvm-readobj/ELF/
H A Dfile-header-abi-version.test8 # ABIVER-ZERO-LLVM: ABIVersion: 0
16 # ABIVER-ANY-LLVM: ABIVersion: 52
24 # ABIVER-MAX-LLVM: ABIVersion: 255
32 ABIVersion: [[ABIVERSION]]
/llvm-project/lld/test/ELF/
H A Dmips-elf-abi.s14 # DSO: ABIVersion: 0
15 # EXE: ABIVersion: 1
16 # PIE: ABIVersion: 0
17 # REL: ABIVersion: 0
H A Demulation-x86.s20 # AMD64-NEXT: ABIVersion: 0
55 # X86-64-NEXT: ABIVersion: 0
89 # X32-NEXT: ABIVersion: 0
123 # X86-NEXT: ABIVersion: 0
157 # X86FBSD-NEXT: ABIVersion: 0
191 # IAMCU-NEXT: ABIVersion: 0
H A Dppc64-abi-version.s3 # RUN: echo '.abiversion 1' | llvm-mc -filetype=obj -triple=powerpc64le-unknown-linux - -o %t1.o
8 # RUN: echo '.abiversion 3' | llvm-mc -filetype=obj -triple=powerpc64le-unknown-linux - -o %t1.o
H A Damdgpu-abi-version.s7 # COV4: ABIVersion: 2
14 # COV5: ABIVersion: 3
H A Demulation-arm.s19 # ARM-NEXT: ABIVersion: 0
45 # ARMEB-NEXT: ABIVersion: 0
69 # ARMEB8-NEXT: ABIVersion: 0
H A Demulation-mips.s31 # MIPS-NEXT: ABIVersion: 1
74 # MIPSEL-NEXT: ABIVersion: 1
114 # MIPSN32-NEXT: ABIVersion: 1
157 # MIPSN32EL-NEXT: ABIVersion: 1
198 # MIPS64-NEXT: ABIVersion: 0
239 # MIPS64EL-NEXT: ABIVersion: 0
/llvm-project/llvm/test/tools/llvm-objcopy/ELF/
H A Dcopy-osabi.test5 ## Check that llvm-objcopy preserves the OSABI and ABIVersion fields.
7 # CHECK: ABIVersion: 1
14 ABIVersion: 1
/llvm-project/llvm/test/tools/yaml2obj/ELF/
H A Dabiversion.yaml7 # FROMYAML: ABIVersion: 5
8 # TOYAML: ABIVersion: 0x5
15 ABIVersion: 0x05
/llvm-project/llvm/test/CodeGen/AMDGPU/
H A Delf-header-osabi.ll22 ; HSA4: ABIVersion: 2
23 ; HSA5: ABIVersion: 3
24 ; HSA6: ABIVersion: 4
26 ; PAL: ABIVersion: 0
28 ; MESA3D: ABIVersion: 0
H A Dtid-one-func-xnack-not-supported.ll21 ; ELF4: ABIVersion: 2
22 ; ELF5: ABIVersion: 3
23 ; ELF6: ABIVersion: 4
H A Dtid-mul-func-xnack-any-on-2.ll21 ; ELF4: ABIVersion: 2
22 ; ELF5: ABIVersion: 3
23 ; ELF6: ABIVersion: 4
H A Dtid-mul-func-xnack-all-not-supported.ll21 ; ELF4: ABIVersion: 2
22 ; ELF5: ABIVersion: 3
23 ; ELF6: ABIVersion: 4
H A Dtid-mul-func-xnack-any-off-2.ll21 ; ELF4: ABIVersion: 2
22 ; ELF5: ABIVersion: 3
23 ; ELF6: ABIVersion: 4
H A Dtid-mul-func-xnack-any-off-1.ll21 ; ELF4: ABIVersion: 2
22 ; ELF5: ABIVersion: 3
23 ; ELF6: ABIVersion: 4
H A Dtid-one-func-xnack-off.ll21 ; ELF4: ABIVersion: 2
22 ; ELF5: ABIVersion: 3
23 ; ELF6: ABIVersion: 4
H A Dtid-mul-func-xnack-all-on.ll21 ; ELF4: ABIVersion: 2
22 ; ELF5: ABIVersion: 3
23 ; ELF6: ABIVersion: 4
H A Dtid-mul-func-xnack-all-off.ll21 ; ELF4: ABIVersion: 2
22 ; ELF5: ABIVersion: 3
23 ; ELF6: ABIVersion: 4
H A Dtid-one-func-xnack-on.ll21 ; ELF4: ABIVersion: 2
22 ; ELF5: ABIVersion: 3
23 ; ELF6: ABIVersion: 4
H A Dtid-mul-func-xnack-all-any.ll21 ; ELF4: ABIVersion: 2
22 ; ELF5: ABIVersion: 3
23 ; ELF6: ABIVersion: 4
H A Dtid-mul-func-xnack-any-on-1.ll21 ; ELF4: ABIVersion: 2
22 ; ELF5: ABIVersion: 3
23 ; ELF6: ABIVersion: 4
/llvm-project/clang/lib/Driver/ToolChains/
H A DROCm.h27 unsigned ABIVersion = 0; member
28 DeviceLibABIVersion(unsigned V) : ABIVersion(V) {} in DeviceLibABIVersion()
35 /// ABIVersion is code object version multiplied by 100. Code object v4
38 bool requiresLibrary() { return ABIVersion >= 500; } in requiresLibrary()
40 assert(ABIVersion % 100 == 0 && "Not supported"); in toString()
41 return Twine(ABIVersion / 100).str(); in toString()
261 auto Loc = ABIVersionMap.find(ABIVer.ABIVersion); in getABIVersionPath()
/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCTargetDesc.cpp269 void emitAbiVersion(int AbiVersion) override { in emitLocalEntry()
270 OS << "\t.abiversion " << AbiVersion << '\n'; in emitLocalEntry()
304 void emitAbiVersion(int AbiVersion) override { in emitAbiVersion()
308 Flags |= (AbiVersion & ELF::EF_PPC64_ABI); in emitLocalEntry()
323 // For GAS compatibility, unless we already saw a .abiversion directive, in emitLocalEntry()
407 void emitAbiVersion(int AbiVersion) override { in emitLocalEntry()
408 llvm_unreachable("Unknown pseudo-op: .abiversion"); in emitLocalEntry()
434 void emitAbiVersion(int AbiVersion) override { in emitLocalEntry()
265 emitAbiVersion(int AbiVersion) emitAbiVersion() argument
300 emitAbiVersion(int AbiVersion) emitAbiVersion() argument
403 emitAbiVersion(int AbiVersion) emitAbiVersion() argument
429 emitAbiVersion(int AbiVersion) emitAbiVersion() argument
/llvm-project/llvm/test/MC/PowerPC/
H A Ddirective-parse-err.s32 // CHECK: [[@LINE+1]]:16: error: unexpected token in '.abiversion' directive
33 .abiversion 2 $
35 .abiversion 2 # EOL COMMENT
/llvm-project/llvm/test/MC/AMDGPU/
H A Delf-header-cov.s21 // HS4-NEXT: ABIVersion: 2
24 // HS5-NEXT: ABIVersion: 3

123456