Lines Matching refs:WasmObjectWriter
198 class WasmObjectWriter : public MCObjectWriter { class
254 WasmObjectWriter(std::unique_ptr<MCWasmObjectTargetWriter> MOTW, in WasmObjectWriter() function in __anon325f64800111::WasmObjectWriter
258 ~WasmObjectWriter() override;
333 WasmObjectWriter::~WasmObjectWriter() {} in ~WasmObjectWriter()
336 void WasmObjectWriter::startSection(SectionBookkeeping &Section, in startSection()
353 void WasmObjectWriter::startCustomSection(SectionBookkeeping &Section, in startCustomSection()
370 void WasmObjectWriter::endSection(SectionBookkeeping &Section) { in endSection()
393 void WasmObjectWriter::writeHeader(const MCAssembler &Asm) { in writeHeader()
398 void WasmObjectWriter::executePostLayoutBinding(MCAssembler &Asm, in executePostLayoutBinding()
414 void WasmObjectWriter::recordRelocation(MCAssembler &Asm, in recordRelocation()
579 WasmObjectWriter::getProvisionalValue(const WasmRelocationEntry &RelEntry) { in getProvisionalValue()
662 WasmObjectWriter::getRelocationIndexValue(const WasmRelocationEntry &RelEntry) { in getRelocationIndexValue()
675 void WasmObjectWriter::applyRelocations( in applyRelocations()
710 void WasmObjectWriter::writeTypeSection(ArrayRef<WasmSignature> Signatures) { in writeTypeSection()
732 void WasmObjectWriter::writeImportSection(ArrayRef<wasm::WasmImport> Imports, in writeImportSection()
778 void WasmObjectWriter::writeFunctionSection(ArrayRef<WasmFunction> Functions) { in writeFunctionSection()
792 void WasmObjectWriter::writeGlobalSection() { in writeGlobalSection()
812 void WasmObjectWriter::writeEventSection(ArrayRef<wasm::WasmEventType> Events) { in writeEventSection()
828 void WasmObjectWriter::writeExportSection(ArrayRef<wasm::WasmExport> Exports) { in writeExportSection()
845 void WasmObjectWriter::writeElemSection(ArrayRef<uint32_t> TableElems) { in writeElemSection()
867 void WasmObjectWriter::writeCodeSection(const MCAssembler &Asm, in writeCodeSection()
897 void WasmObjectWriter::writeDataSection() { in writeDataSection()
923 void WasmObjectWriter::writeRelocSection( in writeRelocSection()
964 void WasmObjectWriter::writeCustomRelocSections() { in writeCustomRelocSections()
971 void WasmObjectWriter::writeLinkingMetaDataSection( in writeLinkingMetaDataSection()
1055 void WasmObjectWriter::writeCustomSections(const MCAssembler &Asm, in writeCustomSections()
1076 uint32_t WasmObjectWriter::getFunctionType(const MCSymbolWasm &Symbol) { in getFunctionType()
1082 uint32_t WasmObjectWriter::getEventType(const MCSymbolWasm &Symbol) { in getEventType()
1088 void WasmObjectWriter::registerFunctionType(const MCSymbolWasm &Symbol) { in registerFunctionType()
1108 void WasmObjectWriter::registerEventType(const MCSymbolWasm &Symbol) { in registerEventType()
1148 uint64_t WasmObjectWriter::writeObject(MCAssembler &Asm, in writeObject()
1595 return llvm::make_unique<WasmObjectWriter>(std::move(MOTW), OS); in createWasmObjectWriter()