Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
DDebuggerSupportPlugin.cpp45 static bool isDebugSection(Section &Sec) { in isDebugSection() function in __anonc503fda90111::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/include/llvm/Object/
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()
DELFObjectFile.h305 bool isDebugSection(DataRefImpl Sec) const override;
950 bool ELFObjectFile<ELFT>::isDebugSection(DataRefImpl Sec) const { in isDebugSection() function
DMachO.h458 bool isDebugSection(DataRefImpl Sec) const override;
DXCOFFObjectFile.h600 bool isDebugSection(DataRefImpl Sec) const override;
DCOFF.h955 bool isDebugSection(DataRefImpl Sec) const override;
/openbsd/src/gnu/llvm/llvm/lib/Object/
DObjectFile.cpp97 bool ObjectFile::isDebugSection(DataRefImpl Sec) const { return false; } in isDebugSection() function in ObjectFile
101 [](SectionRef Sec) { return Sec.isDebugSection(); }); in hasDebugInfo()
DXCOFFObjectFile.cpp341 if (isDebugSection(SecDRI)) in getSymbolType()
498 bool XCOFFObjectFile::isDebugSection(DataRefImpl Sec) const { in isDebugSection() function in llvm::object::XCOFFObjectFile
DCOFFObjectFile.cpp331 bool COFFObjectFile::isDebugSection(DataRefImpl Ref) const { in isDebugSection() function in COFFObjectFile
DMachOObjectFile.cpp2054 bool MachOObjectFile::isDebugSection(DataRefImpl Sec) const { in isDebugSection() function in MachOObjectFile
/openbsd/src/gnu/llvm/llvm/tools/llvm-dwarfdump/
DSectionSizes.cpp96 if (!Section.isDebugSection()) in calculateSectionSizes()
/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
DMachOLinkGraphBuilder.h164 static bool isDebugSection(const NormalizedSection &NSec);
DMachOLinkGraphBuilder.cpp87 bool MachOLinkGraphBuilder::isDebugSection(const NormalizedSection &NSec) { in isDebugSection() function in llvm::jitlink::MachOLinkGraphBuilder
/openbsd/src/gnu/llvm/lld/MachO/
DInputSection.h277 inline bool isDebugSection(uint32_t flags) { in isDebugSection() function
DInputFiles.cpp392 if (isDebugSection(isec->getFlags()) && in parseSections()
/openbsd/src/gnu/llvm/lld/ELF/
DInputSection.h427 inline bool isDebugSection(const InputSectionBase &sec) { in isDebugSection() function
DInputSection.cpp393 if (!isDebugSection(*sec) && sec->name != ".eh_frame" && in copyRelocations()
833 const bool isDebug = isDebugSection(*this); in relocateNonAlloc()
DDriver.cpp2795 if (isDebugSection(*s)) in link()
2799 if (isDebugSection(*rel)) in link()
/openbsd/src/gnu/llvm/llvm/tools/llvm-nm/
Dllvm-nm.cpp976 if (Obj.isDebugSection(SecIter->getRawDataRefImpl())) in getSymbolNMTypeChar()
/openbsd/src/gnu/llvm/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp2292 if (Section.isDebugSection()) in printSectionHeaders()