Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp58 static bool isDWOSection(const SectionBase &Sec) { in isDWOSection() function
68 return !isDWOSection(Sec); in onlyKeepDWOPred()
430 return isDWOSection(Sec) || RemovePred(Sec); in replaceAndRemoveSections()