Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp2694 for (const SectionBase &Sec : Obj.allocSections()) { in write()
2736 for (SectionBase &Sec : Obj.allocSections()) { in finalize()
2749 for (SectionBase &Sec : Obj.allocSections()) in finalize()
H A DELFObject.h1209 allocSections() const { in allocSections() function