Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp42 void writeSectionContent(raw_ostream &OS, WasmYAML::TableSection &Section);
431 WasmYAML::TableSection &Section) { in writeSectionContent()
625 else if (auto S = dyn_cast<WasmYAML::TableSection>(Sec.get())) in writeWasm()
H A DWasmYAML.cpp113 static void sectionMapping(IO &IO, WasmYAML::TableSection &Section) { in sectionMapping()
224 Section.reset(new WasmYAML::TableSection()); in mapping()
225 sectionMapping(IO, *cast<WasmYAML::TableSection>(Section.get())); in mapping()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h299 struct TableSection : Section { struct
300 TableSection() : Section(wasm::WASM_SEC_TABLE) {} in TableSection() argument
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DWasm.h304 uint32_t TableSection = 0; variable
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Dwasm2yaml.cpp268 auto TableSec = std::make_unique<WasmYAML::TableSection>(); in dump()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DWasmObjectFile.cpp1103 TableSection = Sections.size(); in parseTableSection()
1606 return TableSection; in getSymbolSectionIdImpl()