HomeSort by: relevance | last modified time | path
    Searched defs:yaml (Results 1 - 25 of 73) sorted by relevancy

1 2 3

  /src/external/apache2/llvm/dist/clang/lib/Tooling/Inclusions/
IncludeStyle.cpp 14 namespace yaml { namespace in namespace:llvm
31 } // namespace yaml
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
ArchiveEmitter.cpp 18 namespace yaml { namespace in namespace:llvm
50 } // namespace yaml
ArchiveYAML.cpp 9 // This file defines classes for handling the YAML representation of archives.
17 namespace yaml { namespace in namespace:llvm
56 } // end namespace yaml
XCOFFYAML.cpp 9 // This file defines classes for handling the YAML representation of XCOFF.
24 namespace yaml { namespace in namespace:llvm
108 } // namespace yaml
yaml2obj.cpp 19 namespace yaml { namespace in namespace:llvm
21 bool convertYAML(yaml::Input &YIn, raw_ostream &Out, ErrorHandler ErrHandler,
28 yaml::YamlObjectFile Doc;
31 ErrHandler("failed to parse YAML input: " + EC.message());
59 yaml2ObjectFile(SmallVectorImpl<char> &Storage, StringRef Yaml,
64 yaml::Input YIn(Yaml);
78 } // namespace yaml
CodeViewYAMLTypeHashing.cpp 9 // This file defines classes for handling the YAML representation of CodeView
24 using namespace llvm::yaml;
27 namespace yaml { namespace in namespace:llvm
45 } // end namespace yaml
DWARFYAML.cpp 9 // This file defines classes for handling the YAML representation of DWARF Debug
89 namespace yaml { namespace in namespace:llvm
327 } // end namespace yaml
MachOYAML.cpp 9 // This file defines classes for handling the YAML representation of MachO.
35 namespace yaml { namespace in namespace:llvm
137 static_cast<llvm::yaml::Hex32>(0));
587 } // end namespace yaml
WasmYAML.cpp 9 // This file defines classes for handling the YAML representation of wasm.
29 namespace yaml { namespace in namespace:llvm
633 } // end namespace yaml
  /src/external/mpl/bind/dist/bin/tests/system/digdelv/
yamlget.py 15 import yaml namespace
17 print("No python yaml module, skipping")
21 for item in yaml.safe_load_all(f):
  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
PdbYaml.cpp 22 using namespace llvm::pdb::yaml;
23 using namespace llvm::yaml;
25 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::pdb::yaml::NamedStreamMapping)
26 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::pdb::yaml::PdbDbiModuleInfo)
27 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::pdb::yaml::StreamBlockList)
31 namespace yaml { namespace in namespace:llvm
162 pdb::yaml::PdbTpiStream &Obj) {
168 IO &IO, pdb::yaml::PdbPublicsStream &Obj) {
  /src/external/apache2/llvm/dist/llvm/lib/TextAPI/
TextStubCommon.h 9 // Defines common Text Stub YAML mappings.
31 namespace yaml { namespace in namespace:llvm
77 } // end namespace yaml.
TextStubCommon.cpp 9 // Implememts common Text Stub YAML mappings.
20 namespace yaml { namespace in namespace:llvm
237 } // end namespace yaml.
  /src/external/mpl/bind/dist/bin/tests/system/dnstap/
ydump.py 15 import yaml namespace
17 print("No python yaml module, skipping")
28 for y in yaml.load_all(f.stdout, Loader=yaml.SafeLoader):
  /src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
YAML.h 1 //===- YAML.h ---------------------------------------------------*- C++ -*-===//
21 namespace yaml { namespace in namespace:llvm
28 /// It renders as a string of hex digits in a YAML file.
29 /// For example, it might render as `DEADBEEFCAFEBABE` (YAML does not
42 /// The YAML mapping:
53 /// namespace yaml {
60 /// } // end namespace yaml
112 } // end namespace yaml
yaml2obj.h 47 namespace yaml { namespace in namespace:llvm
67 yaml2ObjectFile(SmallVectorImpl<char> &Storage, StringRef Yaml,
70 } // namespace yaml
ArchiveYAML.h 10 /// This file declares classes for handling the YAML representation of archives.
18 #include "llvm/ObjectYAML/YAML.h"
47 Optional<yaml::BinaryRef> Content;
48 Optional<llvm::yaml::Hex8> PaddingByte;
53 Optional<yaml::BinaryRef> Content;
62 namespace yaml { namespace in namespace:llvm
74 } // end namespace yaml
ObjectYAML.h 22 namespace yaml { namespace in namespace:llvm
40 } // end namespace yaml
XCOFFYAML.h 9 // This file declares classes for handling the YAML representation of XCOFF.
16 #include "llvm/ObjectYAML/YAML.h"
23 llvm::yaml::Hex16 Magic;
26 llvm::yaml::Hex32 SymbolTableOffset; // File offset to symbol table.
29 llvm::yaml::Hex16 Flags;
34 llvm::yaml::Hex32 Value; // Symbol value; storage class-dependent.
36 llvm::yaml::Hex16 Type;
50 namespace yaml { namespace in namespace:llvm
68 } // namespace yaml
  /src/external/apache2/llvm/dist/clang/include/clang/Tooling/
DiagnosticsYaml.h 10 /// This file defines the structure of a YAML document for serializing
28 namespace yaml { namespace in namespace:llvm
112 } // end namespace yaml
ReplacementsYaml.h 10 /// This file defines the structure of a YAML document for serializing
25 namespace yaml { namespace in namespace:llvm
70 } // end namespace yaml
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
SymbolRewriter.h 46 namespace yaml { namespace in namespace:llvm
53 } // end namespace yaml
100 bool parseEntry(yaml::Stream &Stream, yaml::KeyValueNode &Entry,
102 bool parseRewriteFunctionDescriptor(yaml::Stream &Stream,
103 yaml::ScalarNode *Key,
104 yaml::MappingNode *Value,
106 bool parseRewriteGlobalVariableDescriptor(yaml::Stream &Stream,
107 yaml::ScalarNode *Key,
108 yaml::MappingNode *Value
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/InterfaceStub/
TBEHandler.cpp 22 namespace yaml { namespace in namespace:llvm
24 /// YAML traits for ELFSymbolType.
38 /// YAML traits for ELFArch.
72 /// YAML traits for ELFSymbol.
93 /// YAML traits for set of ELFSymbols.
107 /// YAML traits for ELFStub objects.
111 IO.setError("Not a .tbe YAML file.");
120 } // end namespace yaml
124 yaml::Input YamlIn(Buf);
128 return createStringError(Err, "YAML failed reading as TBE")
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Support/
AMDGPUMetadata.cpp 25 namespace yaml { namespace in namespace:llvm
208 } // end namespace yaml
214 yaml::Input YamlInput(String);
221 yaml::Output YamlOutput(YamlStream, nullptr, std::numeric_limits<int>::max());
  /src/external/apache2/llvm/dist/clang/include/clang/Tooling/Inclusions/
IncludeStyle.h 102 /// \code{.yaml}
158 namespace yaml { namespace in namespace:llvm
173 } // namespace yaml

Completed in 32 milliseconds

1 2 3