Searched refs:isDebugSection (Results 1 – 12 of 12) sorted by relevance
30 static bool isDebugSection(const Section &Sec) { in isDebugSection() function144 if (isDebugSection(Sec) && in handleArgs()159 return !isDebugSection(Sec) && Sec.Name != ".buildid" && in handleArgs()
126 bool isDebugSection(StringRef SectionName) const;277 virtual bool isDebugSection(StringRef SectionName) const;507 inline bool SectionRef::isDebugSection(StringRef SectionName) const { in isDebugSection() function508 return OwningObject->isDebugSection(SectionName); in isDebugSection()
292 bool isDebugSection(StringRef SectionName) const override;931 bool ELFObjectFile<ELFT>::isDebugSection(StringRef SectionName) const { in isDebugSection() function
312 bool isDebugSection(StringRef SectionName) const override;
962 bool isDebugSection(StringRef SectionName) const override;
96 if (!Section.isDebugSection(SectionName)) in calculateSectionSizes()
56 static bool isDebugSection(const SectionBase &Sec) { in isDebugSection() function377 return isDebugSection(Sec); in replaceAndRemoveSections()388 return RemovePred(Sec) || isDebugSection(Sec); in replaceAndRemoveSections()
97 bool ObjectFile::isDebugSection(StringRef SectionName) const { in isDebugSection() function in ObjectFile
331 bool COFFObjectFile::isDebugSection(StringRef SectionName) const { in isDebugSection() function in COFFObjectFile
2038 bool MachOObjectFile::isDebugSection(StringRef SectionName) const { in isDebugSection() function in MachOObjectFile
83 bool MachOLinkGraphBuilder::isDebugSection(const NormalizedSection &NSec) { in isDebugSection() function in llvm::jitlink::MachOLinkGraphBuilder181 if (!isDebugSection(NSec)) { in createNormalizedSections()
161 static bool isDebugSection(const NormalizedSection &NSec);