Searched refs:linkageSymbols (Results 1 – 3 of 3) sorted by relevance
276 linkageSymbols.push_back(&symbol); in trackLinkage()745 for (auto i = linkageSymbols.begin(); i != linkageSymbols.end(); ++i) in finish()
207 …TVector<TSymbol*> linkageSymbols; // will be transferred to 'linkage', after all editing is done, … variable
10211 const auto endIt = std::remove_if(linkageSymbols.begin(), linkageSymbols.end(), in removeUnusedStructBufferCounters()10217 linkageSymbols.erase(endIt, linkageSymbols.end()); in removeUnusedStructBufferCounters()10223 for (auto symbol = linkageSymbols.begin(); symbol != linkageSymbols.end(); ++symbol) { in fixTextureShadowModes()