HomeSort by: relevance | last modified time | path
    Searched defs:WinCFGuard (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
WinCFGuard.h 1 //===-- WinCFGuard.h - Windows Control Flow Guard Handling ----*- C++ -*--===//
23 class LLVM_LIBRARY_VISIBILITY WinCFGuard : public AsmPrinterHandler {
30 WinCFGuard(AsmPrinter *A);
31 ~WinCFGuard() override;
WinCFGuard.cpp 1 //===-- CodeGen/AsmPrinter/WinCFGuard.cpp - Control Flow Guard Impl ------===//
14 #include "WinCFGuard.h"
30 WinCFGuard::WinCFGuard(AsmPrinter *A) : AsmPrinterHandler(), Asm(A) {}
32 WinCFGuard::~WinCFGuard() {}
34 void WinCFGuard::endFunction(const MachineFunction *MF) {
80 MCSymbol *WinCFGuard::lookupImpSymbol(const MCSymbol *Sym) {
86 void WinCFGuard::endModule() {

Completed in 16 milliseconds