Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGObjCGNU.cpp351 std::vector<llvm::Constant*> ConstantStrings; member in __anon2d629be70111::CGObjCGNU
1117 ConstantStrings.push_back(ObjCStr); in GenerateConstantString()
1641 if (ConstantStrings.empty()) { in ModuleInitFunction()
1648 ConstantStrings.clear(); in ModuleInitFunction()
2514 ConstantStrings.push_back(ObjCStr); in GenerateConstantString()
3708 if (Classes.empty() && Categories.empty() && ConstantStrings.empty() && in ModuleInitFunction()
3725 if (!ConstantStrings.empty()) { in ModuleInitFunction()
3736 array.addAll(ConstantStrings); in ModuleInitFunction()