Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DICF.h21 void foldIdenticalSections(bool onlyCfStrings);
H A DICF.cpp398 void macho::foldIdenticalSections(bool onlyCfStrings) { in foldIdenticalSections() argument
425 bool isFoldable = (!onlyCfStrings || isCfStringSection(isec)) && in foldIdenticalSections()