Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DWinCFGuard.cpp28 WinCFGuard::WinCFGuard(AsmPrinter *A) : Asm(A) {} in WinCFGuard() function in WinCFGuard
30 WinCFGuard::~WinCFGuard() = default;
32 void WinCFGuard::endFunction(const MachineFunction *MF) { in endFunction()
78 MCSymbol *WinCFGuard::lookupImpSymbol(const MCSymbol *Sym) { in lookupImpSymbol()
84 void WinCFGuard::endModule() { in endModule()
H A DWinCFGuard.h23 class LLVM_LIBRARY_VISIBILITY WinCFGuard : public AsmPrinterHandler {
30 WinCFGuard(AsmPrinter *A);
31 ~WinCFGuard() override;
H A DAsmPrinter.cpp614 Handlers.push_back(std::make_unique<WinCFGuard>(this)); in doInitialization()
/freebsd/lib/clang/libllvm/
H A DMakefile214 SRCS_MIN+= CodeGen/AsmPrinter/WinCFGuard.cpp