Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinterHandler.h70 virtual void endFunclet() {} in endFunclet() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.h116 void endFunclet() override;
H A DWinException.cpp241 void WinException::endFunclet() { in endFunclet() function in WinException
H A DAsmPrinter.cpp3957 Handler->endFunclet(); in emitBasicBlockStart()