Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h1165 DenseMap<SectionBase *, std::vector<uint8_t>> UpdatedSections; variable
1213 const auto &getUpdatedSections() const { return UpdatedSections; } in getUpdatedSections()
H A DELFObject.cpp2175 UpdatedSections[Sec.get()] = Data; in updateSectionData()