Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp3081 uint64_t BitcodeIndex = FunctionToBitcodeIndex[&F] - bitcodeStartBit(); in writeGlobalValueSymbolTable() local
3082 assert((BitcodeIndex & 31) == 0 && "function block not 32-bit aligned"); in writeGlobalValueSymbolTable()
3086 Record[1] = BitcodeIndex / 32 + 1; in writeGlobalValueSymbolTable()