Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyExceptionInfo.cpp26 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()
DWebAssemblyExceptionInfo.h118 class WebAssemblyExceptionInfo final : public MachineFunctionPass {
130 WebAssemblyExceptionInfo() : MachineFunctionPass(ID) { in WebAssemblyExceptionInfo() function
133 ~WebAssemblyExceptionInfo() override { releaseMemory(); } in ~WebAssemblyExceptionInfo()
134 WebAssemblyExceptionInfo(const WebAssemblyExceptionInfo &) = delete;
135 WebAssemblyExceptionInfo &
136 operator=(const WebAssemblyExceptionInfo &) = delete;
DCMakeLists.txt23 WebAssemblyExceptionInfo.cpp
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Target/WebAssembly/
DWebAssemblyExceptionInfoTest.cpp167 WebAssemblyExceptionInfo WEI; in TEST()
342 WebAssemblyExceptionInfo WEI; in TEST()
498 WebAssemblyExceptionInfo WEI; in TEST()