Lines Matching refs:IsValidFormat
107 function_ref<bool(const Binary &File)> IsValidFormat) { in createObjectFileFromYamlDescription() argument
115 if (!IsValidFormat(*Obj)) in createObjectFileFromYamlDescription()
126 function_ref<bool(const Binary &File)> IsValidFormat) { in callObjCopy() argument
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
343 IsValidFormat); in removeSectionByPatternImpl()
360 callObjCopy(Config, *Obj.get(), DataVector, IsValidFormat); in removeSectionByPatternImpl()