Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Dwasm2yaml.cpp199 auto TableSec = make_unique<WasmYAML::TableSection>(); in dump() local
201 TableSec->Tables.push_back(make_table(Table)); in dump()
203 S = std::move(TableSec); in dump()