Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/ELF/
H A DELFObject.h1074 const auto &getUpdatedSections() const { return UpdatedSections; } in getUpdatedSections() function
H A DELFObject.cpp2073 for (auto it : Obj.getUpdatedSections()) { in writeSegmentData()