Searched refs:setupFunctionContext (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
H A DSjLjEHPrepare.cpp75 Value *setupFunctionContext(Function &F, ArrayRef<LandingPadInst *> LPads);
184 /// setupFunctionContext - Allocate the function context on the stack and fill
186 Value *SjLjEHPrepare::setupFunctionContext(Function &F, function in class:SjLjEHPrepare
416 setupFunctionContext(F, makeArrayRef(LPads.begin(), LPads.end()));

Completed in 210 milliseconds