Searched refs:WebAssemblyMCAsmInfo (Results 1 – 4 of 4) sorted by relevance
22 WebAssemblyMCAsmInfo::~WebAssemblyMCAsmInfo() {} in ~WebAssemblyMCAsmInfo()24 WebAssemblyMCAsmInfo::WebAssemblyMCAsmInfo(const Triple &T) { in WebAssemblyMCAsmInfo() function in WebAssemblyMCAsmInfo
24 class WebAssemblyMCAsmInfo final : public MCAsmInfoELF {26 explicit WebAssemblyMCAsmInfo(const Triple &T);27 ~WebAssemblyMCAsmInfo() override;
4 WebAssemblyMCAsmInfo.cpp
39 return new WebAssemblyMCAsmInfo(TT); in createMCAsmInfo()