Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DWasmException.cpp22 void WasmException::endModule() { in endModule()
45 void WasmException::endFunction(const MachineFunction *MF) { in endFunction()
78 void WasmException::computeCallSiteTable( in computeCallSiteTable()
H A DWasmException.h25 class LLVM_LIBRARY_VISIBILITY WasmException : public EHStreamer {
27 WasmException(AsmPrinter *A) : EHStreamer(A) {} in WasmException() function
H A DAsmPrinter.cpp603 ES = new WasmException(this); in doInitialization()
/src/lib/clang/libllvm/
H A DMakefile231 SRCS_MIN+= CodeGen/AsmPrinter/WasmException.cpp