| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyAsmPrinter.h | 26 std::vector<std::unique_ptr<wasm::WasmSignature>> Signatures; variable 48 Signatures.push_back(std::move(Sig)); in addSignature()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/MC/ |
| H A D | WasmObjectWriter.cpp | 217 SmallVector<wasm::WasmSignature, 4> Signatures; member in __anonc88d2daf0111::WasmObjectWriter 266 Signatures.clear(); in reset() 309 void writeTypeSection(ArrayRef<wasm::WasmSignature> Signatures); 771 ArrayRef<wasm::WasmSignature> Signatures) { in writeTypeSection() argument 772 if (Signatures.empty()) in writeTypeSection() 778 encodeULEB128(Signatures.size(), W->OS); in writeTypeSection() 780 for (const wasm::WasmSignature &Sig : Signatures) { in writeTypeSection() 1226 auto Pair = SignatureIndices.insert(std::make_pair(S, Signatures.size())); in registerFunctionType() 1228 Signatures.push_back(S); in registerFunctionType() 1249 Signatures.push_back(S); in registerTagType() [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | ClangOpenCLBuiltinEmitter.cpp | 39 std::vector<std::pair<const Record *, unsigned>> Signatures; member 588 for (const auto &Overload : SLM.second.Signatures) { in EmitBuiltinTable() 615 SignatureListMap.find(Candidate)->second.Signatures; in CanReuseSignature() 681 const auto &Ovl = SLM.second.Signatures; in EmitStringMatcher()
|
| /freebsd-13.1/lib/libsecureboot/ |
| H A D | README.rst | 74 Signatures section in OpenPGP 99 Signatures section in OpenSSL
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | Wasm.h | 140 ArrayRef<wasm::WasmSignature> types() const { return Signatures; } in types() 276 std::vector<wasm::WasmSignature> Signatures; variable
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Object/ |
| H A D | WasmObjectFile.cpp | 548 Signature = &Signatures[FunctionTypes[FuncIndex]]; in parseLinkingSectionSymtab() 560 Signature = &Signatures[Import.SigIndex]; in parseLinkingSectionSymtab() 677 Signature = &Signatures[Tag.Type.SigIndex]; in parseLinkingSectionSymtab() 691 Signature = &Signatures[TagType->SigIndex]; in parseLinkingSectionSymtab() 884 if (Reloc.Index >= Signatures.size()) in parseRelocSection() 1008 Signatures.reserve(Count); in parseTypeSection() 1027 Signatures.push_back(std::move(Sig)); in parseTypeSection() 1089 uint32_t NumTypes = Signatures.size(); in parseFunctionSection()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | WasmEmitter.cpp | 353 encodeULEB128(Section.Signatures.size(), OS); in writeSectionContent() 355 for (const WasmYAML::Signature &Sig : Section.Signatures) { in writeSectionContent()
|
| H A D | WasmYAML.cpp | 100 IO.mapOptional("Signatures", Section.Signatures); in sectionMapping()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/ |
| H A D | WebAssemblyAsmParser.cpp | 201 std::vector<std::unique_ptr<wasm::WasmSignature>> Signatures; member in __anoncf9387500111::WebAssemblyAsmParser 294 Signatures.push_back(std::move(Sig)); in addSignature()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
| H A D | WasmYAML.h | 276 std::vector<Signature> Signatures; member
|
| /freebsd-13.1/contrib/llvm-project/lld/docs/ |
| H A D | WebAssembly.rst | 125 Function Signatures
|
| /freebsd-13.1/sys/contrib/libsodium/ |
| H A D | ChangeLog | 3 - Signatures computations and verifications are now way faster on 193 the standard definition of signature security). Signatures with a small-order
|
| /freebsd-13.1/crypto/openssh/ |
| H A D | PROTOCOL.certkeys | 216 up to, and including the signature key. Signatures are computed and
|
| /freebsd-13.1/tools/tools/tinybsd/conf/firewall/etc/ |
| H A D | pf.os | 177 # normalize packets. Signatures will not correspond to the originating
|
| /freebsd-13.1/tools/tools/tinybsd/conf/wireless/etc/ |
| H A D | pf.os | 177 # normalize packets. Signatures will not correspond to the originating
|
| /freebsd-13.1/sbin/pfctl/ |
| H A D | pf.os | 183 # normalize packets. Signatures will not correspond to the originating
|
| /freebsd-13.1/contrib/bearssl/src/ssl/ |
| H A D | ssl_hs_client.t0 | 372 \ Length of Signatures extension.
|
| /freebsd-13.1/contrib/tzdata/ |
| H A D | NEWS | 4183 Signatures now have the extension .asc, not .sign, as that's more
|
| /freebsd-13.1/contrib/unbound/doc/ |
| H A D | Changelog | 9817 the rrset is from the additional section. Signatures may have
|
| /freebsd-13.1/crypto/openssl/ |
| H A D | CHANGES | 10408 again. Signatures then use the original encoding rather than
|
| /freebsd-13.1/sys/contrib/dev/acpica/ |
| H A D | changes.txt | 17387 Implemented the ACPI 2.0A restriction on ACPI Table Signatures to
|