14#ifndef LLVM_OBJECTYAML_ARCHIVEYAML_H
15#define LLVM_OBJECTYAML_ARCHIVEYAML_H
38 Fields[
"LastModified"] = {
"0", 12};
41 Fields[
"AccessMode"] = {
"0", 8};
42 Fields[
"Size"] = {
"0", 10};
43 Fields[
"Terminator"] = {
"`\n", 2};
53 std::optional<std::vector<Child>>
Members;
static GCRegistry::Add< ErlangGC > A("erlang", "erlang-compatible garbage collector")
This file implements a map that provides insertion order iteration.
#define LLVM_YAML_IS_SEQUENCE_VECTOR(type)
This class implements a map that also provides access to all stored values in a deterministic order.
StringRef - Represent a constant reference to a string, i.e.
@ C
The default llvm calling convention, compatible with C.
This is an optimization pass for GlobalISel generic memory operations.
@ Default
The result values are uniform if and only if all operands are uniform.
Field(StringRef Default, unsigned Length)
std::optional< yaml::BinaryRef > Content
std::optional< llvm::yaml::Hex8 > PaddingByte
MapVector< StringRef, Field > Fields
std::optional< yaml::BinaryRef > Content
std::optional< std::vector< Child > > Members