Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/wasm/
H A DSyntheticSections.h217 class TableSection : public SyntheticSection {
219 TableSection() : SyntheticSection(llvm::wasm::WASM_SEC_TABLE) {}
437 TableSection *tableSec;
H A DSyntheticSections.cpp308 void TableSection::writeBody() { in writeBody()
316 void TableSection::addTable(InputTable *table) { in addTable()
344 void TableSection::assignIndexes() { in assignIndexes()
H A DWriter.cpp1499 out.tableSec = make<TableSection>(); in createSyntheticSections()
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp115 static void sectionMapping(IO &IO, WasmYAML::TableSection &Section) { in sectionMapping()
226 Section.reset(new WasmYAML::TableSection()); in mapping()
227 sectionMapping(IO, *cast<WasmYAML::TableSection>(Section.get())); in mapping()
H A DWasmEmitter.cpp42 void writeSectionContent(raw_ostream &OS, WasmYAML::TableSection &Section);
444 WasmYAML::TableSection &Section) { in writeSectionContent()
621 else if (auto S = dyn_cast<WasmYAML::TableSection>(Sec.get())) in writeWasm()
/llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h316 struct TableSection : Section { struct
317 TableSection() : Section(wasm::WASM_SEC_TABLE) {} in TableSection() argument
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DWasm.h300 uint32_t TableSection = 0; variable
/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Dwasm2yaml.cpp271 auto TableSec = std::make_unique<WasmYAML::TableSection>(); in dump()
/llvm-project-15.0.7/llvm/lib/Object/
H A DWasmObjectFile.cpp1197 TableSection = Sections.size(); in parseTableSection()
1710 return TableSection; in getSymbolSectionIdImpl()