Searched refs:WinCFGuard (Results 1 – 6 of 6) sorted by relevance
30 WinCFGuard::WinCFGuard(AsmPrinter *A) : AsmPrinterHandler(), Asm(A) {} in WinCFGuard() function in WinCFGuard32 WinCFGuard::~WinCFGuard() {} in ~WinCFGuard()34 void WinCFGuard::endFunction(const MachineFunction *MF) { in endFunction()80 MCSymbol *WinCFGuard::lookupImpSymbol(const MCSymbol *Sym) { in lookupImpSymbol()86 void WinCFGuard::endModule() { in endModule()
23 class LLVM_LIBRARY_VISIBILITY WinCFGuard : public AsmPrinterHandler {30 WinCFGuard(AsmPrinter *A);31 ~WinCFGuard() override;
25 WinCFGuard.cpp
413 Handlers.emplace_back(std::make_unique<WinCFGuard>(this), CFGuardName, in doInitialization()
34 WinCFGuard.cpp \
43 "WinCFGuard.cpp",