Lines Matching refs:WasmObjectWriter

199 class WasmObjectWriter : public MCObjectWriter {  class
262 WasmObjectWriter(std::unique_ptr<MCWasmObjectTargetWriter> MOTW, in WasmObjectWriter() function in __anon85aef9ab0111::WasmObjectWriter
266 WasmObjectWriter(std::unique_ptr<MCWasmObjectTargetWriter> MOTW, in WasmObjectWriter() function in __anon85aef9ab0111::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()
754 WasmObjectWriter::getRelocationIndexValue(const WasmRelocationEntry &RelEntry) { in getRelocationIndexValue()
767 void WasmObjectWriter::applyRelocations( in applyRelocations()
824 void WasmObjectWriter::writeTypeSection( in writeTypeSection()
847 void WasmObjectWriter::writeImportSection(ArrayRef<wasm::WasmImport> Imports, in writeImportSection()
893 void WasmObjectWriter::writeFunctionSection(ArrayRef<WasmFunction> Functions) { in writeFunctionSection()
907 void WasmObjectWriter::writeTagSection(ArrayRef<uint32_t> TagTypes) { in writeTagSection()
923 void WasmObjectWriter::writeGlobalSection(ArrayRef<wasm::WasmGlobal> Globals) { in writeGlobalSection()
964 void WasmObjectWriter::writeTableSection(ArrayRef<wasm::WasmTable> Tables) { in writeTableSection()
982 void WasmObjectWriter::writeExportSection(ArrayRef<wasm::WasmExport> Exports) { in writeExportSection()
999 void WasmObjectWriter::writeElemSection( in writeElemSection()
1039 void WasmObjectWriter::writeDataCountSection() { in writeDataCountSection()
1049 uint32_t WasmObjectWriter::writeCodeSection(const MCAssembler &Asm, in writeCodeSection()
1079 uint32_t WasmObjectWriter::writeDataSection(const MCAsmLayout &Layout) { in writeDataSection()
1110 void WasmObjectWriter::writeRelocSection( in writeRelocSection()
1150 void WasmObjectWriter::writeCustomRelocSections() { in writeCustomRelocSections()
1157 void WasmObjectWriter::writeLinkingMetaDataSection( in writeLinkingMetaDataSection()
1242 void WasmObjectWriter::writeCustomSection(WasmCustomSection &CustomSection, in writeCustomSection()
1262 uint32_t WasmObjectWriter::getFunctionType(const MCSymbolWasm &Symbol) { in getFunctionType()
1268 uint32_t WasmObjectWriter::getTagType(const MCSymbolWasm &Symbol) { in getTagType()
1274 void WasmObjectWriter::registerFunctionType(const MCSymbolWasm &Symbol) { in registerFunctionType()
1294 void WasmObjectWriter::registerTagType(const MCSymbolWasm &Symbol) { in registerTagType()
1334 void WasmObjectWriter::prepareImports( in prepareImports()
1440 uint64_t WasmObjectWriter::writeObject(MCAssembler &Asm, in writeObject()
1455 uint64_t WasmObjectWriter::writeOneObject(MCAssembler &Asm, in writeOneObject()
1976 return std::make_unique<WasmObjectWriter>(std::move(MOTW), OS); in createWasmObjectWriter()
1983 return std::make_unique<WasmObjectWriter>(std::move(MOTW), OS, DwoOS); in createWasmDwoObjectWriter()