Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()