Searched refs:ReflectionSectionKind (Results 1 – 3 of 3) sorted by relevance
205 llvm::binaryformat::Swift5ReflectionSectionKind ReflectionSectionKind) in isReflectionSectionStrippable()208 return ReflectionSectionKind == Swift5ReflectionSectionKind::fieldmd || in isReflectionSectionStrippable()209 ReflectionSectionKind == Swift5ReflectionSectionKind::reflstr || in isReflectionSectionStrippable()210 ReflectionSectionKind == Swift5ReflectionSectionKind::assocty; in isReflectionSectionStrippable()
331 auto ReflectionSectionKind = in binaryHasStrippableSwiftReflectionSections() local333 if (Object->isReflectionSectionStrippable(ReflectionSectionKind)) { in binaryHasStrippableSwiftReflectionSections()
355 llvm::binaryformat::Swift5ReflectionSectionKind ReflectionSectionKind)