Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/ELF/
H A DELFObject.h1028 DenseMap<SectionBase *, std::vector<uint8_t>> UpdatedSections; variable
1074 const auto &getUpdatedSections() const { return UpdatedSections; } in getUpdatedSections()
H A DELFObject.cpp2126 UpdatedSections[OldSec] = Data; in updateSection()