Searched refs:LazySymbols (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCMac.cpp819 /// LazySymbols - Symbols to generate a lazy reference for. See
821 llvm::SetVector<IdentifierInfo*> LazySymbols; member in class:__anon3801::CGObjCCommonMac
824 /// module. The symbols in this list and LazySymbols are used to add
2655 LazySymbols.insert(&CGM.getContext().Idents.get("Protocol"));
2705 LazySymbols.insert(&CGM.getContext().Idents.get("Protocol"));
3061 LazySymbols.insert(Interface->getIdentifier());
3256 LazySymbols.insert(Super->getIdentifier());
4586 LazySymbols.insert(II);
5108 if (!LazySymbols.empty() || !DefinedSymbols.empty()) {
5119 for (llvm::SetVector<IdentifierInfo*>::iterator I = LazySymbols
[all...]

Completed in 35 milliseconds