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"
37 class DwarfEHPrepare : public FunctionPass {
104 DwarfEHPrepare(const TargetMachine *tm) :
126 char DwarfEHPrepare::ID = 0;
129 return new DwarfEHPrepare(tm);
134 bool DwarfEHPrepare::HasCatchAllInSelector(IntrinsicInst *II) {
143 void DwarfEHPrepare::
162 void DwarfEHPrepare::
175 bool DwarfEHPrepare::CleanupSelectors(SmallPtrSet<IntrinsicInst*, 32> &Sels)
    [all...]
Android.mk 14 DwarfEHPrepare.cpp \

Completed in 410 milliseconds