Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:FnEnd

1266   // CurBufferPtr may have moved beyond FnEnd, due to memory allocation for
1281 // FnEnd is the end of the function's machine code.
1282 uint8_t *FnEnd = CurBufferPtr;
1307 (unsigned char const *)FnStart, FnEnd - FnStart);