Lines Matching refs:WasmObjectWriter
199 class WasmObjectWriter : public MCObjectWriter { class
262 WasmObjectWriter(std::unique_ptr<MCWasmObjectTargetWriter> MOTW, in WasmObjectWriter() function in __anonbca1a7710111::WasmObjectWriter
266 WasmObjectWriter(std::unique_ptr<MCWasmObjectTargetWriter> MOTW, in WasmObjectWriter() function in __anonbca1a7710111::WasmObjectWriter
369 void WasmObjectWriter::startSection(SectionBookkeeping &Section, in startSection()
388 void WasmObjectWriter::writeStringWithAlignment(const StringRef Str, in writeStringWithAlignment()
408 void WasmObjectWriter::startCustomSection(SectionBookkeeping &Section, in startCustomSection()
430 void WasmObjectWriter::endSection(SectionBookkeeping &Section) { in endSection()
450 void WasmObjectWriter::writeHeader(const MCAssembler &Asm) { in writeHeader()
455 void WasmObjectWriter::executePostLayoutBinding(MCAssembler &Asm, in executePostLayoutBinding()
483 void WasmObjectWriter::recordRelocation(MCAssembler &Asm, in recordRelocation()
644 WasmObjectWriter::getProvisionalValue(const WasmRelocationEntry &RelEntry, in getProvisionalValue()
755 WasmObjectWriter::getRelocationIndexValue(const WasmRelocationEntry &RelEntry) { in getRelocationIndexValue()
768 void WasmObjectWriter::applyRelocations( in applyRelocations()
826 void WasmObjectWriter::writeTypeSection( in writeTypeSection()
849 void WasmObjectWriter::writeImportSection(ArrayRef<wasm::WasmImport> Imports, in writeImportSection()
895 void WasmObjectWriter::writeFunctionSection(ArrayRef<WasmFunction> Functions) { in writeFunctionSection()
909 void WasmObjectWriter::writeTagSection(ArrayRef<uint32_t> TagTypes) { in writeTagSection()
925 void WasmObjectWriter::writeGlobalSection(ArrayRef<wasm::WasmGlobal> Globals) { in writeGlobalSection()
966 void WasmObjectWriter::writeTableSection(ArrayRef<wasm::WasmTable> Tables) { in writeTableSection()
984 void WasmObjectWriter::writeExportSection(ArrayRef<wasm::WasmExport> Exports) { in writeExportSection()
1001 void WasmObjectWriter::writeElemSection( in writeElemSection()
1041 void WasmObjectWriter::writeDataCountSection() { in writeDataCountSection()
1051 uint32_t WasmObjectWriter::writeCodeSection(const MCAssembler &Asm, in writeCodeSection()
1078 uint32_t WasmObjectWriter::writeDataSection(const MCAsmLayout &Layout) { in writeDataSection()
1109 void WasmObjectWriter::writeRelocSection( in writeRelocSection()
1149 void WasmObjectWriter::writeCustomRelocSections() { in writeCustomRelocSections()
1156 void WasmObjectWriter::writeLinkingMetaDataSection( in writeLinkingMetaDataSection()
1241 void WasmObjectWriter::writeCustomSection(WasmCustomSection &CustomSection, in writeCustomSection()
1261 uint32_t WasmObjectWriter::getFunctionType(const MCSymbolWasm &Symbol) { in getFunctionType()
1267 uint32_t WasmObjectWriter::getTagType(const MCSymbolWasm &Symbol) { in getTagType()
1273 void WasmObjectWriter::registerFunctionType(const MCSymbolWasm &Symbol) { in registerFunctionType()
1293 void WasmObjectWriter::registerTagType(const MCSymbolWasm &Symbol) { in registerTagType()
1333 void WasmObjectWriter::prepareImports( in prepareImports()
1439 uint64_t WasmObjectWriter::writeObject(MCAssembler &Asm, in writeObject()
1454 uint64_t WasmObjectWriter::writeOneObject(MCAssembler &Asm, in writeOneObject()
1970 return std::make_unique<WasmObjectWriter>(std::move(MOTW), OS); in createWasmObjectWriter()
1977 return std::make_unique<WasmObjectWriter>(std::move(MOTW), OS, DwoOS); in createWasmDwoObjectWriter()