Lines Matching refs:AddSection
236 enum Action : uint8_t { AddSection, UpdateSection }; enumerator
261 if (SectionAction == AddSection) in addOrUpdateSectionToFileImpl()
262 Config.Common.AddSection.push_back({Name, std::move(NewSectionBuffer)}); in addOrUpdateSectionToFileImpl()
277 TEST(AddSection, COFF) { in TEST() argument
282 ".foo", "1234", AddSection); in TEST()
285 TEST(AddSection, ELF) { in TEST() argument
290 ".foo", "1234", AddSection); in TEST()
293 TEST(AddSection, MachO) { in TEST() argument
298 "__foo", "1234", AddSection); in TEST()
301 TEST(AddSection, Wasm) { in TEST() argument
306 ".foo", "1234", AddSection); in TEST()