Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCGNU.cpp359 std::vector<llvm::Constant*> ConstantStrings; member in __anon0fc3211f0111::CGObjCGNU
1093 ConstantStrings.push_back(ObjCStr); in GenerateConstantString()
1580 if (ConstantStrings.empty()) { in ModuleInitFunction()
1587 ConstantStrings.clear(); in ModuleInitFunction()
2387 ConstantStrings.push_back(ObjCStr); in GenerateConstantString()
3506 if (Classes.empty() && Categories.empty() && ConstantStrings.empty() && in ModuleInitFunction()
3524 if (!ConstantStrings.empty()) { in ModuleInitFunction()
3535 array.addAll(ConstantStrings); in ModuleInitFunction()