Home
last modified time | relevance | path

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

12

/freebsd/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/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DDebuggerSupportPlugin.cpp36 static bool isDebugSection(Section &Sec) { in isDebugSection() function in __anon8485bb280111::MachODebugObjectSynthesizerBase
59 if (!isDebugSection(Sec)) in preserveDebugSections()
112 if (isDebugSection(Sec)) in startSynthesis()
401 if (MachODebugObjectSynthesizerBase::isDebugSection(Sec)) { in modifyPassConfigForMachO()
/freebsd/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.cpp175 if (isDebugSection(*SecName)) { in setConfigToAddNewDebugSections()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DDebuggerSupportPlugin.cpp
/freebsd/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.cpp352 if (isDebugSection(SecDRI)) in getSymbolType()
436 if (isDebugSection(Sec)) in getSectionAlignment()
513 bool XCOFFObjectFile::isDebugSection(DataRefImpl Sec) const { in isDebugSection() function in llvm::object::XCOFFObjectFile
H A DCOFFObjectFile.cpp330 bool COFFObjectFile::isDebugSection(DataRefImpl Ref) const { in isDebugSection() function in COFFObjectFile
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DObjectFile.h128 bool isDebugSection() const;
282 virtual bool isDebugSection(DataRefImpl Sec) const;
583 inline bool SectionRef::isDebugSection() const { in isDebugSection() function
584 return OwningObject->isDebugSection(SectionPimpl); in isDebugSection()
H A DELFObjectFile.h337 bool isDebugSection(DataRefImpl Sec) const override;
1018 bool ELFObjectFile<ELFT>::isDebugSection(DataRefImpl Sec) const { in isDebugSection() function
H A DMachO.h464 bool isDebugSection(DataRefImpl Sec) const override;
H A DXCOFFObjectFile.h621 bool isDebugSection(DataRefImpl Sec) const override;
H A DCOFF.h1069 bool isDebugSection(DataRefImpl Sec) const override;
/freebsd/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()
193 return !isDebugSection(Sec) && Sec.Name != ".buildid" && in handleArgs()
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A DSectionSizes.cpp96 if (!Section.isDebugSection()) in calculateSectionSizes()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.h165 static bool isDebugSection(const NormalizedSection &NSec);
H A DXCOFFLinkGraphBuilder.cpp169 if (Section.isDebugSection() || *SectionName == "pad") in processSections()
H A DMachOLinkGraphBuilder.cpp91 bool MachOLinkGraphBuilder::isDebugSection(const NormalizedSection &NSec) { in isDebugSection() function in llvm::jitlink::MachOLinkGraphBuilder
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp49 static bool isDebugSection(const SectionBase &Sec) { in isDebugSection() function
448 return isDebugSection(Sec); in replaceAndRemoveSections()
459 return RemovePred(Sec) || isDebugSection(Sec); in replaceAndRemoveSections()
/freebsd/contrib/llvm-project/lld/MachO/
H A DInputSection.h288 inline bool isDebugSection(uint32_t flags) { in isDebugSection() function
/freebsd/contrib/llvm-project/lld/ELF/
H A DInputSection.h522 inline bool isDebugSection(const InputSectionBase &sec) { in isDebugSection() function
H A DInputSection.cpp508 if (!isDebugSection(*sec) && sec->name != ".eh_frame" && in copyRelocations()
1022 const bool isDebug = isDebugSection(*this); in relocateNonAlloc()
H A DDriver.cpp3375 if (isDebugSection(*s)) in link()
3379 if (isDebugSection(*rel)) in link()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.cpp169 << "isDebugSection: " << Section.isDebugSection() << "\n"; in mapVirtualAddress()

12