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

  /external/llvm/lib/CodeGen/AsmPrinter/
WinException.h 1 //===-- WinException.h - Windows Exception Handling ----------*- C++ -*--===//
27 class LLVM_LIBRARY_VISIBILITY WinException : public EHStreamer {
86 WinException(AsmPrinter *A);
87 ~WinException() override;
WinException.cpp 1 //===-- CodeGen/AsmPrinter/WinException.cpp - Dwarf Exception Impl ------===//
14 #include "WinException.h"
44 WinException::WinException(AsmPrinter *A) : EHStreamer(A) {
50 WinException::~WinException() {}
54 void WinException::endModule() {
62 void WinException::beginFunction(const MachineFunction *MF) {
104 void WinException::endFunction(const MachineFunction *MF) {
171 void WinException::beginFunclet(const MachineBasicBlock &MBB
    [all...]

Completed in 189 milliseconds