Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ObjCopy/ELF/
H A DELFObject.h1070 const auto &getUpdatedSections() const { return UpdatedSections; } in getUpdatedSections() function
H A DELFObject.cpp2051 for (auto it : Obj.getUpdatedSections()) { in writeSegmentData()