Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DICF.cpp417 bool isFoldableWithAddendsRemoved = isCfStringSection(isec) || in foldIdenticalSections()
425 bool isFoldable = (!onlyCfStrings || isCfStringSection(isec)) && in foldIdenticalSections()
H A DInputSection.h298 bool isCfStringSection(const InputSection *);
H A DInputSection.cpp338 bool macho::isCfStringSection(const InputSection *isec) { in isCfStringSection() function in macho