Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyAsmBackend.cpp32 class WebAssemblyAsmBackend final : public MCAsmBackend { class
37 explicit WebAssemblyAsmBackend(bool Is64Bit, bool IsEmscripten) in WebAssemblyAsmBackend() function in __anone9d166bf0111::WebAssemblyAsmBackend
60 WebAssemblyAsmBackend::getFixupKindInfo(MCFixupKind Kind) const { in getFixupKindInfo()
80 bool WebAssemblyAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData()
88 void WebAssemblyAsmBackend::applyFixup(const MCAssembler &Asm, in applyFixup()
114 WebAssemblyAsmBackend::createObjectTargetWriter() const { in createObjectTargetWriter()
121 return new WebAssemblyAsmBackend(TT.isArch64Bit(), TT.isOSEmscripten()); in createWebAssemblyAsmBackend()