Home
last modified time | relevance | path

Searched refs:Signatures (Results 1 - 18 of 18) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.h27 // TODO: Do the uniquing of Signatures here instead of ObjectFileWriter?
28 std::vector<std::unique_ptr<wasm::WasmSignature>> Signatures; member in llvm::final
42 Signatures.push_back(std::move(Sig)); in addSignature()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DWasmObjectWriter.cpp252 SmallVector<WasmSignature, 4> Signatures; member in __anon24260::WasmObjectWriter
286 Signatures.clear();
312 void writeTypeSection(ArrayRef<WasmSignature> Signatures);
675 void WasmObjectWriter::writeTypeSection(ArrayRef<WasmSignature> Signatures) { in writeTypeSection() argument
676 if (Signatures.empty()) in writeTypeSection()
682 encodeULEB128(Signatures.size(), W.OS); in writeTypeSection()
684 for (const WasmSignature &Sig : Signatures) { in writeTypeSection()
1055 auto Pair = SignatureIndices.insert(std::make_pair(S, Signatures.size())); in registerFunctionType()
1057 Signatures.push_back(S); in registerFunctionType()
1076 auto Pair = SignatureIndices.insert(std::make_pair(S, Signatures in registerEventType()
[all...]
/third_party/lzma/CPP/7zip/UI/Common/
H A DOpenArchive.cpp1055 if (ai.Signatures.IsEmpty())
1063 const CObjectVector<CByteBuffer> &sigs = ai.Signatures;
2188 || ai.Signatures.IsEmpty()
2193 if (isNewStyleSignature && !ai.Signatures.IsEmpty())
2196 for (k = 0; k < ai.Signatures.Size(); k++)
2198 const CByteBuffer &sig = ai.Signatures[k];
2207 if (k != ai.Signatures.Size())
2364 const CObjectVector<CByteBuffer> &sigs = op.codecs->Formats[i].Signatures;
2412 FOR_VECTOR (k, ai.Signatures)
2414 const CByteBuffer &sig = ai.Signatures[
[all...]
H A DLoadCodecs.cpp479 item.Signatures.Add(sig); in LoadFormats()
483 ParseSignatures(sig, (unsigned)sig.Size(), item.Signatures); in LoadFormats()
815 ParseSignatures(arc.Signature, arc.SignatureSize, item.Signatures); in Load()
819 item.Signatures.AddNew().CopyFrom(arc.Signature, arc.SignatureSize); in Load()
H A DLoadCodecs.h113 CObjectVector<CByteBuffer> Signatures; member
H A DHashCalc.cpp2106 item.Signatures.AddNew().CopyFrom(NULL, 0); in Codecs_AddHashArcHandler()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DWasmObjectFile.cpp505 Signature = &Signatures[FunctionTypes[FuncIndex]]; in parseLinkingSectionSymtab()
515 Signature = &Signatures[Import.SigIndex]; in parseLinkingSectionSymtab()
593 Signature = &Signatures[Event.Type.SigIndex]; in parseLinkingSectionSymtab()
605 Signature = &Signatures[EventType->SigIndex]; in parseLinkingSectionSymtab()
778 if (Reloc.Index >= Signatures.size()) in parseRelocSection()
869 Signatures.reserve(Count); in parseTypeSection()
888 Signatures.push_back(std::move(Sig)); in parseTypeSection()
944 uint32_t NumTypes = Signatures.size(); in parseFunctionSection()
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
H A Dmock_overload_set.h81 template <typename DistrT, typename... Signatures>
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DWasm.h136 ArrayRef<wasm::WasmSignature> types() const { return Signatures; } in types()
266 std::vector<wasm::WasmSignature> Signatures; member in llvm::object::WasmObjectFile
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp325 encodeULEB128(Section.Signatures.size(), OS); in writeSectionContent()
327 for (const WasmYAML::Signature &Sig : Section.Signatures) { in writeSectionContent()
H A DWasmYAML.cpp98 IO.mapOptional("Signatures", Section.Signatures); in sectionMapping()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp166 std::vector<std::unique_ptr<wasm::WasmSignature>> Signatures; member in __anon24850::final
227 Signatures.push_back(std::move(Sig)); in addSignature()
/third_party/python/Tools/msi/
H A Duploadrelease.bat54 if not defined GPG echo Cannot locate gpg2.exe. Signatures will not be uploaded & pause
/third_party/lzma/CPP/7zip/UI/Console/
H A DMain.cpp1093 // so << "numSignatures = " << arc.Signatures.Size() << " ";
1095 FOR_VECTOR(si, arc.Signatures)
1100 const CByteBuffer &sig = arc.Signatures[si];
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h269 std::vector<Signature> Signatures; member
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/
H A Dtsprotocol.go3508 /*Signatures defined:
3511 Signatures []SignatureInformation `json:"signatures"`
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/
H A Dtsprotocol.go3508 /*Signatures defined:
3511 Signatures []SignatureInformation `json:"signatures"`
/third_party/spirv-tools/utils/vscode/src/lsp/protocol/
H A Dtsprotocol.go3508 /*Signatures defined:
3511 Signatures []SignatureInformation `json:"signatures"`

Completed in 35 milliseconds