Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp2564 for (const SectionBase &Sec : Obj.allocSections()) in write()
2580 for (SectionBase &Sec : Obj.allocSections()) { in finalize()
2593 for (SectionBase &Sec : Obj.allocSections()) in finalize()
H A DObject.h1065 allocSections() const { in allocSections() function