Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGObjCGNU.cpp306 std::vector<llvm::Constant*> ConstantStrings; member in __anon13748a720111::CGObjCGNU
1208 ConstantStrings.push_back(ObjCStr); in GenerateConstantString()
2359 if (Classes.empty() && Categories.empty() && ConstantStrings.empty() && in ModuleInitFunction()
2377 if (!ConstantStrings.empty()) { in ModuleInitFunction()
2379 ConstantStrings.size() + 1); in ModuleInitFunction()
2380 ConstantStrings.push_back(NULLPtr); in ModuleInitFunction()
2389 ConstantStrings)); in ModuleInitFunction()