Lines Matching refs:Config
124 callObjCopy(ConfigManager &Config, object::Binary &In, in callObjCopy() argument
129 if (Error Err = objcopy::executeObjcopyOnBinary(Config, In, OutStream)) in callObjCopy()
133 Config.Common.OutputFilename); in callObjCopy()
198 ConfigManager Config; in copySimpleInMemoryFileImpl() local
199 Config.Common.OutputFilename = "a.out"; in copySimpleInMemoryFileImpl()
204 callObjCopy(Config, *Obj.get(), DataVector, IsValidFormat); in copySimpleInMemoryFileImpl()
259 ConfigManager Config; in addOrUpdateSectionToFileImpl() local
260 Config.Common.OutputFilename = "a.out"; in addOrUpdateSectionToFileImpl()
262 Config.Common.AddSection.push_back({Name, std::move(NewSectionBuffer)}); in addOrUpdateSectionToFileImpl()
264 Config.Common.UpdateSection.push_back({Name, std::move(NewSectionBuffer)}); in addOrUpdateSectionToFileImpl()
269 callObjCopy(Config, *Obj.get(), DataVector, IsValidFormat); in addOrUpdateSectionToFileImpl()
353 ConfigManager Config; in removeSectionByPatternImpl() local
354 Config.Common.OutputFilename = "a.out"; in removeSectionByPatternImpl()
355 EXPECT_THAT_ERROR(Config.Common.ToRemove.addMatcher(std::move(Pattern)), in removeSectionByPatternImpl()
360 callObjCopy(Config, *Obj.get(), DataVector, IsValidFormat); in removeSectionByPatternImpl()