Home
last modified time | relevance | path

Searched refs:Needed (Results 1 – 25 of 49) sorted by relevance

12

/llvm-project-15.0.7/llvm/test/ObjectYAML/wasm/
H A Ddylink_section.yaml13 Needed: [ libfoo.so, libbar.so ]
25 # CHECK: Needed:
/llvm-project-15.0.7/llvm/test/tools/yaml2obj/ELF/
H A Dimplicit-sections-types.yaml26 ## 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 Dshared-needed.s31 # SO1-NEXT: Needed: []
41 # SO2-NEXT: Needed:
H A Dshared-weak-undefined.s28 # CHECK-NEXT: Needed: []
/llvm-project-15.0.7/compiler-rt/unittests/
H A DCMakeLists.txt1 # Needed for lit support in standalone builds.
/llvm-project-15.0.7/clang/tools/clang-fuzzer/proto-to-llvm/
H A DCMakeLists.txt4 # 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 DBUILD.gn7 # Needed on platforms that have no native support for 64-bit atomics.
/llvm-project-15.0.7/clang-tools-extra/clangd/xpc/
H A DCMakeLists.txt14 # 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 DCMakeLists.txt4 # Needed by LLVM's CMake checks because this file defines multiple targets.
/llvm-project-15.0.7/llvm/lib/Target/LoongArch/
H A DLoongArchCallingConv.td22 // Needed for implementation of LoongArchRegisterInfo::getNoPreservedMask()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/tool/
H A DCMakeLists.txt9 # Needed by LLVM's CMake checks because this file defines multiple targets.
/llvm-project-15.0.7/llvm/test/Transforms/OpenMP/
H A Dgpu_kernel_detection_remarks.ll19 ; Needed to trigger the openmp-opt pass
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp175 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 DCMakeLists.txt1 # Needed by LLVM's CMake checks because this file defines multiple targets.
/llvm-project-15.0.7/lldb/source/Core/
H A DCMakeLists.txt102 # Needed to properly resolve references in a debug build.
/llvm-project-15.0.7/llvm/unittests/Support/DynamicLibrary/
H A DCMakeLists.txt1 # Needed by LLVM's CMake checks because this file defines multiple targets.
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVCallingConv.td27 // Needed for implementation of RISCVRegisterInfo::getNoPreservedMask()
/llvm-project-15.0.7/clang/tools/clang-fuzzer/
H A DCMakeLists.txt12 # Needed by LLVM's CMake checks because this file defines multiple targets.
/llvm-project-15.0.7/llvm/test/tools/obj2yaml/ELF/
H A Dverdef-section.yaml67 ## Needed to emit the .dynstr section.
/llvm-project-15.0.7/llvm/lib/Target/CSKY/
H A DCSKYCallingConv.td37 // Needed for implementation of CSKYRegisterInfo::getNoPreservedMask()
/llvm-project-15.0.7/compiler-rt/lib/xray/tests/
H A DCMakeLists.txt57 # Needed by LLVMSupport.
/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Dwasm2yaml.cpp62 DylinkSec->Needed = Info.Needed; in dumpCustomSection()
/llvm-project-15.0.7/compiler-rt/test/
H A DCMakeLists.txt1 # Needed for lit support in standalone builds.
/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/
H A Dverneed-flags.yaml116 ## Needed to trigger .dynstr creation, which is required by .gnu.version_r
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp128 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()

12