Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/llvm-project/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()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DDebuggerSupportPlugin.cpp36 static bool isDebugSection(Section &Sec) { in isDebugSection() function in __anonc03b2a1e0111::MachODebugObjectSynthesizerBase
59 if (!isDebugSection(Sec)) in preserveDebugSections()
112 if (isDebugSection(Sec)) in startSynthesis()
395 if (MachODebugObjectSynthesizerBase::isDebugSection(Sec)) { in modifyPassConfigForMachO()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-dwarfutil/
H A DDebugInfoLinker.h20 inline bool isDebugSection(StringRef SecName) { in isDebugSection() function
H A DDebugInfoLinker.cpp427 if (isDebugSection(Sec.Name)) { in linkDebugInfoImpl()
H A Dllvm-dwarfutil.cpp173 if (isDebugSection(*SecName)) { in setConfigToAddNewDebugSections()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFObjcopy.cpp31 static bool isDebugSection(const Section &Sec) { in isDebugSection() function
174 if (isDebugSection(Sec) && in handleArgs()
189 return !isDebugSection(Sec) && Sec.Name != ".buildid" && in handleArgs()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DObjectFile.h127 bool isDebugSection() const;
281 virtual bool isDebugSection(DataRefImpl Sec) const;
581 inline bool SectionRef::isDebugSection() const { in isDebugSection() function
582 return OwningObject->isDebugSection(SectionPimpl); in isDebugSection()
H A DELFObjectFile.h315 bool isDebugSection(DataRefImpl Sec) const override;
975 bool ELFObjectFile<ELFT>::isDebugSection(DataRefImpl Sec) const { in isDebugSection() function
H A DMachO.h459 bool isDebugSection(DataRefImpl Sec) const override;
H A DXCOFFObjectFile.h607 bool isDebugSection(DataRefImpl Sec) const override;
H A DCOFF.h1015 bool isDebugSection(DataRefImpl Sec) const override;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DObjectFile.cpp97 bool ObjectFile::isDebugSection(DataRefImpl Sec) const { return false; } in isDebugSection() function in ObjectFile
101 [](SectionRef Sec) { return Sec.isDebugSection(); }); in hasDebugInfo()
H A DXCOFFObjectFile.cpp345 if (isDebugSection(SecDRI)) in getSymbolType()
502 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
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A DSectionSizes.cpp96 if (!Section.isDebugSection()) in calculateSectionSizes()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp54 static bool isDebugSection(const SectionBase &Sec) { in isDebugSection() function
421 return isDebugSection(Sec); in replaceAndRemoveSections()
432 return RemovePred(Sec) || isDebugSection(Sec); in replaceAndRemoveSections()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.h165 static bool isDebugSection(const NormalizedSection &NSec);
H A DMachOLinkGraphBuilder.cpp88 bool MachOLinkGraphBuilder::isDebugSection(const NormalizedSection &NSec) { in isDebugSection() function in llvm::jitlink::MachOLinkGraphBuilder
/freebsd-14.2/contrib/llvm-project/lld/MachO/
H A DInputSection.h286 inline bool isDebugSection(uint32_t flags) { in isDebugSection() function
H A DInputFiles.cpp414 if (isDebugSection(isec->getFlags()) && in parseSections()
/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DInputSection.h450 inline bool isDebugSection(const InputSectionBase &sec) { in isDebugSection() function
H A DInputSection.cpp429 if (!isDebugSection(*sec) && sec->name != ".eh_frame" && in copyRelocations()
901 const bool isDebug = isDebugSection(*this); in relocateNonAlloc()
H A DDriver.cpp2933 if (isDebugSection(*s)) in link()
2937 if (isDebugSection(*rel)) in link()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp987 if (Obj.isDebugSection(SecIter->getRawDataRefImpl())) in getSymbolNMTypeChar()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp2623 if (Section.isDebugSection()) in printSectionHeaders()

12