Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjCGNU.cpp350 std::vector<llvm::Constant*> ConstantStrings; member in __anon119c321b0111::CGObjCGNU
1114 ConstantStrings.push_back(ObjCStr); in GenerateConstantString()
1636 if (ConstantStrings.empty()) { in ModuleInitFunction()
1643 ConstantStrings.clear(); in ModuleInitFunction()
2502 ConstantStrings.push_back(ObjCStr); in GenerateConstantString()
3623 if (Classes.empty() && Categories.empty() && ConstantStrings.empty() && in ModuleInitFunction()
3641 if (!ConstantStrings.empty()) { in ModuleInitFunction()
3652 array.addAll(ConstantStrings); in ModuleInitFunction()