Searched refs:WebAssemblyExceptionInfo (Results 1 – 4 of 4) sorted by relevance
26 char WebAssemblyExceptionInfo::ID = 0;28 INITIALIZE_PASS_BEGIN(WebAssemblyExceptionInfo, DEBUG_TYPE,32 INITIALIZE_PASS_END(WebAssemblyExceptionInfo, DEBUG_TYPE, in INITIALIZE_PASS_DEPENDENCY()35 bool WebAssemblyExceptionInfo::runOnMachineFunction(MachineFunction &F) { in INITIALIZE_PASS_DEPENDENCY()43 void WebAssemblyExceptionInfo::recalculate( in recalculate()84 void WebAssemblyExceptionInfo::releaseMemory() { in releaseMemory()90 void WebAssemblyExceptionInfo::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()97 void WebAssemblyExceptionInfo::discoverAndMapException( in discoverAndMapException()154 WebAssemblyExceptionInfo::getOutermostException(MachineBasicBlock *MBB) const { in getOutermostException()194 void WebAssemblyExceptionInfo::print(raw_ostream &OS, const Module *) const { in print()
118 class WebAssemblyExceptionInfo final : public MachineFunctionPass {130 WebAssemblyExceptionInfo() : MachineFunctionPass(ID) { in WebAssemblyExceptionInfo() function133 ~WebAssemblyExceptionInfo() override { releaseMemory(); } in ~WebAssemblyExceptionInfo()134 WebAssemblyExceptionInfo(const WebAssemblyExceptionInfo &) = delete;135 WebAssemblyExceptionInfo &136 operator=(const WebAssemblyExceptionInfo &) = delete;
23 WebAssemblyExceptionInfo.cpp
167 WebAssemblyExceptionInfo WEI; in TEST()342 WebAssemblyExceptionInfo WEI; in TEST()498 WebAssemblyExceptionInfo WEI; in TEST()