HomeSort by relevance Sort by last modified time
    Searched defs:Win64Exception (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/AsmPrinter/
Win64Exception.cpp 1 //===-- CodeGen/AsmPrinter/Win64Exception.cpp - Dwarf Exception Impl ------===//
40 Win64Exception::Win64Exception(AsmPrinter *A)
44 Win64Exception::~Win64Exception() {}
48 void Win64Exception::endModule() {
53 void Win64Exception::beginFunction(const MachineFunction *MF) {
90 void Win64Exception::endFunction(const MachineFunction *) {
DwarfException.h 85 class Win64Exception : public EHStreamer {
102 Win64Exception(AsmPrinter *A);
103 virtual ~Win64Exception();

Completed in 1070 milliseconds