| /llvm-project-15.0.7/lld/test/ELF/ |
| H A D | arm-thunk-arm-thumb-reuse.s | 13 .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 D | arm-thumb-thunk-v6m.s | 25 bl far 28 .globl far 29 .type far, %function 30 far: label
|
| H A D | arm-v5-reloc-error.s | 25 b.w far // Will produce relocation not supported in Armv5. 28 .globl far 29 .type far, %function 30 far: label
|
| H A D | aarch64-cortex-a53-843419-thunk-range.s | 44 bl far\from 72 .global far\from 73 .type far\from, %function 74 far\from:
|
| H A D | arm-branch.s | 35 bl far 36 b far 37 bgt far
|
| H A D | mips-jalr.s | 16 # REL: R_MIPS_JALR {{.*}} far 38 far: label 46 jal far 56 .reloc l3, R_MIPS_JALR, far
|
| H A D | ppc64-toc-call-to-pcrel-long-jump.s | 34 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 D | long-call-attr.ll | 10 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 D | attr-long-call.c | 6 __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 D | invalid-loh.s | 5 # 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 D | dso-handle-duplicate.s | 7 ## far-out edge case that should be safe to ignore.
|
| /llvm-project-15.0.7/lld/test/wasm/ |
| H A D | reloc-relative.s | 39 .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 D | ThreadMachCore.cpp | 122 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 D | comment.s | 21 far: label 43 @CHECK-LABEL: far:
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | bool-loads.ll | 32 ; 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 D | long-call-attr.c | 7 void __attribute__((far)) foo2 (void) {} in foo2()
|
| /llvm-project-15.0.7/lldb/include/lldb/Host/windows/ |
| H A D | windows.h | 25 #undef far
|
| /llvm-project-15.0.7/compiler-rt/test/fuzzer/ |
| H A D | not-instrumented.test | 4 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 D | tail-opts.ll | 7 declare void @far(i32) 65 call void @far(i32 1001)
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | x86-64-call.ll | 7 define i32 @far() nounwind uwtable {
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/ |
| H A D | RegisterInfoPOSIX_arm.h | 40 uint32_t far; /* Virtual Fault Address */ member
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | BUILD.gn | 16 # Frontent/OpenMP's public headers (just one so far).
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-dwarfdump/X86/ |
| H A D | stats-mulitple-cu-out-of-line.ll | 19 ; 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 D | loh-adrp-ldr-got-ldr.s | 7 # 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 D | Builtin.md | 9 Given the far-reaching nature of this dialect and the fact that MLIR is
|