Home | History | Annotate | Download | only in Writer

Lines Matching full:bitcodeindex

2777       uint64_t BitcodeIndex = (*FunctionToBitcodeIndex)[F] - bitcodeStartBit();
2778 assert((BitcodeIndex & 31) == 0 && "function block not 32-bit aligned");
2779 NameVals.push_back(BitcodeIndex / 32);