/openbsd/gnu/llvm/llvm/bindings/python/llvm/ |
H A D | object.py | 426 def register_library(library): argument 435 library.LLVMGetSections.argtypes = [ObjectFile] 436 library.LLVMGetSections.restype = c_object_p 447 library.LLVMGetSymbols.argtypes = [ObjectFile] 448 library.LLVMGetSymbols.restype = c_object_p 458 library.LLVMGetSectionName.restype = c_char_p 461 library.LLVMGetSectionSize.restype = c_uint64 483 library.LLVMGetSymbolName.argtypes = [Symbol] 484 library.LLVMGetSymbolName.restype = c_char_p 489 library.LLVMGetSymbolSize.argtypes = [Symbol] [all …]
|
H A D | core.py | 450 def register_library(library): argument 468 library.LLVMInitializeIPO.restype = None 479 library.LLVMShutdown.argtypes = [] 480 library.LLVMShutdown.restype = None 487 library.LLVMContextCreate.argtypes = [] 510 library.LLVMDisposeModule.restype = None 516 library.LLVMSetDataLayout.restype = None 522 library.LLVMSetTarget.restype = None 525 library.LLVMDumpModule.restype = None 548 library.LLVMDumpValue.restype = None [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/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() 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() 232 library = 1; in lang_specific_driver() [all …]
|
/openbsd/usr.sbin/pkg_add/OpenBSD/ |
H A D | LibSpec.pm | 260 sub no_match_major($spec, $library) 262 return $spec->major != $library->major; 265 sub no_match_name($spec, $library, $base) 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 && 287 $spec->minor > $library->minor) { 294 sub no_match($spec, $library, $base) 299 sub match($spec, $library, $base) [all …]
|
/openbsd/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/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/gnu/llvm/clang/docs/ |
H A D | Toolchain.rst | 149 .. FIXME: Describe profiling runtime library 191 Atomics library 220 Unwind library 245 library to be provided. 268 compiler-rt, and the relevant portion of that library 272 C standard library 276 `C standard library <https://en.cppreference.com/w/c>`_ 279 C++ ABI library 282 The C++ ABI library provides an implementation of the library portion of 294 to have more than one C++ ABI library in a program. [all …]
|
/openbsd/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/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/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/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. 13 # into a shared library. 16 # into a static library. 66 # This function creates an imported static library named <target>. 67 # It imports a library named <name> searched at the given <path>. 78 # for the given library <name>. 166 # FIXME: Figure out how to configure the ABI library on Windows. [all …]
|
/openbsd/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 13 The history facilites are also placed into a separate library, the 14 History library, as part of the build process. The History library 22 To build the library, try typing `./configure', then `make'. The 98 editor to embed a path within the library for run-time 99 library searches. A reasonable value for such systems would 112 run-time loader to load the version of the shared library 114 libraries similar to SunOS 4.x use major and minor library 123 or not shared library creation should be attempted. [all …]
|
/openbsd/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/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/gnu/llvm/libcxx/docs/DesignDocs/ |
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.
|
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
|
/openbsd/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/gnu/lib/libstdc++/libstdc++/docs/html/17_intro/ |
H A D | porting.texi | 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. 168 library. 179 library. 254 library assumes that your C library implements @file{<ctype.h>} by using 388 @code{islower} provided by the C library. 562 object files when the C++ library is built as a shared library, or 568 do this is to build the library using @code{gcc -shared}. [all …]
|
/openbsd/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/gnu/gcc/libstdc++-v3/docs/html/17_intro/ |
H A D | porting.texi | 70 your target. The C library need not precisely comply with any 76 library, but you should at least try some minimal test cases. 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. 152 library. 163 library. 238 library assumes that your C library implements @file{<ctype.h>} by using 372 @code{islower} provided by the C library. 546 object files when the C++ library is built as a shared library, or 552 do this is to build the library using @code{gcc -shared}. [all …]
|
/openbsd/gnu/lib/libiberty/src/ |
H A D | copying-lib.texi | 51 with the library after making changes to the library and recompiling 56 permission to copy, distribute and/or modify the library. 59 there is no warranty for the free library. Also, if the library is 85 the library. 117 ``work based on the library'' and a ``work that uses the library''. The 119 be combined with the library in order to run. 153 and installation of the library. 184 The modified work must itself be a software library. 247 the Library into a program that is not a library. 367 Library side-by-side in a single library together with other library [all …]
|
/openbsd/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/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/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.
|