Home
last modified time | relevance | path

Searched refs:isDebugSection (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/COFF/
H A DCOFFObjcopy.cpp30 static bool isDebugSection(const Section &Sec) { in isDebugSection() function
144 if (isDebugSection(Sec) && in handleArgs()
159 return !isDebugSection(Sec) && Sec.Name != ".buildid" && in handleArgs()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DObjectFile.h126 bool isDebugSection(StringRef SectionName) const;
277 virtual bool isDebugSection(StringRef SectionName) const;
507 inline bool SectionRef::isDebugSection(StringRef SectionName) const { in isDebugSection() function
508 return OwningObject->isDebugSection(SectionName); in isDebugSection()
H A DELFObjectFile.h292 bool isDebugSection(StringRef SectionName) const override;
931 bool ELFObjectFile<ELFT>::isDebugSection(StringRef SectionName) const { in isDebugSection() function
H A DMachO.h312 bool isDebugSection(StringRef SectionName) const override;
H A DCOFF.h962 bool isDebugSection(StringRef SectionName) const override;
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-dwarfdump/
H A DSectionSizes.cpp96 if (!Section.isDebugSection(SectionName)) in calculateSectionSizes()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
H A DELFObjcopy.cpp56 static bool isDebugSection(const SectionBase &Sec) { in isDebugSection() function
377 return isDebugSection(Sec); in replaceAndRemoveSections()
388 return RemovePred(Sec) || isDebugSection(Sec); in replaceAndRemoveSections()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DObjectFile.cpp97 bool ObjectFile::isDebugSection(StringRef SectionName) const { in isDebugSection() function in ObjectFile
H A DCOFFObjectFile.cpp331 bool COFFObjectFile::isDebugSection(StringRef SectionName) const { in isDebugSection() function in COFFObjectFile
H A DMachOObjectFile.cpp2038 bool MachOObjectFile::isDebugSection(StringRef SectionName) const { in isDebugSection() function in MachOObjectFile
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.cpp83 bool MachOLinkGraphBuilder::isDebugSection(const NormalizedSection &NSec) { in isDebugSection() function in llvm::jitlink::MachOLinkGraphBuilder
181 if (!isDebugSection(NSec)) { in createNormalizedSections()
H A DMachOLinkGraphBuilder.h161 static bool isDebugSection(const NormalizedSection &NSec);