Home
last modified time | relevance | path

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

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