Home
last modified time | relevance | path

Searched refs:far (Results 1 – 25 of 141) sorted by relevance

123456

/llvm-project-15.0.7/lld/test/ELF/
H A Darm-thunk-arm-thumb-reuse.s13 .text.far 0x10000000 : AT (0x10000000) { *(.far) }
24 bl far
26 bl far
47 .section .text.far, "ax", %progbits
48 .globl far
49 .type far, %function
50 far: label
H A Darm-thumb-thunk-v6m.s25 bl far
28 .globl far
29 .type far, %function
30 far: label
H A Darm-v5-reloc-error.s25 b.w far // Will produce relocation not supported in Armv5.
28 .globl far
29 .type far, %function
30 far: label
H A Daarch64-cortex-a53-843419-thunk-range.s44 bl far\from
72 .global far\from
73 .type far\from, %function
74 far\from:
H A Darm-branch.s35 bl far
36 b far
37 bgt far
H A Dmips-jalr.s16 # REL: R_MIPS_JALR {{.*}} far
38 far: label
46 jal far
56 .reloc l3, R_MIPS_JALR, far
H A Dppc64-toc-call-to-pcrel-long-jump.s34 far PT_LOAD FLAGS(0x1 | 0x4);
40 .text_caller_far 0x520020000 : { *(.text_caller_far) } :far
/llvm-project-15.0.7/llvm/test/CodeGen/Mips/
H A Dlong-call-attr.ll10 declare void @far() #0
17 call void @far()
20 ; O32: lui $1, %hi(far)
21 ; O32-NEXT: addiu $25, $1, %lo(far)
25 ; N64: lui $1, %highest(far)
26 ; N64-NEXT: daddiu $1, $1, %higher(far)
28 ; N64-NEXT: daddiu $1, $1, %hi(far)
30 ; N64-NEXT: daddiu $25, $1, %lo(far)
/llvm-project-15.0.7/clang/test/Sema/
H A Dattr-long-call.c6 __attribute__((far(0))) void foo2(void); // expected-error {{'far' attribute takes no arguments}}
11 __attribute((far)) int a; // expected-warning {{attribute only applies to functions}}
16 __attribute((far)) void foo5(void);
19 __attribute((long_call, far)) void foo7(void);
22 __attribute((far, near)) void foo8(void); // expected-error {{'near' and 'far' attributes are not c…
/llvm-project-15.0.7/lld/test/MachO/invalid/
H A Dinvalid-loh.s5 # RUN: llvm-mc -filetype=obj -triple=arm64-apple-darwin %t/far.s -o %t/far.o
7 # RUN: not %lld -arch arm64 %t/far.o -o /dev/null 2>&1 | FileCheck %s --check-prefix=FAR
10 # FAR: error: Linker optimization hint at offset 0 has addresses too far apart
27 #--- far.s
H A Ddso-handle-duplicate.s7 ## far-out edge case that should be safe to ignore.
/llvm-project-15.0.7/lld/test/wasm/
H A Dreloc-relative.s39 .int32 far - fizz
42 .int32 far - fizz
45 .section .far,"",@
46 .globl far
47 far: label
49 .size far, 4
/llvm-project-15.0.7/lldb/source/Plugins/Process/mach-core/
H A DThreadMachCore.cpp122 RegisterValue esr, far; in CalculateStopInfo() local
124 reg_ctx_sp->ReadRegister(far_info, far)) { in CalculateStopInfo()
131 toString(exception_class), far.GetAsUInt64()); in CalculateStopInfo()
/llvm-project-15.0.7/llvm/test/MC/ARM/
H A Dcomment.s21 far: label
43 @CHECK-LABEL: far:
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Dbool-loads.ll32 ; It's not actually necessary that "ret" is next, but as far as LLVM
46 ; It's not actually necessary that "ret" is next, but as far as LLVM
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dlong-call-attr.c7 void __attribute__((far)) foo2 (void) {} in foo2()
/llvm-project-15.0.7/lldb/include/lldb/Host/windows/
H A Dwindows.h25 #undef far
/llvm-project-15.0.7/compiler-rt/test/fuzzer/
H A Dnot-instrumented.test4 NO_COVERAGE: WARNING: no interesting inputs were found so far. Is the code instrumented for coverag…
/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A Dtail-opts.ll7 declare void @far(i32)
65 call void @far(i32 1001)
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dx86-64-call.ll7 define i32 @far() nounwind uwtable {
/llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/
H A DRegisterInfoPOSIX_arm.h40 uint32_t far; /* Virtual Fault Address */ member
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/include/llvm/Frontend/OpenMP/
H A DBUILD.gn16 # Frontent/OpenMP's public headers (just one so far).
/llvm-project-15.0.7/llvm/test/tools/llvm-dwarfdump/X86/
H A Dstats-mulitple-cu-out-of-line.ll19 ; int far() { return foo(42); }
92 !28 = distinct !DISubprogram(name: "far", linkageName: "_Z3farv", scope: !4, file: !4, line: 3, typ…
/llvm-project-15.0.7/lld/test/MachO/
H A Dloh-adrp-ldr-got-ldr.s7 # RUN: llvm-mc -filetype=obj -triple=arm64-apple-darwin %t/external.s -defsym=PADDING=1 -o %t/far-g…
10 # RUN: %lld -arch arm64 %t/far-got.o %t/lib.dylib -o %t/FarGot
183 ## Basic test: target is far
/llvm-project-15.0.7/mlir/docs/Dialects/
H A DBuiltin.md9 Given the far-reaching nature of this dialect and the fact that MLIR is

123456