Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/wasm/
H A DSyntheticSections.h218 class TableSection : public SyntheticSection {
220 TableSection() : SyntheticSection(llvm::wasm::WASM_SEC_TABLE) {}
438 TableSection *tableSec;
H A DSyntheticSections.cpp310 void TableSection::writeBody() { in writeBody()
318 void TableSection::addTable(InputTable *table) { in addTable()
346 void TableSection::assignIndexes() { in assignIndexes()
H A DWriter.cpp1524 out.tableSec = make<TableSection>(); in createSyntheticSections()
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
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()
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()
/openbsd-src/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h316 struct TableSection : Section { struct
317 TableSection() : Section(wasm::WASM_SEC_TABLE) {} in TableSection() argument
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DWasm.h300 uint32_t TableSection = 0; variable
/openbsd-src/gnu/llvm/llvm/tools/obj2yaml/
H A Dwasm2yaml.cpp271 auto TableSec = std::make_unique<WasmYAML::TableSection>(); in dump()
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DWasmObjectFile.cpp1189 TableSection = Sections.size(); in parseTableSection()
1702 return TableSection; in getSymbolSectionIdImpl()