Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DWinCFGuard.cpp30 WinCFGuard::WinCFGuard(AsmPrinter *A) : AsmPrinterHandler(), Asm(A) {} in WinCFGuard() function in WinCFGuard
32 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()
H A DWinCFGuard.h23 class LLVM_LIBRARY_VISIBILITY WinCFGuard : public AsmPrinterHandler {
30 WinCFGuard(AsmPrinter *A);
31 ~WinCFGuard() override;
H A DCMakeLists.txt25 WinCFGuard.cpp
H A DAsmPrinter.cpp413 Handlers.emplace_back(std::make_unique<WinCFGuard>(this), CFGuardName, in doInitialization()
/netbsd-src/external/apache2/llvm/lib/libLLVMAsmPrinter/
H A DMakefile34 WinCFGuard.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/CodeGen/AsmPrinter/
H A DBUILD.gn43 "WinCFGuard.cpp",