Home
last modified time | relevance | path

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

/external/swiftshader/third_party/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 {
208 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()
721 void DwarfException::EndModule() { in EndModule()
727 void DwarfException::BeginFunction(const MachineFunction *MF) { in BeginFunction()
[all …]
DARMException.cpp40 : DwarfException(A), in ARMException()
DWin64Exception.cpp42 : DwarfException(A), in Win64Exception()
DDwarfCFIException.cpp43 : DwarfException(A), in DwarfCFIException()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DAsmPrinter.h54 class DwarfException; variable
118 DwarfException *DE;