Searched defs:UpdateSection (Results 1 – 3 of 3) sorted by relevance
235 enum Action : uint8_t { AddSection, UpdateSection }; enumerator308 TEST(UpdateSection, COFF) { in TEST() argument316 TEST(UpdateSection, ELF) { in TEST() argument324 TEST(UpdateSection, MachO) { in TEST() argument
718 auto UpdateSection = [&](StringRef Name, ArrayRef<uint8_t> Data) { handleArgs() local
221 SmallVector<NewSectionInfo, 0> UpdateSection; global() member