Searched refs:BitcodeIndex (Results 1 – 1 of 1) sorted by relevance
2777 uint64_t BitcodeIndex = (*FunctionToBitcodeIndex)[F] - bitcodeStartBit(); in writeValueSymbolTable() local2778 assert((BitcodeIndex & 31) == 0 && "function block not 32-bit aligned"); in writeValueSymbolTable()2779 NameVals.push_back(BitcodeIndex / 32); in writeValueSymbolTable()