Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyMCAsmInfo.cpp23 WebAssemblyMCAsmInfo::~WebAssemblyMCAsmInfo() = default; // anchor.
25 WebAssemblyMCAsmInfo::WebAssemblyMCAsmInfo(const Triple &T, in WebAssemblyMCAsmInfo() function in WebAssemblyMCAsmInfo
H A DWebAssemblyMCAsmInfo.h23 class WebAssemblyMCAsmInfo final : public MCAsmInfoWasm {
25 explicit WebAssemblyMCAsmInfo(const Triple &T,
27 ~WebAssemblyMCAsmInfo() override;
H A DWebAssemblyMCTargetDesc.cpp68 return new WebAssemblyMCAsmInfo(TT, Options); in createMCAsmInfo()