Home
last modified time | relevance | path

Searched refs:DwarfException (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfException.h38 class DwarfException {
130 DwarfException(AsmPrinter *A);
131 virtual ~DwarfException();
145 class DwarfCFIException : public DwarfException {
179 class ARMException : public DwarfException {
200 class Win64Exception : public DwarfException {
DDwarfException.cpp40 DwarfException::DwarfException(AsmPrinter *A) in DwarfException() function in DwarfException
43 DwarfException::~DwarfException() {} in ~DwarfException()
46 unsigned DwarfException::SharedTypeIds(const LandingPadInfo *L, in SharedTypeIds()
61 bool DwarfException::PadLT(const LandingPadInfo *L, const LandingPadInfo *R) { in PadLT()
75 unsigned DwarfException::
186 bool DwarfException::CallToNoUnwindFunction(const MachineInstr *MI) { in CallToNoUnwindFunction()
225 void DwarfException::
347 void DwarfException::EmitExceptionTable() { in EmitExceptionTable()
679 void DwarfException::EmitTypeInfos(unsigned TTypeEncoding) { in EmitTypeInfos()
722 void DwarfException::EndModule() { in EndModule()
[all …]
DAndroid.mk20 DwarfException.cpp \
45 DwarfException.cpp \
DCMakeLists.txt11 DwarfException.cpp
DWin64Exception.cpp41 : DwarfException(A), in Win64Exception()
DARMException.cpp46 : DwarfException(A) {} in ARMException()
DDwarfCFIException.cpp43 : DwarfException(A), in DwarfCFIException()
/external/llvm/include/llvm/CodeGen/
DAsmPrinter.h48 class DwarfException; variable
115 DwarfException *DE;