Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h1039 static bool sectionIsAlloc(const SectionBase &Sec) { in sectionIsAlloc() function
1078 decltype(&sectionIsAlloc)>>
1080 return make_filter_range(make_pointee_range(Sections), sectionIsAlloc); in allocSections()