Home
last modified time | relevance | path

Searched refs:fixups (Results 1 – 25 of 34) sorted by relevance

12

/llvm-project-15.0.7/llvm/test/Object/AArch64/
H A Dchained-fixups-header.test2 RUN: cat %p/../Inputs/MachO/chained-fixups.yaml \
6 HEADER1: truncated or malformed object (bad chained fixups: unknown version: 171)
8 RUN: cat %p/../Inputs/MachO/chained-fixups.yaml \
12 HEADER2: truncated or malformed object (bad chained fixups: unknown imports format: 171)
14 RUN: cat %p/../Inputs/MachO/chained-fixups.yaml \
18 …R3: truncated or malformed object (bad chained fixups: image starts offset 1 overlaps with chained…
20 RUN: cat %p/../Inputs/MachO/chained-fixups.yaml \
24 HEADER4: truncated or malformed object (bad chained fixups: image starts end 33031 extends past end…
/llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/MachO/
H A Dstrip-all.test5 # RUN: yaml2obj %p/Inputs/strip-chained-fixups.yaml -o %t.fixups
19 # RUN: llvm-objcopy --strip-all %t.fixups %t.fixups.stripped
20 # RUN: llvm-readobj --sections --relocations --symbols %t.fixups.stripped \
40 # RUN: llvm-strip %t.fixups -o %t7
41 # RUN: llvm-strip --strip-all %t.fixups -o %t8
42 # RUN: cmp %t7 %t.fixups.stripped
43 # RUN: cmp %t8 %t.fixups.stripped
/llvm-project-15.0.7/flang/lib/Optimizer/CodeGen/
H A DTargetRewrite.cpp478 llvm::SmallVector<FixupTy> fixups; in convertSignature() local
536 doComplexArg(func, cmplx, newInTys, fixups); in convertSignature()
565 const auto fixupSize = fixups.size(); in convertSignature()
569 const auto &fixup = fixups[i]; in convertSignature()
719 for (auto &fixup : fixups) in convertSignature()
735 B &newInTys, C &fixups) { in doComplexReturn() argument
749 fixups.emplace_back( in doComplexReturn()
757 fixups.emplace_back( in doComplexReturn()
799 fixups.emplace_back( in doComplexArg()
815 fixups.emplace_back( in doComplexArg()
[all …]
/llvm-project-15.0.7/llvm/test/MC/Mips/
H A Dmips64eb-fixups.s3 .section .fixups,"",@progbits
27 # CHECK: Name: .fixups (12)
/llvm-project-15.0.7/llvm/test/Transforms/LoopStrengthReduce/ARM/
H A D2012-06-15-lsr-noaddrmode.ll13 ; LSR Use: Kind=Special, Offsets={0}, all-fixups-outside-loop, widest fixup type: i32
21 ; LSR Use: Kind=Special, Offsets={0}, all-fixups-outside-loop, widest fixup type: i32
26 ; LSR Use: Kind=Special, Offsets={0}, all-fixups-outside-loop, widest fixup type: i32
34 ; LSR Use: Kind=Special, Offsets={0}, all-fixups-outside-loop, widest fixup type: i32
/llvm-project-15.0.7/llvm/test/CodeGen/RISCV/
H A Dfixups-diff.ll12 ; LLVM, which is already covered by the fixups-expr.s test.
43 !1 = !DIFile(filename: "fixups-diff.ll", directory: "test/MC/RISCV")
H A Dfixups-relax-diff.ll6 ; path through LLVM, which is already covered by the fixups-expr.s test.
/llvm-project-15.0.7/llvm/test/MC/Hexagon/
H A Dpcrel.s4 # make sure the fixups emitted match what is
H A Dgot.s4 # make sure the fixups emitted match what is
/llvm-project-15.0.7/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRFixupKinds.h133 namespace fixups {
H A DAVRMCCodeEmitter.cpp109 AVR::fixups::adjustBranchTarget(target); in encodeRelCondBrTarget()
223 AVR::fixups::adjustBranchTarget(Target); in encodeCallTarget()
H A DAVRAsmBackend.cpp84 AVR::fixups::adjustBranchTarget(Value); in adjustBranch()
95 AVR::fixups::adjustBranchTarget(Value); in adjustRelativeBranch()
/llvm-project-15.0.7/polly/lib/External/isl/imath/tests/gmp-compat-test/
H A Dgendata.py340 if name not in fixups:
342 return fixups[name](args)
359 fixups = { variable
/llvm-project-15.0.7/llvm/test/MC/Sparc/
H A Dsparc-little-endian.s13 ! ...and that fixups are applied to the correct bytes.
H A Dsparc-fixups.s4 ! Check that fixups are correctly applied.
/llvm-project-15.0.7/llvm/test/MC/ARM/
H A Darm-memory-instructions.s32 @ to the use of non-contiguous bit ranges for fixups in ARM. Once that's
/llvm-project-15.0.7/llvm/test/MC/RISCV/
H A Driscv64-64b-pcrel.s39 ## .apple_names/.apple_types are fixed-size and do not need fixups.
H A Doption-relax.s15 # linker-relaxation.s and fixups-expr.s for behaviour of the relax
H A Dfixups.s9 # Checks that fixups that can be resolved within the same object file are
/llvm-project-15.0.7/llvm/test/MC/COFF/
H A Dswitch-relocations.ll2 ; relax the fixups that are created for jump tables on x86-64. See PR7960.
/llvm-project-15.0.7/llvm/test/MC/PowerPC/
H A Dppc64-localentry.s45 # Verify that fixups to local function symbols are performed only
H A Dppc64-fixup-apply.s7 # This checks that fixups that can be resolved within the same
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Dmachine-outliner-cfi-tail.mir5 # it requires fixups. Show that we include CFI instructions in tail call
/llvm-project-15.0.7/llvm/test/MC/Mips/micromips32r6/
H A Drelocations.s6 # Check that the assembler can handle the documented syntax for fixups.
/llvm-project-15.0.7/lld/test/COFF/
H A Dlink-dll-stdcall.s8 ## Check that we normally warn about these fixups. If -stdcall-fixup:no

12