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

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfException.cpp 1 //===-- CodeGen/AsmPrinter/DwarfException.cpp - Dwarf Exception Impl ------===//
14 #include "DwarfException.h"
41 DwarfException::DwarfException(AsmPrinter *A)
44 DwarfException::~DwarfException() {}
47 unsigned DwarfException::SharedTypeIds(const LandingPadInfo *L,
62 bool DwarfException::PadLT(const LandingPadInfo *L, const LandingPadInfo *R) {
76 unsigned DwarfException::
187 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 268 milliseconds