Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DELFObjcopy.cpp61 static bool isDWOSection(const SectionBase &Sec) { in isDWOSection() function
71 return !isDWOSection(Sec); in onlyKeepDWOPred()
354 return isDWOSection(Sec) || RemovePred(Sec); in replaceAndRemoveSections()