Searched refs:string_array (Results 1 – 3 of 3) sorted by relevance
86 llvm::ArrayRef<const char *> string_array, CommandReturnObject &result) { in InsertStringArray() argument87 if(string_array.empty()) in InsertStringArray()90 for (const char *str : string_array) { in InsertStringArray()
51 void InsertStringArray(llvm::ArrayRef<const char *> string_array,
472 ConstantDataSequential *string_array = nullptr; in RewriteObjCConstString() local475 string_array = dyn_cast<ConstantDataSequential>(cstr->getInitializer()); in RewriteObjCConstString()481 …m_intptr_ty, cstr ? (string_array->getNumElements() - 1) * string_array->getElementByteSize() : 0,… in RewriteObjCConstString()483 switch (cstr ? string_array->getElementByteSize() : 1) { in RewriteObjCConstString()497 string_array->getElementByteSize()); in RewriteObjCConstString()