Home
last modified time | relevance | path

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

/llvm-project/llvm/tools/obj2yaml/
H A Dwasm2yaml.cpp273 auto TableSec = std::make_unique<WasmYAML::TableSection>(); in dump() local
275 TableSec->Tables.push_back(makeTable(Table.Index, Table.Type)); in dump()
277 S = std::move(TableSec); in dump()