Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DWasmException.cpp46 bool ShouldEmitExceptionTable = false; in endFunction() local
49 ShouldEmitExceptionTable = true; in endFunction()
53 if (!ShouldEmitExceptionTable) in endFunction()