Searched defs:isDebugSection (Results 1 – 12 of 12) sorted by relevance
97 bool ObjectFile::isDebugSection(DataRefImpl Sec) const { return false; } in isDebugSection() function in ObjectFile
318 bool XCOFFObjectFile::isDebugSection(DataRefImpl Sec) const { in isDebugSection() function in llvm::object::XCOFFObjectFile
331 bool COFFObjectFile::isDebugSection(DataRefImpl Ref) const { in isDebugSection() function in COFFObjectFile
2037 bool MachOObjectFile::isDebugSection(DataRefImpl Sec) const { in isDebugSection() function in MachOObjectFile
24 static bool isDebugSection(const Section &Sec) { in isDebugSection() function
30 static bool isDebugSection(const Section &Sec) { in isDebugSection() function
400 inline bool isDebugSection(const InputSectionBase &sec) { in isDebugSection() function
510 inline bool SectionRef::isDebugSection() const { in isDebugSection() function
931 bool ELFObjectFile<ELFT>::isDebugSection(DataRefImpl Sec) const { in isDebugSection() function
83 bool MachOLinkGraphBuilder::isDebugSection(const NormalizedSection &NSec) { in isDebugSection() function in llvm::jitlink::MachOLinkGraphBuilder
268 inline bool isDebugSection(uint32_t flags) { in isDebugSection() function
56 static bool isDebugSection(const SectionBase &Sec) { in isDebugSection() function