Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/wasm/
H A DWasmObjcopy.cpp24 static bool isDebugSection(const Section &Sec) { in isDebugSection() function
72 return RemovePred(Sec) || isDebugSection(Sec); in removeSections()
78 return RemovePred(Sec) || isDebugSection(Sec) || isLinkerSection(Sec) || in removeSections()
87 return Config.ToRemove.matches(Sec.Name) || !isDebugSection(Sec); in removeSections()
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/
H A DObjectFile.h126 bool isDebugSection() const;
280 virtual bool isDebugSection(DataRefImpl Sec) const;
510 inline bool SectionRef::isDebugSection() const { in isDebugSection() function
511 return OwningObject->isDebugSection(SectionPimpl); in isDebugSection()
H A DXCOFFObjectFile.h341 bool isDebugSection(DataRefImpl Sec) const override;
H A DELFObjectFile.h292 bool isDebugSection(DataRefImpl Sec) const override;
931 bool ELFObjectFile<ELFT>::isDebugSection(DataRefImpl Sec) const { in isDebugSection() function
H A DMachO.h312 bool isDebugSection(DataRefImpl Sec) const override;
H A DCOFF.h962 bool isDebugSection(DataRefImpl Sec) const override;
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A DSectionSizes.cpp96 if (!Section.isDebugSection()) in calculateSectionSizes()
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DObjectFile.cpp97 bool ObjectFile::isDebugSection(DataRefImpl Sec) const { return false; } in isDebugSection() function in ObjectFile
H A DXCOFFObjectFile.cpp318 bool XCOFFObjectFile::isDebugSection(DataRefImpl Sec) const { in isDebugSection() function in llvm::object::XCOFFObjectFile
H A DCOFFObjectFile.cpp331 bool COFFObjectFile::isDebugSection(DataRefImpl Ref) const { in isDebugSection() function in COFFObjectFile
H A DMachOObjectFile.cpp2037 bool MachOObjectFile::isDebugSection(DataRefImpl Sec) const { in isDebugSection() function in MachOObjectFile
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.h161 static bool isDebugSection(const NormalizedSection &NSec);
H A DMachOLinkGraphBuilder.cpp83 bool MachOLinkGraphBuilder::isDebugSection(const NormalizedSection &NSec) { in isDebugSection() function in llvm::jitlink::MachOLinkGraphBuilder
187 if (!isDebugSection(NSec)) { in createNormalizedSections()
/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DInputSection.h268 inline bool isDebugSection(uint32_t flags) { in isDebugSection() function
H A DInputFiles.cpp285 if (!(isDebugSection(isec->getFlags()) && in parseSections()
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DInputSection.h400 inline bool isDebugSection(const InputSectionBase &sec) { in isDebugSection() function
H A DInputSection.cpp445 if (!isDebugSection(*sec) && sec->name != ".eh_frame" && in copyRelocations()
876 const bool isDebug = isDebugSection(*this); in relocateNonAlloc()
H A DDriver.cpp2376 if (isDebugSection(*s)) in link()
2380 if (isDebugSection(*rel)) in link()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1851 if (Section.isDebugSection()) in printSectionHeaders()