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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DWinCFGuard.h1 //===-- WinCFGuard.h - Windows Control Flow Guard Handling ----*- C++ -*--===//
23 class LLVM_LIBRARY_VISIBILITY WinCFGuard : public AsmPrinterHandler { class in namespace:llvm
29 WinCFGuard(AsmPrinter *A);
30 ~WinCFGuard() override;
H A DWinCFGuard.cpp1 //===-- CodeGen/AsmPrinter/WinCFGuard.cpp - Control Flow Guard Impl ------===//
14 #include "WinCFGuard.h"
30 WinCFGuard::WinCFGuard(AsmPrinter *A) : AsmPrinterHandler(), Asm(A) {} function in class:WinCFGuard
32 WinCFGuard::~WinCFGuard() {}
34 void WinCFGuard::endFunction(const MachineFunction *MF) {
81 void WinCFGuard::endModule() {
H A DAsmPrinter.cpp18 #include "WinCFGuard.h"
379 Handlers.emplace_back(std::make_unique<WinCFGuard>(this), CFGuardName,
/freebsd-13-stable/lib/clang/libllvm/
H A DMakefile186 SRCS_MIN+= CodeGen/AsmPrinter/WinCFGuard.cpp

Completed in 57 milliseconds