| /llvm-project-15.0.7/llvm/test/ObjectYAML/wasm/ |
| H A D | dylink_section.yaml | 13 Needed: [ libfoo.so, libbar.so ] 25 # CHECK: Needed:
|
| /llvm-project-15.0.7/llvm/test/tools/yaml2obj/ELF/ |
| H A D | implicit-sections-types.yaml | 26 ## Needed to force the creation of the .symtab. 28 ## Needed to force the creation of the .dynsym and .dynstr. 65 ## Needed to set the proper content size for .symtab, so
|
| /llvm-project-15.0.7/lld/test/wasm/ |
| H A D | shared-needed.s | 31 # SO1-NEXT: Needed: [] 41 # SO2-NEXT: Needed:
|
| H A D | shared-weak-undefined.s | 28 # CHECK-NEXT: Needed: []
|
| /llvm-project-15.0.7/compiler-rt/unittests/ |
| H A D | CMakeLists.txt | 1 # Needed for lit support in standalone builds.
|
| /llvm-project-15.0.7/clang/tools/clang-fuzzer/proto-to-llvm/ |
| H A D | CMakeLists.txt | 4 # Needed by LLVM's CMake checks because this file defines multiple targets.
|
| /llvm-project-15.0.7/llvm/utils/gn/build/libs/atomic/ |
| H A D | BUILD.gn | 7 # Needed on platforms that have no native support for 64-bit atomics.
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/xpc/ |
| H A D | CMakeLists.txt | 14 # Needed by LLVM's CMake checks because this file defines multiple targets.
|
| /llvm-project-15.0.7/clang/tools/clang-fuzzer/proto-to-cxx/ |
| H A D | CMakeLists.txt | 4 # Needed by LLVM's CMake checks because this file defines multiple targets.
|
| /llvm-project-15.0.7/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchCallingConv.td | 22 // Needed for implementation of LoongArchRegisterInfo::getNoPreservedMask()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/tool/ |
| H A D | CMakeLists.txt | 9 # Needed by LLVM's CMake checks because this file defines multiple targets.
|
| /llvm-project-15.0.7/llvm/test/Transforms/OpenMP/ |
| H A D | gpu_kernel_detection_remarks.ll | 19 ; Needed to trigger the openmp-opt pass
|
| /llvm-project-15.0.7/llvm/lib/ObjectYAML/ |
| H A D | WasmEmitter.cpp | 175 if (Section.Needed.size()) { in writeSectionContent() 178 encodeULEB128(Section.Needed.size(), SubOS); in writeSectionContent() 179 for (StringRef Needed : Section.Needed) in writeSectionContent() local 180 writeStringRef(Needed, SubOS); in writeSectionContent()
|
| /llvm-project-15.0.7/llvm/unittests/Passes/ |
| H A D | CMakeLists.txt | 1 # Needed by LLVM's CMake checks because this file defines multiple targets.
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | CMakeLists.txt | 102 # Needed to properly resolve references in a debug build.
|
| /llvm-project-15.0.7/llvm/unittests/Support/DynamicLibrary/ |
| H A D | CMakeLists.txt | 1 # Needed by LLVM's CMake checks because this file defines multiple targets.
|
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/ |
| H A D | RISCVCallingConv.td | 27 // Needed for implementation of RISCVRegisterInfo::getNoPreservedMask()
|
| /llvm-project-15.0.7/clang/tools/clang-fuzzer/ |
| H A D | CMakeLists.txt | 12 # Needed by LLVM's CMake checks because this file defines multiple targets.
|
| /llvm-project-15.0.7/llvm/test/tools/obj2yaml/ELF/ |
| H A D | verdef-section.yaml | 67 ## Needed to emit the .dynstr section.
|
| /llvm-project-15.0.7/llvm/lib/Target/CSKY/ |
| H A D | CSKYCallingConv.td | 37 // Needed for implementation of CSKYRegisterInfo::getNoPreservedMask()
|
| /llvm-project-15.0.7/compiler-rt/lib/xray/tests/ |
| H A D | CMakeLists.txt | 57 # Needed by LLVMSupport.
|
| /llvm-project-15.0.7/llvm/tools/obj2yaml/ |
| H A D | wasm2yaml.cpp | 62 DylinkSec->Needed = Info.Needed; in dumpCustomSection()
|
| /llvm-project-15.0.7/compiler-rt/test/ |
| H A D | CMakeLists.txt | 1 # Needed for lit support in standalone builds.
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/ |
| H A D | verneed-flags.yaml | 116 ## Needed to trigger .dynstr creation, which is required by .gnu.version_r
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelDAGToDAGHVX.cpp | 128 std::set<Node> Needed; member 169 Needed.insert(I); in build() 177 if (!Needed.count(I)) in build() 184 if (Needed.count(C)) in build() 200 for (Node N : Needed) in color() 216 if (!Needed.count(conj(N)) || Colors.count(N)) in color() 280 for (Node N : Needed) in dump()
|