Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp350 std::vector<llvm::Constant*> ConstantStrings; member in __anon90b381c40111::CGObjCGNU
1116 ConstantStrings.push_back(ObjCStr); in GenerateConstantString()
1638 if (ConstantStrings.empty()) { in ModuleInitFunction()
1645 ConstantStrings.clear(); in ModuleInitFunction()
2505 ConstantStrings.push_back(ObjCStr); in GenerateConstantString()
3626 if (Classes.empty() && Categories.empty() && ConstantStrings.empty() && in ModuleInitFunction()
3644 if (!ConstantStrings.empty()) { in ModuleInitFunction()
3655 array.addAll(ConstantStrings); in ModuleInitFunction()