| /openbsd-src/gnu/llvm/llvm/bindings/python/llvm/ |
| H A D | object.py | 426 def register_library(library): argument 430 library.LLVMCreateObjectFile.argtypes = [MemoryBuffer] 431 library.LLVMCreateObjectFile.restype = c_object_p 433 library.LLVMDisposeObjectFile.argtypes = [ObjectFile] 435 library.LLVMGetSections.argtypes = [ObjectFile] 436 library.LLVMGetSections.restype = c_object_p 438 library.LLVMDisposeSectionIterator.argtypes = [c_object_p] 440 library.LLVMIsSectionIteratorAtEnd.argtypes = [ObjectFile, c_object_p] 441 library.LLVMIsSectionIteratorAtEnd.restype = bool 443 library.LLVMMoveToNextSection.argtypes = [c_object_p] [all …]
|
| H A D | core.py | 450 def register_library(library): argument 452 library.LLVMInitializeCore.argtypes = [PassRegistry] 453 library.LLVMInitializeCore.restype = None 455 library.LLVMInitializeTransformUtils.argtypes = [PassRegistry] 456 library.LLVMInitializeTransformUtils.restype = None 458 library.LLVMInitializeScalarOpts.argtypes = [PassRegistry] 459 library.LLVMInitializeScalarOpts.restype = None 461 library.LLVMInitializeVectorization.argtypes = [PassRegistry] 462 library.LLVMInitializeVectorization.restype = None 464 library.LLVMInitializeInstCombine.argtypes = [PassRegistry] [all …]
|
| H A D | disassembler.py | 148 def register_library(library): argument 149 library.LLVMCreateDisasm.argtypes = [c_char_p, c_void_p, c_int, 151 library.LLVMCreateDisasm.restype = c_object_p 153 library.LLVMDisasmDispose.argtypes = [Disassembler] 155 library.LLVMDisasmInstruction.argtypes = [Disassembler, POINTER(c_ubyte), 157 library.LLVMDisasmInstruction.restype = c_size_t 159 library.LLVMSetDisasmOptions.argtypes = [Disassembler, c_uint64] 160 library.LLVMSetDisasmOptions.restype = c_int
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | g++spec.c | 65 int library = 0; in lang_specific_driver() local 137 library = -1; in lang_specific_driver() 160 if (library == 0 in lang_specific_driver() 163 library = 1; in lang_specific_driver() 172 if (library == 0) in lang_specific_driver() 173 library = 1; in lang_specific_driver() 176 library = (library == 0) ? 1 : library; in lang_specific_driver() 179 library = (library == 0) ? 1 : library; in lang_specific_driver() 191 library = -1; in lang_specific_driver() 227 if (library == 0) in lang_specific_driver() [all …]
|
| /openbsd-src/usr.sbin/pkg_add/OpenBSD/ |
| H A D | LibSpec.pm | 184 sub no_match_dispatch($library, $spec, $base) 186 return $spec->no_match_shared($library, $base); 260 sub no_match_major($spec, $library) 262 return $spec->major != $library->major; 265 sub no_match_name($spec, $library, $base) 268 if ("$base/$spec->{dir}" eq $library->{dir}) { 273 if ("$d/lib" eq $library->{dir}) { 281 sub no_match_shared($spec, $library, $base) 283 if ($spec->no_match_major($library)) { 286 if ($spec->major == $library->major && [all …]
|
| /openbsd-src/gnu/llvm/llvm/docs/CommandGuide/ |
| H A D | llvm-tli-checker.rst | 1 llvm-tli-checker - TargetLibraryInfo vs library checker 9 :program:`llvm-tli-checker` [*options*] [*library-file...*] 15 availability of library functions against the set of functions exported 16 by the specified library files, reporting any disagreements between TLI's 19 the compiler will not "optimize" some code sequence into a library call 32 Found a grand total of 235 library symbols 45 Print "available"/"not available" for each library function, according to 55 A base directory to prepend to each library file path. This is handy 56 when there are a number of library files all in the same directory, or 68 Read and report a summary for each library file separately. This can be [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | g++spec.c | 62 int library = 1; local 134 library = 0; 158 library = 0; 168 else if (library != 0 && ((argv[i][2] == '\0' 175 library = 0; 214 if (! added && ! library) 243 if (!saw_math && (args[i] & MATHLIB) && library) 249 if (!saw_libc && (args[i] & WITHLIBC) && library) 273 if (library) 287 else if (library && need_math)
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | Toolchain.rst | 134 appropriate implementation of each runtime library, selected based on 149 .. FIXME: Describe profiling runtime library 155 The compiler runtime library provides definitions of functions implicitly 160 The default runtime library is target-specific. For targets where GCC is 167 `LLVM's compiler runtime library <https://compiler-rt.llvm.org/>`_ provides a 168 complete set of runtime library functions containing all functions that 183 `GCC's runtime library <https://gcc.gnu.org/onlinedocs/gccint/Libgcc.html>`_ 191 Atomics library 197 suitably aligned), a call to a runtime library ``__atomic_*`` function 198 will be generated. A runtime library containing these atomics functions is [all …]
|
| /openbsd-src/gnu/llvm/clang/tools/nvptx-arch/ |
| H A D | CMakeLists.txt | 14 find_library(cuda-library NAMES cuda PATHS /lib64) 15 if (NOT cuda-library AND CUDA_FOUND) 17 find_library(cuda-library NAMES cuda HINTS "${CUDA_LIBDIR}/stubs") 20 # If we found the CUDA library directly we just dynamically link against it. 21 if (CUDA_FOUND AND cuda-library) 23 target_link_libraries(nvptx-arch PRIVATE ${cuda-library})
|
| /openbsd-src/sys/arch/alpha/stand/libz/ |
| H A D | Makefile.inc | 19 Z_AS?= library 40 @echo making sure the z library is up to date... 48 @echo making sure the profiled z library is up to date... 57 @echo cleaning the z library objects 62 @echo cleandiring the z library objects 67 @echo depending the z library objects
|
| /openbsd-src/sys/lib/libz/ |
| H A D | Makefile.inc | 19 Z_AS?= library 40 @echo making sure the z library is up to date... 48 @echo making sure the profiled z library is up to date... 57 @echo cleaning the z library objects 63 @echo cleandiring the z library objects 69 @echo depending the z library objects
|
| /openbsd-src/gnu/llvm/libcxx/cmake/Modules/ |
| H A D | HandleLibCXXABI.cmake | 2 # Define targets for linking against the selected ABI library 6 # headers of the selected ABI library. 7 # - libcxx-abi-shared: A target representing the selected shared ABI library. 8 # - libcxx-abi-static: A target representing the selected static ABI library. 11 # - libcxx-abi-shared-objects: An object library representing a set of object files 12 # constituting the ABI library, suitable for bundling 13 # into a shared library. 14 # - libcxx-abi-static-objects: An object library representing a set of object files 15 # constituting the ABI library, suitable for bundling 16 # into a static library. [all …]
|
| /openbsd-src/gnu/lib/libreadline/ |
| H A D | README | 4 This is the Gnu Readline library, version 4.3. 6 The Readline library provides a set of functions for use by applications 8 Emacs and vi editing modes are available. The Readline library includes 13 The history facilites are also placed into a separate library, the 14 History library, as part of the build process. The History library 18 The Readline library is free software, distributed under the terms of 22 To build the library, try typing `./configure', then `make'. The 64 not shared library creation is supported and to generate the values 87 SHOBJ_LD The link editor to be used to create the shared library from 96 SHLIB_XLDFLAGS Additional flags to pass to SHOBJ_LD for shared library [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
| H A D | jvspec.c | 158 int library = 1; local 273 if (library != 0 && (strcmp (argv[i], "-nostdlib") == 0 276 library = 0; 292 library = 0; 301 if (library != 0) 303 library = 0; 310 if (library != 0) 312 library = 0; 338 else if (library != 0 345 library = 0; [all …]
|
| /openbsd-src/gnu/llvm/lldb/tools/intel-features/ |
| H A D | README.txt | 13 A shared library has been developed to use various hardware features of 14 Intel(R) architecture based processors through LLDB's command line. The library 24 build to generate a shared library (lldbIntelFeatures) to provide all these 39 The shared library (lldbIntelFeatures) has a cmake based build and can be built 44 feature while building lldbIntelFeatures library. This is done by flags described 49 the feature is excluded while building lldbIntelFeatures library. 58 All CLI commands provided by this shared library can be used through the LLDB's
|
| /openbsd-src/gnu/llvm/libcxx/docs/DesignDocs/ |
| H A D | DebugMode.rst | 14 incorrect usage of the standard library. These checks are disabled by default, but 15 they can be enabled by vendors when building the library by using ``LIBCXX_ENABLE_DEBUG_MODE``. 18 including any dependent libraries, against a Standard library configured identically 20 a Standard library with the debug mode enabled with code built against a Standard library 36 debug mode, and causes the library to violate some of the Standard's complexity clauses. 40 The library provides iterators that ensure they are within the bounds of their container when deref… 52 The library provides iterator ownership checking, which allows catching cases where e.g. 66 The library supports the randomization of unspecified behavior. For example, randomizing
|
| H A D | ThreadingSupportAPI.rst | 37 library. Such a configuration is useful for library vendors who wish to 38 distribute a thread-agnostic libc++ library, where the users of the library are 49 particular configuration of the library without being tied to a vendor-specific 50 threading system. This option is only meant to be used by libc++ library 75 threading API to be provided by an external library. When defined 80 This macro is used to build an external threading library using the 83 be compiled into a library.
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/include/bits/ |
| H A D | c++config | 6 // This file is part of the GNU ISO C++ Library. This library is free 12 // This library is distributed in the hope that it will be useful, 18 // with this library; see the file COPYING. If not, write to the Free 23 // library without restriction. Specifically, if other files instantiate 37 // The current version of the C++ library in compressed ISO date format. 47 // types. For the io library, this means that larger, out-of-line 49 // by the compiler, but instead instantiated into the library binary. 55 // library to avoid multiple weak definitions for required types that 56 // are already explicitly instantiated in the library binary. This 65 // Use corrected code from the committee library group's issues list. [all …]
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/docs/html/17_intro/ |
| H A D | porting.texi | 34 This file explains how to port libstdc++-v3 (the GNU C++ library) to 59 This document explains how to port libstdc++-v3 (the GNU C++ library) to 62 In order to make the GNU C++ library (libstdc++-v3) work with a new 68 Before you get started, make sure that you have a working C library on 69 your target. The C library need not precisely comply with any 75 library, but you should at least try some minimal test cases. 77 Here are the primary steps required to port the library: 119 that are required to allow the C++ library to work with your C library. 131 You don't have to provide these definitions if your system library 132 already defines these types -- but the only library known to provide [all …]
|
| /openbsd-src/usr.bin/file/magdir/ |
| H A D | mach | 13 >12 lelong 3 fixed virtual memory shared library 16 >12 lelong 6 dynamically linked shared library 19 >12 lelong 9 dynamically linked shared library stub 50 >12 belong 3 fixed virtual memory shared library 53 >12 belong 6 dynamically linked shared library 56 >12 belong 9 dynamically linked shared library stub
|
| /openbsd-src/gnu/gcc/libstdc++-v3/docs/html/17_intro/ |
| H A D | porting.texi | 35 This file explains how to port libstdc++-v3 (the GNU C++ library) to 60 This document explains how to port libstdc++-v3 (the GNU C++ library) to 63 In order to make the GNU C++ library (libstdc++-v3) work with a new 69 Before you get started, make sure that you have a working C library on 70 your target. The C library need not precisely comply with any 76 library, but you should at least try some minimal test cases. 78 (Note that what we think of as a ``target,'' the library refers to as 81 Here are the primary steps required to port the library: 123 that are required to allow the C++ library to work with your C library. 127 large portions of the C library header files to be eliminated [all …]
|
| /openbsd-src/gnu/lib/libiberty/src/ |
| H A D | copying-lib.texi | 44 you if you distribute copies of the library or if you modify it. 46 For example, if you distribute copies of the library, whether gratis 49 code. If you link other code with the library, you must provide 51 with the library after making changes to the library and recompiling 55 library, and (2) we offer you this license, which gives you legal 56 permission to copy, distribute and/or modify the library. 59 there is no warranty for the free library. Also, if the library is 69 any patent license obtained for a version of the library must be 79 When a program is linked with a library, whether statically or using 80 a shared library, the combination of the two is legally speaking a [all …]
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Demangle/ |
| H A D | README.txt | 8 library. The main purpose of the library is to demangle C++ symbols, 14 Why are there multiple copies of the this library in the source tree? 33 differences, we want to keep the "core" generic demangling library 36 If you're working on the generic library, then do the work first in 40 blindly overwrites all changes to the generic library in llvm, so be 50 shared demangler library. 57 included in the core library. In the future though, we should probably move all
|
| /openbsd-src/gnu/llvm/libcxxabi/src/demangle/ |
| H A D | README.txt | 8 library. The main purpose of the library is to demangle C++ symbols, 14 Why are there multiple copies of the this library in the source tree? 33 differences, we want to keep the "core" generic demangling library 36 If you're working on the generic library, then do the work first in 40 blindly overwrites all changes to the generic library in llvm, so be 50 shared demangler library. 57 included in the core library. In the future though, we should probably move all
|
| /openbsd-src/gnu/usr.bin/perl/hints/ |
| H A D | broken-db.msg | 1 # Several OSs come with an old version of the DB library which fails 7 Unless you've upgraded your DB library manually you will see failures in 9 broken in the DB library which is included with the OS. You can ignore 12 DB library or OS.
|