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

  /external/llvm/lib/CodeGen/
DwarfEHPrepare.cpp 1 //===-- DwarfEHPrepare - Prepare exception handling for code generation ---===//
15 #define DEBUG_TYPE "dwarfehprepare"
34 class DwarfEHPrepare : public FunctionPass {
46 DwarfEHPrepare(const TargetMachine *tm) :
62 char DwarfEHPrepare::ID = 0;
65 return new DwarfEHPrepare(tm);
71 Value *DwarfEHPrepare::GetExceptionObject(ResumeInst *RI) {
110 bool DwarfEHPrepare::InsertUnwindResumeCalls(Function &Fn) {
180 bool DwarfEHPrepare::runOnFunction(Function &Fn) {
Android.mk 16 DwarfEHPrepare.cpp \

Completed in 430 milliseconds