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 ------===//
40 Win64Exception::Win64Exception(AsmPrinter *A) function in class:Win64Exception
45 Win64Exception::~Win64Exception() {}
49 void Win64Exception::EndModule() {
54 void Win64Exception::BeginFunction(const MachineFunction *MF) {
91 void Win64Exception::EndFunction() {
H A DAndroid.mk22 Win64Exception.cpp
46 Win64Exception.cpp \
H A DDwarfException.h200 class Win64Exception : public DwarfException { class in namespace:llvm
217 Win64Exception(AsmPrinter *A);
218 virtual ~Win64Exception();
H A DAsmPrinter.cpp203 DE = new Win64Exception(this);

Completed in 79 milliseconds