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

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

Completed in 137 milliseconds