Lines Matching refs:WasmObjectWriter

180 class WasmObjectWriter : public MCObjectWriter {  class
243 WasmObjectWriter(std::unique_ptr<MCWasmObjectTargetWriter> MOTW, in WasmObjectWriter() function in __anonc88d2daf0111::WasmObjectWriter
247 WasmObjectWriter(std::unique_ptr<MCWasmObjectTargetWriter> MOTW, in WasmObjectWriter() function in __anonc88d2daf0111::WasmObjectWriter
348 void WasmObjectWriter::startSection(SectionBookkeeping &Section, in startSection()
365 void WasmObjectWriter::startCustomSection(SectionBookkeeping &Section, in startCustomSection()
382 void WasmObjectWriter::endSection(SectionBookkeeping &Section) { in endSection()
402 void WasmObjectWriter::writeHeader(const MCAssembler &Asm) { in writeHeader()
407 void WasmObjectWriter::executePostLayoutBinding(MCAssembler &Asm, in executePostLayoutBinding()
435 void WasmObjectWriter::recordRelocation(MCAssembler &Asm, in recordRelocation()
590 WasmObjectWriter::getProvisionalValue(const WasmRelocationEntry &RelEntry, in getProvisionalValue()
700 WasmObjectWriter::getRelocationIndexValue(const WasmRelocationEntry &RelEntry) { in getRelocationIndexValue()
713 void WasmObjectWriter::applyRelocations( in applyRelocations()
770 void WasmObjectWriter::writeTypeSection( in writeTypeSection()
793 void WasmObjectWriter::writeImportSection(ArrayRef<wasm::WasmImport> Imports, in writeImportSection()
839 void WasmObjectWriter::writeFunctionSection(ArrayRef<WasmFunction> Functions) { in writeFunctionSection()
853 void WasmObjectWriter::writeTagSection(ArrayRef<wasm::WasmTagType> Tags) { in writeTagSection()
869 void WasmObjectWriter::writeGlobalSection(ArrayRef<wasm::WasmGlobal> Globals) { in writeGlobalSection()
906 void WasmObjectWriter::writeTableSection(ArrayRef<wasm::WasmTable> Tables) { in writeTableSection()
924 void WasmObjectWriter::writeExportSection(ArrayRef<wasm::WasmExport> Exports) { in writeExportSection()
941 void WasmObjectWriter::writeElemSection( in writeElemSection()
981 void WasmObjectWriter::writeDataCountSection() { in writeDataCountSection()
991 uint32_t WasmObjectWriter::writeCodeSection(const MCAssembler &Asm, in writeCodeSection()
1021 uint32_t WasmObjectWriter::writeDataSection(const MCAsmLayout &Layout) { in writeDataSection()
1052 void WasmObjectWriter::writeRelocSection( in writeRelocSection()
1092 void WasmObjectWriter::writeCustomRelocSections() { in writeCustomRelocSections()
1099 void WasmObjectWriter::writeLinkingMetaDataSection( in writeLinkingMetaDataSection()
1184 void WasmObjectWriter::writeCustomSection(WasmCustomSection &CustomSection, in writeCustomSection()
1204 uint32_t WasmObjectWriter::getFunctionType(const MCSymbolWasm &Symbol) { in getFunctionType()
1210 uint32_t WasmObjectWriter::getTagType(const MCSymbolWasm &Symbol) { in getTagType()
1216 void WasmObjectWriter::registerFunctionType(const MCSymbolWasm &Symbol) { in registerFunctionType()
1236 void WasmObjectWriter::registerTagType(const MCSymbolWasm &Symbol) { in registerTagType()
1276 void WasmObjectWriter::prepareImports( in prepareImports()
1383 uint64_t WasmObjectWriter::writeObject(MCAssembler &Asm, in writeObject()
1398 uint64_t WasmObjectWriter::writeOneObject(MCAssembler &Asm, in writeOneObject()
1916 return std::make_unique<WasmObjectWriter>(std::move(MOTW), OS); in createWasmObjectWriter()
1923 return std::make_unique<WasmObjectWriter>(std::move(MOTW), OS, DwoOS); in createWasmDwoObjectWriter()