Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinterHandler.h33 class AsmPrinterHandler {
35 virtual ~AsmPrinterHandler();
H A DAsmPrinter.h36 class AsmPrinterHandler; variable
192 SmallVector<std::unique_ptr<AsmPrinterHandler>, 2> Handlers;
522 void addAsmPrinterHandler(std::unique_ptr<AsmPrinterHandler> Handler);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DWinCFGuard.h23 class LLVM_LIBRARY_VISIBILITY WinCFGuard : public AsmPrinterHandler {
H A DEHStreamer.h30 class LLVM_LIBRARY_VISIBILITY EHStreamer : public AsmPrinterHandler {
H A DAsmPrinter.cpp4172 std::unique_ptr<AsmPrinterHandler> Handler) { in addAsmPrinterHandler()
4183 AsmPrinterHandler::~AsmPrinterHandler() = default;
4185 void AsmPrinterHandler::markFunctionEnd() {} in markFunctionEnd()