Searched refs:WebAssemblyAsmBackend (Results 1 – 2 of 2) sorted by relevance
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()
2 WebAssemblyAsmBackend.cpp