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 ---------===//
40 #define DEBUG_TYPE "sjljehprepare"
46 class SjLjEHPrepare : public FunctionPass {
63 explicit SjLjEHPrepare(const TargetMachine *TM) : FunctionPass(ID), TM(TM) {}
82 char SjLjEHPrepare::ID = 0;
84 // Public Interface To the SjLjEHPrepare pass.
86 return new SjLjEHPrepare(TM);
90 bool SjLjEHPrepare::doInitialization(Module &M) {
122 void SjLjEHPrepare::insertCallSiteStore(Instruction *I, int Number) {
151 void SjLjEHPrepare::substituteLPadValues(LandingPadInst *LPI, Value *ExnVal
    [all...]
Android.mk 98 SjLjEHPrepare.cpp \

Completed in 46 milliseconds