Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
Dyaml2wasm.cpp38 int writeSectionContent(raw_ostream &OS, WasmYAML::MemorySection &Section);
347 WasmYAML::MemorySection &Section) { in writeSectionContent()
507 } else if (auto S = dyn_cast<WasmYAML::MemorySection>(Sec.get())) { in writeWasm()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DWasmYAML.cpp93 static void sectionMapping(IO &IO, WasmYAML::MemorySection &Section) { in sectionMapping()
182 Section.reset(new WasmYAML::MemorySection()); in mapping()
183 sectionMapping(IO, *cast<WasmYAML::MemorySection>(Section.get())); in mapping()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h245 struct MemorySection : Section { struct
246 MemorySection() : Section(wasm::WASM_SEC_MEMORY) {} in MemorySection() argument
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Dwasm2yaml.cpp207 auto MemorySec = make_unique<WasmYAML::MemorySection>(); in dump()