Searched refs:WebAssemblyMCAsmInfo (Results 1 – 3 of 3) sorted by relevance
23 WebAssemblyMCAsmInfo::~WebAssemblyMCAsmInfo() = default; // anchor.25 WebAssemblyMCAsmInfo::WebAssemblyMCAsmInfo(const Triple &T, in WebAssemblyMCAsmInfo() function in WebAssemblyMCAsmInfo
23 class WebAssemblyMCAsmInfo final : public MCAsmInfoWasm {25 explicit WebAssemblyMCAsmInfo(const Triple &T,27 ~WebAssemblyMCAsmInfo() override;
68 return new WebAssemblyMCAsmInfo(TT, Options); in createMCAsmInfo()