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

/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DWasmException.h1 //===-- WasmException.h - Wasm Exception Framework -------------*- C++ -*--===//
25 class LLVM_LIBRARY_VISIBILITY WasmException : public EHStreamer { class in namespace:llvm
27 WasmException(AsmPrinter *A) : EHStreamer(A) {} function in class:llvm::WasmException
H A DWasmException.cpp1 //===-- CodeGen/AsmPrinter/WasmException.cpp - Wasm Exception Impl --------===//
14 #include "WasmException.h"
22 void WasmException::endModule() {
45 void WasmException::endFunction(const MachineFunction *MF) {
78 void WasmException::computeCallSiteTable(
H A DAsmPrinter.cpp18 #include "WasmException.h"
619 ES = new WasmException(this);
/freebsd-current/lib/clang/libllvm/
H A DMakefile215 SRCS_MIN+= CodeGen/AsmPrinter/WasmException.cpp

Completed in 136 milliseconds