Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DObject.h1020 static bool sectionIsAlloc(const SectionBase &Sec) { in sectionIsAlloc() function
1064 decltype(&sectionIsAlloc)>>
1066 return make_filter_range(make_pointee_range(Sections), sectionIsAlloc); in allocSections()