Searched refs:isDebugSection (Results 1 – 18 of 18) 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()
26 if (!(isDebugSection(isec->flags) && in create()
72 inline bool isDebugSection(uint32_t flags) { in isDebugSection() function
593 if (isDebugSection(isec->flags) && isec->segname == segment_names::dwarf) in createOutputSections()
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()
301 bool isDebugSection(StringRef SectionName) const override;896 bool ELFObjectFile<ELFT>::isDebugSection(StringRef SectionName) const { in isDebugSection() function
312 bool isDebugSection(StringRef SectionName) const override;
939 bool isDebugSection(StringRef SectionName) const override;
98 if (!Section.isDebugSection(SectionName)) in calculateSectionSizes()
97 bool ObjectFile::isDebugSection(StringRef SectionName) const { in isDebugSection() function in ObjectFile
329 bool COFFObjectFile::isDebugSection(StringRef SectionName) const { in isDebugSection() function in COFFObjectFile
2036 bool MachOObjectFile::isDebugSection(StringRef SectionName) const { in isDebugSection() function in MachOObjectFile
160 static bool isDebugSection(const NormalizedSection &NSec);
80 bool MachOLinkGraphBuilder::isDebugSection(const NormalizedSection &NSec) { in isDebugSection() function in llvm::jitlink::MachOLinkGraphBuilder181 if (!isDebugSection(NSec)) in createNormalizedSections()
55 static bool isDebugSection(const SectionBase &Sec) { in isDebugSection() function490 return isDebugSection(Sec); in replaceAndRemoveSections()501 return RemovePred(Sec) || isDebugSection(Sec); in replaceAndRemoveSections()
399 inline bool isDebugSection(const InputSectionBase &sec) { in isDebugSection() function
452 if (!isDebugSection(*sec) && sec->name != ".eh_frame" && in copyRelocations()864 const bool isDebug = isDebugSection(*this); in relocateNonAlloc()
2225 if (isDebugSection(*s)) in link()2229 if (isDebugSection(*rel)) in link()