Searched refs:DataVector (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/unittests/ObjCopy/ |
| H A D | ObjCopyTest.cpp | 125 SmallVector<char> &DataVector, in callObjCopy() argument 127 raw_svector_ostream OutStream(DataVector); in callObjCopy() 132 MemoryBufferRef Buffer(StringRef(DataVector.data(), DataVector.size()), in callObjCopy() 202 SmallVector<char> DataVector; in copySimpleInMemoryFileImpl() local 204 callObjCopy(Config, *Obj.get(), DataVector, IsValidFormat); in copySimpleInMemoryFileImpl() 267 SmallVector<char> DataVector; in addOrUpdateSectionToFileImpl() local 269 callObjCopy(Config, *Obj.get(), DataVector, IsValidFormat); in addOrUpdateSectionToFileImpl() 358 SmallVector<char> DataVector; in removeSectionByPatternImpl() local 360 callObjCopy(Config, *Obj.get(), DataVector, IsValidFormat); in removeSectionByPatternImpl()
|