Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/llvm/lib/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()
/llvm-project-15.0.7/llvm/tools/llvm-dwarfutil/
H A DDebugInfoLinker.h20 inline bool isDebugSection(StringRef SecName) { in isDebugSection() function
H A DDebugInfoLinker.cpp287 if (isDebugSection(Sec.Name) && !knownByDWARFUtil(Sec.Name)) in linkDebugInfo()
H A Dllvm-dwarfutil.cpp152 if (isDebugSection(*SecName)) { in setConfigToAddNewDebugSections()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DDebuggerSupportPlugin.cpp45 static bool isDebugSection(Section &Sec) { in isDebugSection() function in __anon36d0bbdd0111::MachODebugObjectSynthesizerBase
68 if (!isDebugSection(Sec)) in preserveDebugSections()
144 if (isDebugSection(Sec)) { in startSynthesis()
443 if (MachODebugObjectSynthesizerBase::isDebugSection(Sec)) { in modifyPassConfigForMachO()
/llvm-project-15.0.7/llvm/lib/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()
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DObjectFile.h126 bool isDebugSection() const;
280 virtual bool isDebugSection(DataRefImpl Sec) const;
520 inline bool SectionRef::isDebugSection() const { in isDebugSection() function
521 return OwningObject->isDebugSection(SectionPimpl); in isDebugSection()
H A DELFObjectFile.h304 bool isDebugSection(DataRefImpl Sec) const override;
947 bool ELFObjectFile<ELFT>::isDebugSection(DataRefImpl Sec) const { in isDebugSection() function
H A DXCOFFObjectFile.h522 bool isDebugSection(DataRefImpl Sec) const override;
H A DMachO.h433 bool isDebugSection(DataRefImpl Sec) const override;
H A DCOFF.h962 bool isDebugSection(DataRefImpl Sec) const override;
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DExecutableFileMemoryManager.cpp30 if (!ObjectsLoaded && RewriteInstance::isDebugSection(SectionName)) { in allocateSection()
H A DRewriteInstance.cpp1583 if (isDebugSection(SectionName)) in readSpecialSections()
4200 if (isDebugSection(SectionName) && !opts::UpdateDebugSections) in shouldStrip()
5530 bool RewriteInstance::isDebugSection(StringRef SectionName) { in isDebugSection() function in RewriteInstance
/llvm-project-15.0.7/llvm/tools/llvm-dwarfdump/
H A DSectionSizes.cpp96 if (!Section.isDebugSection()) in calculateSectionSizes()
/llvm-project-15.0.7/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp55 static bool isDebugSection(const SectionBase &Sec) { in isDebugSection() function
405 return isDebugSection(Sec); in replaceAndRemoveSections()
416 return RemovePred(Sec) || isDebugSection(Sec); in replaceAndRemoveSections()
/llvm-project-15.0.7/llvm/lib/Object/
H A DObjectFile.cpp97 bool ObjectFile::isDebugSection(DataRefImpl Sec) const { return false; } in isDebugSection() function in ObjectFile
H A DXCOFFObjectFile.cpp310 if (isDebugSection(SecDRI)) in getSymbolType()
450 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
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.h163 static bool isDebugSection(const NormalizedSection &NSec);
H A DMachOLinkGraphBuilder.cpp83 bool MachOLinkGraphBuilder::isDebugSection(const NormalizedSection &NSec) { in isDebugSection() function in llvm::jitlink::MachOLinkGraphBuilder
/llvm-project-15.0.7/bolt/include/bolt/Rewrite/
H A DRewriteInstance.h389 static bool isDebugSection(StringRef SectionName);
/llvm-project-15.0.7/lld/MachO/
H A DInputSection.h269 inline bool isDebugSection(uint32_t flags) { in isDebugSection() function
/llvm-project-15.0.7/lld/ELF/
H A DInputSection.h397 inline bool isDebugSection(const InputSectionBase &sec) { in isDebugSection() function
H A DInputSection.cpp380 if (!isDebugSection(*sec) && sec->name != ".eh_frame" && in copyRelocations()
820 const bool isDebug = isDebugSection(*this); in relocateNonAlloc()
H A DDriver.cpp2679 if (isDebugSection(*s)) in link()
2683 if (isDebugSection(*rel)) in link()

12