Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/tools/llvm-dwarfutil/
H A DDebugInfoLinker.h20 inline bool isDebugSection(StringRef SecName) { in isDebugSection() function
H A DDebugInfoLinker.cpp407 if (isDebugSection(Sec.Name)) { in linkDebugInfo()
H A Dllvm-dwarfutil.cpp168 if (isDebugSection(*SecName)) { in setConfigToAddNewDebugSections()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DDebuggerSupportPlugin.cpp45 static bool isDebugSection(Section &Sec) { in isDebugSection() function in __anon091185a40111::MachODebugObjectSynthesizerBase
68 if (!isDebugSection(Sec)) in preserveDebugSections()
144 if (isDebugSection(Sec)) { in startSynthesis()
443 if (MachODebugObjectSynthesizerBase::isDebugSection(Sec)) { in modifyPassConfigForMachO()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DObjectFile.h126 bool isDebugSection() const;
280 virtual bool isDebugSection(DataRefImpl Sec) const;
525 inline bool SectionRef::isDebugSection() const { in isDebugSection() function
526 return OwningObject->isDebugSection(SectionPimpl); in isDebugSection()
H A DELFObjectFile.h305 bool isDebugSection(DataRefImpl Sec) const override;
950 bool ELFObjectFile<ELFT>::isDebugSection(DataRefImpl Sec) const { in isDebugSection() function
H A DXCOFFObjectFile.h600 bool isDebugSection(DataRefImpl Sec) const override;
H A DMachO.h458 bool isDebugSection(DataRefImpl Sec) const override;
H A DCOFF.h955 bool isDebugSection(DataRefImpl Sec) const override;
/openbsd-src/gnu/llvm/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.cpp341 if (isDebugSection(SecDRI)) in getSymbolType()
498 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
/openbsd-src/gnu/llvm/llvm/tools/llvm-dwarfdump/
H A DSectionSizes.cpp96 if (!Section.isDebugSection()) in calculateSectionSizes()
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp54 static bool isDebugSection(const SectionBase &Sec) { in isDebugSection() function
404 return isDebugSection(Sec); in replaceAndRemoveSections()
415 return RemovePred(Sec) || isDebugSection(Sec); in replaceAndRemoveSections()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.h164 static bool isDebugSection(const NormalizedSection &NSec);
H A DMachOLinkGraphBuilder.cpp87 bool MachOLinkGraphBuilder::isDebugSection(const NormalizedSection &NSec) { in isDebugSection() function in llvm::jitlink::MachOLinkGraphBuilder
/openbsd-src/gnu/llvm/lld/MachO/
H A DInputSection.h277 inline bool isDebugSection(uint32_t flags) { in isDebugSection() function
H A DInputFiles.cpp392 if (isDebugSection(isec->getFlags()) && in parseSections()
/openbsd-src/gnu/llvm/lld/ELF/
H A DInputSection.h427 inline bool isDebugSection(const InputSectionBase &sec) { in isDebugSection() function
H A DInputSection.cpp393 if (!isDebugSection(*sec) && sec->name != ".eh_frame" && in copyRelocations()
833 const bool isDebug = isDebugSection(*this); in relocateNonAlloc()
H A DDriver.cpp2795 if (isDebugSection(*s)) in link()
2799 if (isDebugSection(*rel)) in link()
/openbsd-src/gnu/llvm/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp976 if (Obj.isDebugSection(SecIter->getRawDataRefImpl())) in getSymbolNMTypeChar()
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp2292 if (Section.isDebugSection()) in printSectionHeaders()

12