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

/external/llvm/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 DAndroid.mk22 Win64Exception.cpp
49 Win64Exception.cpp \
H A DDwarfException.h208 class Win64Exception : public DwarfException { class in namespace:llvm
225 Win64Exception(AsmPrinter *A);
226 virtual ~Win64Exception();
H A DAsmPrinter.cpp208 DE = new Win64Exception(this);

Completed in 200 milliseconds