Searched defs:isDebugSection (Results 1 – 8 of 8) sorted by relevance
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
30 static bool isDebugSection(const Section &Sec) { in isDebugSection() function
83 bool MachOLinkGraphBuilder::isDebugSection(const NormalizedSection &NSec) { in isDebugSection() function in llvm::jitlink::MachOLinkGraphBuilder
507 inline bool SectionRef::isDebugSection(StringRef SectionName) const { in isDebugSection() function
931 bool ELFObjectFile<ELFT>::isDebugSection(StringRef SectionName) const { in isDebugSection() function
56 static bool isDebugSection(const SectionBase &Sec) { in isDebugSection() function