Searched refs:DwarfException (Results 1 - 7 of 7) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfException.h1 //===-- DwarfException.h - Dwarf Exception Framework -----------*- C++ -*--===//
36 /// DwarfException - Emits Dwarf exception handling directives.
38 class DwarfException { class in namespace:llvm
128 DwarfException(AsmPrinter *A);
129 virtual ~DwarfException();
143 class DwarfCFIException : public DwarfException {
177 class ARMException : public DwarfException {
208 class Win64Exception : public DwarfException {
H A DAndroid.mk20 DwarfException.cpp \
48 DwarfException.cpp \
H A DDwarfException.cpp1 //===-- CodeGen/AsmPrinter/DwarfException.cpp - Dwarf Exception Impl ------===//
14 #include "DwarfException.h"
41 DwarfException::DwarfException(AsmPrinter *A) function in class:DwarfException
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
[all...]
H A DARMException.cpp14 #include "DwarfException.h"
47 : DwarfException(A),
H A DWin64Exception.cpp14 #include "DwarfException.h"
42 : DwarfException(A),
H A DDwarfCFIException.cpp1 //===-- CodeGen/AsmPrinter/DwarfException.cpp - Dwarf Exception Impl ------===//
14 #include "DwarfException.h"
43 : DwarfException(A),
/external/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h47 class DwarfException;
114 DwarfException *DE;

Completed in 194 milliseconds