Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
Dyaml2wasm.cpp35 int writeSectionContent(raw_ostream &OS, WasmYAML::ImportSection &Section);
279 WasmYAML::ImportSection &Section) { in writeSectionContent()
498 } else if (auto S = dyn_cast<WasmYAML::ImportSection>(Sec.get())) { in writeWasm()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DWasmYAML.cpp78 static void sectionMapping(IO &IO, WasmYAML::ImportSection &Section) { in sectionMapping()
167 Section.reset(new WasmYAML::ImportSection()); in mapping()
168 sectionMapping(IO, *cast<WasmYAML::ImportSection>(Section.get())); in mapping()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h215 struct ImportSection : Section { struct
216 ImportSection() : Section(wasm::WASM_SEC_IMPORT) {} in ImportSection() function
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Dwasm2yaml.cpp164 auto ImportSec = make_unique<WasmYAML::ImportSection>(); in dump()