Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyAsmBackend.cpp33 class WebAssemblyAsmBackend final : public MCAsmBackend { class
37 explicit WebAssemblyAsmBackend(bool Is64Bit) in WebAssemblyAsmBackend() function in __anon06c724040111::WebAssemblyAsmBackend
39 ~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()