Home
last modified time | relevance | path

Searched refs:WebAssemblyAsmBackend (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/WebAssembly/MCTargetDesc/
DWebAssemblyAsmBackend.cpp30 class WebAssemblyAsmBackend final : public MCAsmBackend { class
34 explicit WebAssemblyAsmBackend(bool Is64Bit) in WebAssemblyAsmBackend() function in __anond91b9ae10111::WebAssemblyAsmBackend
36 ~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()
DCMakeLists.txt2 WebAssemblyAsmBackend.cpp