Searched refs:Win64Exception (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/AsmPrinter/
H A DWin64Exception.cpp1 //===-- CodeGen/AsmPrinter/Win64Exception.cpp - Dwarf Exception Impl ------===//
41 Win64Exception::Win64Exception(AsmPrinter *A) function in class:Win64Exception
46 Win64Exception::~Win64Exception() {}
50 void Win64Exception::EndModule() {
55 void Win64Exception::BeginFunction(const MachineFunction *MF) {
92 void Win64Exception::EndFunction() {
H A DDwarfException.h197 class Win64Exception : public DwarfException { class in namespace:llvm
214 Win64Exception(AsmPrinter *A);
215 virtual ~Win64Exception();
H A DAsmPrinter.cpp204 DE = new Win64Exception(this);

Completed in 175 milliseconds