Home
last modified time | relevance | path

Searched refs:TableSection (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
Dyaml2wasm.cpp37 int writeSectionContent(raw_ostream &OS, WasmYAML::TableSection &Section);
337 WasmYAML::TableSection &Section) { in writeSectionContent()
504 } else if (auto S = dyn_cast<WasmYAML::TableSection>(Sec.get())) { in writeWasm()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DWasmYAML.cpp88 static void sectionMapping(IO &IO, WasmYAML::TableSection &Section) { in sectionMapping()
177 Section.reset(new WasmYAML::TableSection()); in mapping()
178 sectionMapping(IO, *cast<WasmYAML::TableSection>(Section.get())); in mapping()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h235 struct TableSection : Section { struct
236 TableSection() : Section(wasm::WASM_SEC_TABLE) {} in TableSection() argument
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Dwasm2yaml.cpp199 auto TableSec = make_unique<WasmYAML::TableSection>(); in dump()