Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGObjCGNU.cpp310 std::vector<llvm::Constant*> ConstantStrings; member in __anon13748a720111::CGObjCGNU
1220 ConstantStrings.push_back(ObjCStr); in GenerateConstantString()
2382 if (Classes.empty() && Categories.empty() && ConstantStrings.empty() && in ModuleInitFunction()
2400 if (!ConstantStrings.empty()) { in ModuleInitFunction()
2402 ConstantStrings.size() + 1); in ModuleInitFunction()
2403 ConstantStrings.push_back(NULLPtr); in ModuleInitFunction()
2412 ConstantStrings)); in ModuleInitFunction()