Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp351 std::vector<llvm::Constant*> ConstantStrings; member in __anonaf5ecb460111::CGObjCGNU
1133 ConstantStrings.push_back(ObjCStrGV); in GenerateConstantString()
1652 if (ConstantStrings.empty()) { in ModuleInitFunction()
1659 ConstantStrings.clear(); in ModuleInitFunction()
2623 ConstantStrings.push_back(ObjCStr); in GenerateConstantString()
3820 if (Classes.empty() && Categories.empty() && ConstantStrings.empty() && in ModuleInitFunction()
3835 if (!ConstantStrings.empty()) { in ModuleInitFunction()
3846 array.addAll(ConstantStrings); in ModuleInitFunction()