Home | History | Annotate | Download | only in JIT

Lines Matching refs:FunctionStart

423     /// in the range [FunctionStart,FunctionEnd).
424 void endFunctionBody(const Function *F, uint8_t *FunctionStart,
426 assert(FunctionEnd > FunctionStart);
427 assert(FunctionStart == (uint8_t *)(CurBlock+1) &&