Home
last modified time | relevance | path

Searched refs:BitcodeIndex (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3208 uint64_t BitcodeIndex = FunctionToBitcodeIndex[&F] - bitcodeStartBit(); in writeGlobalValueSymbolTable() local
3209 assert((BitcodeIndex & 31) == 0 && "function block not 32-bit aligned"); in writeGlobalValueSymbolTable()
3213 Record[1] = BitcodeIndex / 32 + 1; in writeGlobalValueSymbolTable()