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

  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfException.cpp 1 //===-- CodeGen/AsmPrinter/DwarfException.cpp - Dwarf Exception Impl ------===//
14 #include "DwarfException.h"
40 DwarfException::DwarfException(AsmPrinter *A)
43 DwarfException::~DwarfException() {}
46 unsigned DwarfException::SharedTypeIds(const LandingPadInfo *L,
61 bool DwarfException::PadLT(const LandingPadInfo *L, const LandingPadInfo *R) {
75 unsigned DwarfException::
186 bool DwarfException::CallToNoUnwindFunction(const MachineInstr *MI)
    [all...]
DwarfException.h 1 //===-- DwarfException.h - Dwarf Exception Framework -----------*- C++ -*--===//
36 /// DwarfException - Emits Dwarf exception handling directives.
38 class DwarfException {
128 DwarfException(AsmPrinter *A);
129 virtual ~DwarfException();
143 class DwarfCFIException : public DwarfException {
177 class ARMException : public DwarfException {
208 class Win64Exception : public DwarfException {

Completed in 81 milliseconds