Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp59 static bool isDWOSection(const SectionBase &Sec) { in isDWOSection() function
69 return !isDWOSection(Sec); in onlyKeepDWOPred()
382 return isDWOSection(Sec) || RemovePred(Sec); in replaceAndRemoveSections()