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
187 setupFunctionContext(Function &F, ArrayRef<LandingPadInst*> LPads) { function in class:SjLjEHPrepare
403 setupFunctionContext(F, makeArrayRef(LPads.begin(), LPads.end()));

Completed in 40 milliseconds