Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/ObjCopy/
H A DObjCopyTest.cpp241 StringRef NewSectionName, StringRef NewSectionData, Action SectionAction) { in addOrUpdateSectionToFileImpl() argument
252 MemoryBuffer::getMemBuffer(NewSectionData, NewSectionName, false); in addOrUpdateSectionToFileImpl()
255 Name = "__TEXT," + NewSectionName.str(); in addOrUpdateSectionToFileImpl()
257 Name = NewSectionName.str(); in addOrUpdateSectionToFileImpl()
273 checkSectionData(*static_cast<ObjectFile *>((*Result).get()), NewSectionName, in addOrUpdateSectionToFileImpl()