Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp2613 for (const SectionBase &Sec : Obj.allocSections()) in write()
2629 for (SectionBase &Sec : Obj.allocSections()) { in finalize()
2645 for (SectionBase &Sec : Obj.allocSections()) in finalize()
H A DELFObject.h1070 allocSections() const { in allocSections() function