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 {
128 DwarfException(AsmPrinter *A);
129 virtual ~DwarfException();
143 class DwarfCFIException : public DwarfException {
177 class ARMException : public DwarfException {
197 class Win64Exception : public DwarfException {
DDwarfException.cpp41 DwarfException::DwarfException(AsmPrinter *A) in DwarfException() function in DwarfException
44 DwarfException::~DwarfException() {} in ~DwarfException()
47 unsigned DwarfException::SharedTypeIds(const LandingPadInfo *L, in SharedTypeIds()
62 bool DwarfException::PadLT(const LandingPadInfo *L, const LandingPadInfo *R) { in PadLT()
76 unsigned DwarfException::
187 bool DwarfException::CallToNoUnwindFunction(const MachineInstr *MI) { in CallToNoUnwindFunction()
226 void DwarfException::
348 void DwarfException::EmitExceptionTable() { in EmitExceptionTable()
717 void DwarfException::EndModule() { in EndModule()
723 void DwarfException::BeginFunction(const MachineFunction *MF) { in BeginFunction()
[all …]
DAndroid.mk20 DwarfException.cpp \
48 DwarfException.cpp \
DCMakeLists.txt11 DwarfException.cpp
DARMException.cpp47 : DwarfException(A) {} in ARMException()
DWin64Exception.cpp42 : DwarfException(A), in Win64Exception()
DDwarfCFIException.cpp43 : DwarfException(A), in DwarfCFIException()
/external/llvm/include/llvm/CodeGen/
DAsmPrinter.h48 class DwarfException; variable
115 DwarfException *DE;