Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp2559 for (const SectionBase &Sec : Obj.allocSections()) in write()
2575 for (SectionBase &Sec : Obj.allocSections()) { in finalize()
2588 for (SectionBase &Sec : Obj.allocSections()) in finalize()
H A DObject.h1065 allocSections() const { in allocSections() function