Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/ObjCopy/
H A DObjCopyTest.cpp107 function_ref<bool(const Binary &File)> IsValidFormat) { in createObjectFileFromYamlDescription() argument
115 if (!IsValidFormat(*Obj)) in createObjectFileFromYamlDescription()
141 if (!IsValidFormat(**Result)) in callObjCopy()
188 function_ref<bool(const Binary &File)> IsValidFormat) { in copySimpleInMemoryFileImpl() argument
195 IsValidFormat); in copySimpleInMemoryFileImpl()
204 callObjCopy(Config, *Obj.get(), DataVector, IsValidFormat); in copySimpleInMemoryFileImpl()
240 function_ref<bool(const Binary &File)> IsValidFormat, in addOrUpdateSectionToFileImpl() argument
248 IsValidFormat); in addOrUpdateSectionToFileImpl()
269 callObjCopy(Config, *Obj.get(), DataVector, IsValidFormat); in addOrUpdateSectionToFileImpl()
335 function_ref<bool(const Binary &File)> IsValidFormat, in removeSectionByPatternImpl() argument
[all …]