Home
last modified time | relevance | path

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

1234

/openbsd-src/gnu/llvm/compiler-rt/unittests/
H A DCMakeLists.txt1 # Needed for lit support in standalone builds.
/openbsd-src/gnu/llvm/clang/tools/clang-fuzzer/proto-to-llvm/
H A DCMakeLists.txt4 # Needed by LLVM's CMake checks because this file defines multiple targets.
/openbsd-src/gnu/llvm/llvm/utils/gn/build/libs/atomic/
H A DBUILD.gn7 # Needed on platforms that have no native support for 64-bit atomics.
/openbsd-src/gnu/llvm/llvm/lib/Target/LoongArch/
H A DLoongArchCallingConv.td22 // Needed for implementation of LoongArchRegisterInfo::getNoPreservedMask()
/openbsd-src/gnu/llvm/clang/tools/clang-fuzzer/proto-to-cxx/
H A DCMakeLists.txt4 # Needed by LLVM's CMake checks because this file defines multiple targets.
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h280 bool Needed = false; member
376 void setReturnProtectorNeeded(bool I) { RPI.Needed = I; } in setReturnProtectorNeeded()
377 bool getReturnProtectorNeeded() const { return RPI.Needed; } in getReturnProtectorNeeded()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DCMakeLists.txt104 # Needed to properly resolve references in a debug build.
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVCallingConv.td27 // Needed for implementation of RISCVRegisterInfo::getNoPreservedMask()
/openbsd-src/gnu/llvm/clang/tools/clang-fuzzer/
H A DCMakeLists.txt12 # Needed by LLVM's CMake checks because this file defines multiple targets.
/openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/
H A DCSKYCallingConv.td37 // Needed for implementation of CSKYRegisterInfo::getNoPreservedMask()
/openbsd-src/gnu/llvm/compiler-rt/lib/xray/tests/
H A DCMakeLists.txt57 # Needed by LLVMSupport.
/openbsd-src/gnu/llvm/llvm/tools/obj2yaml/
H A Dwasm2yaml.cpp62 DylinkSec->Needed = Info.Needed; in dumpCustomSection()
/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DWasm.h55 std::vector<StringRef> Needed; // Shared library dependencies member
/openbsd-src/gnu/gcc/intl/
H A DChangeLog22 (Needed because Solaris <locale.h> includes libintl.h.)
/openbsd-src/gnu/gcc/gcc/config/mmix/
H A Dpredicates.md48 ;; applied to a valid mode. Needed to avoid jump.c generating invalid
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp134 std::set<Node> Needed; member
175 Needed.insert(I); in build()
183 if (!Needed.count(I)) in build()
190 if (Needed.count(C)) in build()
206 for (Node N : Needed) in color()
222 if (!Needed.count(conj(N)) || Colors.count(N)) in color()
286 for (Node N : Needed) in dump()
/openbsd-src/gnu/usr.bin/texinfo/
H A Dconfigure.ac35 # Needed on sysV68 for sigblock, sigsetmask. But check for it in libc first.
/openbsd-src/gnu/usr.bin/cvs/
H A Dacinclude.m4192 # gen ? ? ? Needed on Irix 5.3 with some
/openbsd-src/gnu/usr.bin/texinfo/djgpp/
H A Dconfig.bat199 echo Needed libs/tools for NLS not found. Configuring without NLS.
/openbsd-src/gnu/lib/libstdc++/libstdc++/config/
H A Dlinker-map.gnu376 # Needed only when generic cpu's atomicity.h is in use.
/openbsd-src/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h229 std::vector<StringRef> Needed; member
/openbsd-src/gnu/usr.bin/perl/Porting/
H A Dtest-dist-modules.pl1264 /* Needed for 5.8.0 */
/openbsd-src/sys/dev/pcmcia/
H A Dpcmciadevs95 vendor NWN 0x0602 No Wires Needed
324 /* No Wires Needed */
/openbsd-src/gnu/usr.bin/binutils-2.17/
H A Dsrc-release26 # This is the name of this script (!). Needed due to horrible recursion.

1234