Home
last modified time | relevance | path

Searched refs:Signatures (Results 1 – 21 of 21) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.h26 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 DWasmObjectWriter.cpp217 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 DClangOpenCLBuiltinEmitter.cpp39 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 DREADME.rst74 Signatures section in OpenPGP
99 Signatures section in OpenSSL
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h140 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 DWasmObjectFile.cpp548 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 DWasmEmitter.cpp353 encodeULEB128(Section.Signatures.size(), OS); in writeSectionContent()
355 for (const WasmYAML::Signature &Sig : Section.Signatures) { in writeSectionContent()
H A DWasmYAML.cpp100 IO.mapOptional("Signatures", Section.Signatures); in sectionMapping()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp201 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 DWasmYAML.h276 std::vector<Signature> Signatures; member
/freebsd-13.1/contrib/llvm-project/lld/docs/
H A DWebAssembly.rst125 Function Signatures
/freebsd-13.1/sys/contrib/libsodium/
H A DChangeLog3 - 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 DPROTOCOL.certkeys216 up to, and including the signature key. Signatures are computed and
/freebsd-13.1/tools/tools/tinybsd/conf/firewall/etc/
H A Dpf.os177 # normalize packets. Signatures will not correspond to the originating
/freebsd-13.1/tools/tools/tinybsd/conf/wireless/etc/
H A Dpf.os177 # normalize packets. Signatures will not correspond to the originating
/freebsd-13.1/sbin/pfctl/
H A Dpf.os183 # normalize packets. Signatures will not correspond to the originating
/freebsd-13.1/contrib/bearssl/src/ssl/
H A Dssl_hs_client.t0372 \ Length of Signatures extension.
/freebsd-13.1/contrib/tzdata/
H A DNEWS4183 Signatures now have the extension .asc, not .sign, as that's more
/freebsd-13.1/contrib/unbound/doc/
H A DChangelog9817 the rrset is from the additional section. Signatures may have
/freebsd-13.1/crypto/openssl/
H A DCHANGES10408 again. Signatures then use the original encoding rather than
/freebsd-13.1/sys/contrib/dev/acpica/
H A Dchanges.txt17387 Implemented the ACPI 2.0A restriction on ACPI Table Signatures to