Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3296 if (unsigned InitID = Record[2]) in parseGlobalVarRecord() local
3297 GlobalInits.push_back(std::make_pair(NewGV, InitID - 1)); in parseGlobalVarRecord()