Searched refs:WebAssemblyAsmBackend (Results 1 – 4 of 4) sorted by relevance
33 class WebAssemblyAsmBackend final : public MCAsmBackend { class37 explicit WebAssemblyAsmBackend(bool Is64Bit) in WebAssemblyAsmBackend() function in __anon69dc64190111::WebAssemblyAsmBackend39 ~WebAssemblyAsmBackend() override {} in ~WebAssemblyAsmBackend()74 WebAssemblyAsmBackend::getFixupKindInfo(MCFixupKind Kind) const { in getFixupKindInfo()93 bool WebAssemblyAsmBackend::writeNopData(raw_ostream &OS, in writeNopData()101 void WebAssemblyAsmBackend::applyFixup(const MCAssembler &Asm, in applyFixup()127 WebAssemblyAsmBackend::createObjectTargetWriter() const { in createObjectTargetWriter()134 return new WebAssemblyAsmBackend(TT.isArch64Bit()); in createWebAssemblyAsmBackend()
2 WebAssemblyAsmBackend.cpp
30 class WebAssemblyAsmBackend final : public MCAsmBackend { class34 explicit WebAssemblyAsmBackend(bool Is64Bit) in WebAssemblyAsmBackend() function in __anond91b9ae10111::WebAssemblyAsmBackend36 ~WebAssemblyAsmBackend() override {} in ~WebAssemblyAsmBackend()64 bool WebAssemblyAsmBackend::writeNopData(uint64_t Count, in writeNopData()73 void WebAssemblyAsmBackend::applyFixup(const MCFixup &Fixup, char *Data, in applyFixup()96 WebAssemblyAsmBackend::createObjectWriter(raw_pwrite_stream &OS) const { in createObjectWriter()102 return new WebAssemblyAsmBackend(TT.isArch64Bit()); in createWebAssemblyAsmBackend()