Searched defs:isDebugSection (Results 1 – 10 of 10) sorted by relevance
72 inline bool isDebugSection(uint32_t flags) { in isDebugSection() function
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
30 static bool isDebugSection(const Section &Sec) { in isDebugSection() function
80 bool MachOLinkGraphBuilder::isDebugSection(const NormalizedSection &NSec) { in isDebugSection() function in llvm::jitlink::MachOLinkGraphBuilder
399 inline bool isDebugSection(const InputSectionBase &sec) { in isDebugSection() function
507 inline bool SectionRef::isDebugSection(StringRef SectionName) const { in isDebugSection() function
896 bool ELFObjectFile<ELFT>::isDebugSection(StringRef SectionName) const { in isDebugSection() function
55 static bool isDebugSection(const SectionBase &Sec) { in isDebugSection() function