Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3889 if (unsigned InitID = Record[2]) in parseGlobalVarRecord() local
3890 GlobalInits.push_back(std::make_pair(NewGV, InitID - 1)); in parseGlobalVarRecord()