| /llvm-project-15.0.7/lld/test/MachO/ |
| H A D | symbol-resolution.s | 8 # RUN: llvm-mc -filetype=obj -triple=x86_64-apple-darwin %t/resolution.s -o %t/resolution.o 12 # RUN: %lld -o %t/dylib-first -L%t -lresolution -lresolution2 %t/resolution.o 16 # RUN: %lld -o %t/dylib2-first -L%t -lresolution2 -lresolution %t/resolution.o 26 # RUN: %lld -o %t/obj-first -L%t %t/resolution.o -lresolution 39 #--- resolution.s
|
| H A D | lto-archivecollision.ll | 9 ; RUN: FileCheck %s --check-prefix=SAME-ARCHIVE < %t/test.resolution.txt 14 ; RUN: FileCheck %s --check-prefix=DIFFERENT-ARCHIVES < %t/test.resolution.txt
|
| H A D | objc.s | 61 ## Without -ObjC, no-objc.o gets loaded first during symbol resolution, causing 67 ## TODO: Load has-objc-symbol.o prior to symbol resolution to match the archive behavior.
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-lto2/ |
| H A D | errors.ll | 7 ; ERR1: missing symbol resolution for {{.*}}.bc,foo 8 ; ERR2: unused symbol resolution for {{.*}}.bc,bar 9 ; ERR3: invalid character q in resolution: {{.*}}.bc,foo 10 ; ERR4: invalid resolution: foo
|
| /llvm-project-15.0.7/lld/test/ELF/lto/ |
| H A D | resolution-err.ll | 4 ; RUN: touch %t.resolution.txt 5 ; RUN: chmod u-w %t.resolution.txt 7 ; RUN: rm -f %t.resolution.txt
|
| H A D | wrap-1.ll | 6 ; RUN: cat %t.out.resolution.txt | FileCheck -check-prefix=RESOLS %s 12 ; RUN: cat %t.out.resolution.txt | FileCheck -check-prefix=RESOLS %s
|
| H A D | comdat-nodeduplicate.ll | 14 ; RUN: FileCheck %s --check-prefix=RESOL_AB < %t/ab.resolution.txt 24 ; RUN: FileCheck %s --check-prefix=RESOL_ABC < %t/abc.resolution.txt 38 ; RUN: FileCheck %s --check-prefix=RESOL_AB < %t/ab.resolution.txt 44 ; RUN: FileCheck %s --check-prefix=RESOL_AB < %t/ab.resolution.txt 50 ; RUN: FileCheck %s --check-prefix=RESOL_ABC < %t/abc.resolution.txt
|
| H A D | save-temps-eq.ll | 90 ;; Check resolution 91 ; RUN: ld.lld main.o thin1.o --save-temps=resolution 94 ; RUN: mv *.resolution.txt %t/all3
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | ResponseGuide.rst | 86 more information, and determine a :ref:`resolution<Resolutions>`. 90 feedback may or may not be used to re-evaluate the resolution. 95 6. The :ref:`resolution<Resolutions>` is implemented. 100 The committee will never make public statements about a resolution and will 143 not be used to reevaluate the resolution. 145 The committee will aim to have a resolution agreed upon within two weeks of 146 receipt of the incident report. In the event that a resolution cannot be 148 with an updated and projected timeline for resolution. 175 committee cannot reach a unanimous resolution, the LLVM Foundation Board of 179 When deciding on a resolution, the goal is to address the report in an [all …]
|
| /llvm-project-15.0.7/libcxx/docs/DesignDocs/ |
| H A D | FileTimeType.rst | 21 that the resolution and range of file_time_type reflect the operating 22 system dependent resolution and range of file time values. 35 To represent the range and resolution of ``timespec``, we need to (A) have 57 To get nanosecond resolution, we simply define ``period`` to be ``std::nano``. 71 One solution to the range problem is to simply reduce the resolution of 76 at nanosecond resolution. 80 and with nanosecond resolution). 140 64 bit representation requires limiting the resolution to seconds. 192 and resolution, and the last one might even allow us to match them exactly. 253 the range and resolution exactly. But would it work with chrono? And could [all …]
|
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | ovl-check.m | 4 // in overload resolution in ObjC. 38 // Overload resolution should not emit a diagnostic about needing to add an 55 // Overload resolution should occur silently, select the CFTypeRef overload,
|
| /llvm-project-15.0.7/llvm/test/ThinLTO/X86/ |
| H A D | cfi-unsat.ll | 6 ; In this test case, the first module is split and will import a resolution 7 ; for its type test. The resolution would be exported by the second 10 ; a unique module ID). We should not actually get any resolution for the 12 ; so the resolution is Unsat and the type.checked.load instructions are
|
| /llvm-project-15.0.7/lld/test/COFF/ |
| H A D | wrap-lto-1.ll | 5 ; RUN: cat %t.exe.resolution.txt | FileCheck -check-prefix=RESOLS %s 10 ; RUN: cat %t.exe.resolution.txt | FileCheck -check-prefix=RESOLS %s
|
| /llvm-project-15.0.7/llvm/test/tools/gold/X86/v1.16/ |
| H A D | wrap-1.ll | 5 ; RUN: cat %t.out.resolution.txt | FileCheck -check-prefix=RESOLS %s 11 ; RUN: cat %t.out.resolution.txt | FileCheck -check-prefix=RESOLS %s
|
| /llvm-project-15.0.7/llvm/test/YAMLParser/ |
| H A D | spec-08-07.test | 3 # Assuming conventional resolution:
|
| /llvm-project-15.0.7/clang/test/CodeGenOpenCL/ |
| H A D | overload.cl | 15 // Checking address space resolution 39 // Checking vector vs scalar resolution
|
| /llvm-project-15.0.7/llvm/lib/Target/AVR/ |
| H A D | README.md | 7 …llvm.org/bugs/buglist.cgi?product=libraries&component=Backend%3A%20AVR&resolution=---&list_id=1094…
|
| /llvm-project-15.0.7/llvm/test/LTO/Resolution/X86/ |
| H A D | asm-output.ll | 1 ; Test the ability to emit assembly code from the resolution-based LTO API
|
| H A D | alias.ll | 5 ; RUN: FileCheck --check-prefix=RES %s < %t3.o.resolution.txt
|
| /llvm-project-15.0.7/llvm/test/tools/gold/X86/ |
| H A D | comdat-nodeduplicate.ll | 14 ; RUN: FileCheck %s --check-prefix=RESOL_AB < %t/ab.resolution.txt 25 ; RUN: FileCheck %s --check-prefix=RESOL_ABC < %t/abc.resolution.txt
|
| /llvm-project-15.0.7/llvm/test/Transforms/LowerTypeTests/ |
| H A D | import-unsat.ll | 1 ; Test that we correctly import an unsat resolution for type identifier "typeid1".
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/MLProgram/IR/ |
| H A D | MLProgramAttributes.td | 26 let summary = "Value used for a global signalling external resolution";
|
| /llvm-project-15.0.7/llvm/test/ExecutionEngine/MCJIT/remote/ |
| H A D | stubs-sm-pic.ll | 3 ; This function should fail until remote symbol resolution is supported.
|
| /llvm-project-15.0.7/lld/test/ELF/ |
| H A D | end-dso-defined.s | 3 # RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %p/Inputs/resolution-end.s -o %t2.o
|
| /llvm-project-15.0.7/clang/test/Headers/ |
| H A D | opencl-builtins.cl | 17 // overload resolution will cause this test to fail.
|