Home
last modified time | relevance | path

Searched refs:changeExceptionFor (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyExceptionInfo.cpp110 changeExceptionFor(EHPad, WE); in discoverAndMapException()
111 changeExceptionFor(*(EHPad->succ_begin()), WE); in discoverAndMapException()
140 changeExceptionFor(MBB, WE); in discoverAndMapException()
DWebAssemblyExceptionInfo.h152 void changeExceptionFor(MachineBasicBlock *MBB, WebAssemblyException *WE) { in changeExceptionFor() function