Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
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()
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()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h299 struct TableSection : Section { struct
300 TableSection() : Section(wasm::WASM_SEC_TABLE) {} in TableSection() argument
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h304 uint32_t TableSection = 0; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp1104 TableSection = Sections.size(); in parseTableSection()
1607 return TableSection; in getSymbolSectionIdImpl()