/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | FormatUtil.h | 1 //===- FormatUtil.h --------- [all...] |
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | GraphWriter.cpp | 1 //===- GraphWriter.cpp - Implements GraphWriter support routines ----------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // This file implements misc. GraphWriter support routines. 11 //===----------------------------------------------------------------------===// 13 #include "llvm/Support/GraphWriter.h" 21 #include "llvm/Support/Compiler.h" 22 #include "llvm/Support/ErrorHandling.h" 23 #include "llvm/Support/ErrorOr.h" 24 #include "llvm/Support/FileSystem.h" [all …]
|
H A D | Signals.cpp | 1 //===- Signals.cpp - Signal Handling support ------- [all...] |
H A D | LockFileManager.cpp | 1 //===--- LockFileManager.cpp - File-level Locking Utility------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 #include "llvm/Support/LockFileManager.h" 12 #include "llvm/Support/Errc.h" 13 #include "llvm/Support/ErrorOr.h" 14 #include "llvm/Support/ExponentialBackoff.h" 15 #include "llvm/Support/FileSystem.h" 16 #include "llvm/Support/MemoryBuffer.h" 17 #include "llvm/Support/Process.h" [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | WindowsResource.h | 1 //===-- WindowsResource.h ---------------------------------------*- C++-*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===---------------------------------------------------------------------===// 10 // products of the typical resource-compilation process on Windows. This 13 // .rc file(s) ---(rc.exe)---> .res file(s) ---(cvtres.exe)---> COFF file 15 // .rc files are human-readable scripts that list all resources a program uses. 24 // Ref: msdn.microsoft.com/en-us/library/windows/desktop/ms648007(v=vs.85).aspx 26 //===---------------------------------------------------------------------===// 35 #include "llvm/Support/BinaryByteStream.h" 36 #include "llvm/Support/BinaryStreamReader.h" [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | FormatVariadic.h | 1 //===- FormatVariadic.h - Efficient type-safe string formatting --*- C++-*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 10 // subsystems to provide printf-like formatting, but with improved safety and 12 // a raw_ostream or converted to a std::string or llvm::SmallString. 14 // // Convert to std::string. 15 // std::string S = formatv("{0} {1}", 1234.412, "test").str(); 23 //===----------------------------------------------------------------------===// 33 #include "llvm/Support/FormatCommon.h" 34 #include "llvm/Support/FormatProviders.h" [all …]
|
H A D | FormatProviders.h | 1 //===- FormatProviders.h - Formatters for common LLVM types -----*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 10 // allowing precision and width specifiers for scalar and string types. 12 //===----------------------------------------------------------------------===// 20 #include "llvm/Support/FormatVariadicDetails.h" 21 #include "llvm/Support/NativeFormatting.h" 28 namespace support { 83 if (Str.consume_front("x-")) in consumeHexStyle() 85 if (Str.consume_front("X-")) in consumeHexStyle() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/ |
H A D | JSONCompilationDatabase.cpp | 1 //===- JSONCompilationDatabase.cpp ----------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 22 #include "llvm/Support/Allocator.h" 23 #include "llvm/Support/Casting.h" 24 #include "llvm/Support/CommandLine.h" 25 #include "llvm/Support/ErrorOr.h" 26 #include "llvm/Support/MemoryBuffer.h" 27 #include "llvm/Support/Path.h" [all …]
|
/freebsd/crypto/openssh/ |
H A D | PROTOCOL.u2f | 1 This document describes OpenSSH's support for U2F/FIDO security keys. 4 ---------- 6 U2F is an open standard for two-factor authentication hardware, widely 9 cheapest way for users to achieve hardware-backed credential storage. 26 which takes an application ID - a URL-like string, typically "ssh:" 28 and a challenge string (typically randomly generated). The enrollment 30 the hardware-backed private key, some flags and signed attestation 35 in conjunction with a small per-device secret that is unique to the 36 hardware, thus requiring little on-device storage for an effectively 39 primarily use ECDSA signatures in the NIST-P256 field, though the FIDO2 [all …]
|
H A D | PROTOCOL.certkeys | 1 This document describes a simple public-key certificate authentication 5 ---------- 11 surface, but it does not support the important use-cases of centrally 15 system already in SSH to allow certificate-based authentication. The 24 raw user keys. The ssh client will support automatic verification of 29 public key that is used to sign challenges. In OpenSSH, ssh-keygen 34 ssh-rsa-cert-v01@openssh.com 35 ssh-dss-cert-v01@openssh.com 36 ecdsa-sha2-nistp256-cert-v01@openssh.com 37 ecdsa-sha2-nistp384-cert-v01@openssh.com [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/ |
H A D | Utils.h | 1 //===- llvm/TextAPI/Utils.h - TAPI Utils -----------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 17 #include "llvm/Support/Error.h" 18 #include "llvm/Support/FileSystem.h" 19 #include "llvm/Support/MemoryBuffer.h" 20 #include "llvm/Support/Path.h" 21 #include "llvm/Support/Regex.h" 34 using PathSeq = std::vector<std::string>; [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Debuginfod/ |
H A D | Debuginfod.h | 1 //===-- llvm/Debuginfod/Debuginfod.h - Debuginfod client --------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 18 //===----------------------------------------------------------------------===// 28 #include "llvm/Support/Error.h" 29 #include "llvm/Support/MemoryBuffer.h" 30 #include "llvm/Support/Mutex.h" 31 #include "llvm/Support/RWMutex.h" 32 #include "llvm/Support/Timer.h" 50 std::string getDebuginfodCacheKey(StringRef UrlPath); [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | GDBRemoteCommunication.h | 1 //===-- GDBRemoteCommunication.h --------------------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 18 #include <string> 28 #include "lldb/lldb-public.h" 37 eStoppointInvalid = -1, 50 LZ4, // lz compression - called "lz4 raw" in libcompression terms, compat with 56 // https://sourceware.org/gdb/onlinedocs/gdb/struct-stat.html#struct-stat 58 llvm::support::ubig32_t gdb_st_dev; 59 llvm::support::ubig32_t gdb_st_ino; [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Debuginfod/ |
H A D | Debuginfod.cpp | 1 //===-- llvm/Debuginfod/Debuginfod.cpp - Debuginfod client library --------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 16 /// debuginfo, source file) associated with a build-id from debuginfod servers. 22 //===----------------------------------------------------------------------===// 33 #include "llvm/Support/CachePruning.h" 34 #include "llvm/Support/Caching.h" 35 #include "llvm/Support/Errc.h" 36 #include "llvm/Support/Error.h" 37 #include "llvm/Support/FileUtilities.h" [all …]
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-cxxfilt/ |
H A D | llvm-cxxfilt.cpp | 1 //===-- llvm-c++filt.cpp ------- [all...] |
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/ |
H A D | OptimizerDriver.cpp | 1 //===- OptimizerDriver.cpp - Allow BugPoint to run passes safely -------- [all...] |
/freebsd/contrib/llvm-project/llvm/lib/Remarks/ |
H A D | YAMLRemarkParser.h | 1 //===-- YAMLRemarkParser.h - Parser for YAML remarks ------------*- C++/-*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 18 #include "llvm/Support/Error.h" 19 #include "llvm/Support/MemoryBuffer.h" 20 #include "llvm/Support/SourceMgr.h" 21 #include "llvm/Support/YAMLParser.h" 22 #include "llvm/Support/raw_ostream.h" 24 #include <string> [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | TensorSpec.cpp | 1 //===- TensorSpec.cpp - tensor type abstraction ---------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 19 #include "llvm/Support/CommandLine.h" 20 #include "llvm/Support/Debug.h" 21 #include "llvm/Support/JSON.h" 22 #include "llvm/Support/ManagedStatic.h" 23 #include "llvm/Support/raw_ostream.h" 39 static std::array<std::string, static_cast<size_t>(TensorType::Total)> in SUPPORTED_TENSOR_TYPES() [all …]
|
/freebsd/contrib/libpcap/cmake/Modules/ |
H A D | FindFseeko.cmake | 1 # CMake support for fseeko 28 # FSEEKO_DEFINITIONS - List of definitions to pass to add_definitions() 29 # FSEEKO_COMPILE_OPTIONS - List of definitions to pass to add_compile_options() 30 # FSEEKO_LIBRARIES - List of libraries and linker flags 31 # FSEEKO_FOUND - If there is Large files support 42 # * Preprocessor flag -D_LARGEFILE_SOURCE 49 message(STATUS "Looking for native fseeko support") 53 message(STATUS "Looking for native fseeko support - found") 56 message(STATUS "Looking for native fseeko support - not found") 63 set(CMAKE_REQUIRED_DEFINITIONS ${LFS_DEFINITIONS} "-D_LARGEFILE_SOURCE") [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Support/BLAKE3/ |
H A D | README.md | 1 Implementation of BLAKE3, originating from https://github.com/BLAKE3-team/BLAKE3/tree/1.3.1/c 11 #include "llvm/Support/BLAKE3.h" 15 #include <string.h> 51 #include "llvm-c/blake3.h" 55 #include <string.h> 110 on x86-64. This size can be reduced by restricting the maximum input 112 spec](https://github.com/BLAKE3-team/BLAKE3-specs/blob/master/blake3.pdf), 113 but this implementation doesn't currently support that strategy. 129 --- 145 --- [all …]
|
/freebsd/contrib/llvm-project/llvm/tools/lli/ |
H A D | lli.cpp | 1 //===- lli.cpp - LLVM Interpreter / Dynamic compiler ----------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 10 // which allow the direct execution of LLVM programs through a Just-In-Time 13 //===----------------------------------------------------------------------===// 20 #include "llvm/Config/llvm-config.h" 51 #include "llvm/Support/CommandLine.h" 52 #include "llvm/Support/Debug.h" 53 #include "llvm/Support/DynamicLibrary.h" 54 #include "llvm/Support/Format.h" [all …]
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/ |
H A D | llvm-debuginfo-analyzer.cpp | 1 //===-- llvm-debuginfo-analyzer.cpp - LLVM Debug info analysis utility ---===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 17 #include "llvm/Support/COM.h" 18 #include "llvm/Support/CommandLine.h" 19 #include "llvm/Support/InitLLVM.h" 20 #include "llvm/Support/TargetSelect.h" 21 #include "llvm/Support/ToolOutputFile.h" 22 #include "llvm/Support/WithColor.h" [all …]
|
/freebsd/stand/libsa/ |
H A D | libsa.3 | 30 .Nd support library for standalone executables 44 .Sh STRING FUNCTIONS 45 String functions are available as documented in 46 .Xr string 3 50 .Bl -hang -width 10n 58 bytes of memory from the heap using a best-fit algorithm. 97 to the traditional shell-supported environment. 98 Major enhancements are support 100 .Bl -han [all...] |
/freebsd/stand/forth/ |
H A D | support.4th | 26 \ Loader.rc support functions: 28 \ initialize ( addr len -- ) as above, plus load_conf_files 29 \ load_conf ( addr len -- ) load conf file given 30 \ include_conf_files ( -- ) load all conf files in load_conf_files 31 \ print_syntax_error ( -- ) print line and marker of where a syntax 33 \ print_line ( -- ) print last line processed 34 \ load_kernel ( -- ) load kernel 35 \ load_modules ( -- ) load modules flagged 39 \ string counted string structure 40 \ cell .addr string address [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
H A D | Main.cpp | 1 //===- Main.cpp - Top-Level TableGen implementation -----------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 13 // high-level description of the target. 15 //===----------------------------------------------------------------------===// 22 #include "llvm/Support/CommandLine.h" 23 #include "llvm/Support/ErrorOr.h" 24 #include "llvm/Support/FileSystem.h" 25 #include "llvm/Support/MemoryBuffer.h" 26 #include "llvm/Support/SMLoc.h" [all …]
|