Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Dwasm2yaml.cpp277 auto DataSec = make_unique<WasmYAML::DataSection>(); in dump() local
284 DataSec->Segments.push_back(Seg); in dump()
286 S = std::move(DataSec); in dump()