HomeSort by relevance Sort by last modified time
    Searched defs:WasmYAML (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
yaml2obj.h 26 namespace WasmYAML {
39 int yaml2wasm(llvm::WasmYAML::Object &Doc, llvm::raw_ostream &Out);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
WasmYAML.cpp 1 //===- WasmYAML.cpp - Wasm YAMLIO implementation --------------------------===//
14 #include "llvm/ObjectYAML/WasmYAML.h"
22 namespace WasmYAML {
28 } // end namespace WasmYAML
32 void MappingTraits<WasmYAML::FileHeader>::mapping(
33 IO &IO, WasmYAML::FileHeader &FileHdr) {
37 void MappingTraits<WasmYAML::Object>::mapping(IO &IO,
38 WasmYAML::Object &Object) {
46 static void commonSectionMapping(IO &IO, WasmYAML::Section &Section) {
51 static void sectionMapping(IO &IO, WasmYAML::NameSection &Section)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
WasmYAML.h 1 //===- WasmYAML.h - Wasm YAMLIO implementation ------------------*- C++ -*-===//
28 namespace WasmYAML {
320 } // end namespace WasmYAML
323 LLVM_YAML_IS_SEQUENCE_VECTOR(std::unique_ptr<llvm::WasmYAML::Section>)
324 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::WasmYAML::Signature)
325 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::WasmYAML::ValueType)
326 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::WasmYAML::Table)
327 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::WasmYAML::Import)
328 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::WasmYAML::Export)
329 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::WasmYAML::ElemSegment
    [all...]

Completed in 227 milliseconds