Home
last modified time | relevance | path

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

1234

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

1234