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

/freebsd-current/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
30 WinCFGuard(AsmPrinter *A);
31 ~WinCFGuard() override;
H A DWinCFGuard.cpp1 //===-- CodeGen/AsmPrinter/WinCFGuard.cpp - Control Flow Guard Impl ------===//
14 #include "WinCFGuard.h"
27 WinCFGuard::WinCFGuard(AsmPrinter *A) : Asm(A) {} function in class:WinCFGuard
29 WinCFGuard::~WinCFGuard() = default;
31 void WinCFGuard::endFunction(const MachineFunction *MF) {
77 MCSymbol *WinCFGuard::lookupImpSymbol(const MCSymbol *Sym) {
83 void WinCFGuard::endModule() {
H A DAsmPrinter.cpp19 #include "WinCFGuard.h"
632 Handlers.emplace_back(std::make_unique<WinCFGuard>(this), CFGuardName,
/freebsd-current/lib/clang/libllvm/
H A DMakefile217 SRCS_MIN+= CodeGen/AsmPrinter/WinCFGuard.cpp

Completed in 124 milliseconds