Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp2591 for (const SectionBase &Sec : Obj.allocSections()) in write()
2607 for (SectionBase &Sec : Obj.allocSections()) { in finalize()
2623 for (SectionBase &Sec : Obj.allocSections()) in finalize()
H A DELFObject.h1066 allocSections() const { in allocSections() function