Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp349 std::vector<llvm::Constant*> ConstantStrings; member in __anonbab9bb100111::CGObjCGNU
1132 ConstantStrings.push_back(ObjCStrGV); in GenerateConstantString()
1650 if (ConstantStrings.empty()) { in ModuleInitFunction()
1657 ConstantStrings.clear(); in ModuleInitFunction()
2622 ConstantStrings.push_back(ObjCStr); in GenerateConstantString()
3819 if (Classes.empty() && Categories.empty() && ConstantStrings.empty() && in ModuleInitFunction()
3834 if (!ConstantStrings.empty()) { in ModuleInitFunction()
3845 array.addAll(ConstantStrings); in ModuleInitFunction()