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

  /external/llvm/lib/CodeGen/
SjLjEHPrepare.cpp 1 //===- SjLjEHPrepare.cpp - Eliminate Invoke & Unwind instructions ---------===//
15 #define DEBUG_TYPE "sjljehprepare"
45 class SjLjEHPrepare : public FunctionPass {
61 explicit SjLjEHPrepare(const TargetLowering *tli = NULL)
82 char SjLjEHPrepare::ID = 0;
84 // Public Interface To the SjLjEHPrepare pass.
86 return new SjLjEHPrepare(TLI);
90 bool SjLjEHPrepare::doInitialization(Module &M) {
126 void SjLjEHPrepare::insertCallSiteStore(Instruction *I, int Number) {
154 void SjLjEHPrepare::substituteLPadValues(LandingPadInst *LPI, Value *ExnVal
    [all...]
Android.mk 88 SjLjEHPrepare.cpp \

Completed in 1323 milliseconds