| /openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ |
| D | DebuggerSupportPlugin.cpp | 45 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/ |
| D | ObjectFile.h | 126 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()
|
| D | ELFObjectFile.h | 305 bool isDebugSection(DataRefImpl Sec) const override; 950 bool ELFObjectFile<ELFT>::isDebugSection(DataRefImpl Sec) const { in isDebugSection() function
|
| D | MachO.h | 458 bool isDebugSection(DataRefImpl Sec) const override;
|
| D | XCOFFObjectFile.h | 600 bool isDebugSection(DataRefImpl Sec) const override;
|
| D | COFF.h | 955 bool isDebugSection(DataRefImpl Sec) const override;
|
| /openbsd/src/gnu/llvm/llvm/lib/Object/ |
| D | ObjectFile.cpp | 97 bool ObjectFile::isDebugSection(DataRefImpl Sec) const { return false; } in isDebugSection() function in ObjectFile 101 [](SectionRef Sec) { return Sec.isDebugSection(); }); in hasDebugInfo()
|
| D | XCOFFObjectFile.cpp | 341 if (isDebugSection(SecDRI)) in getSymbolType() 498 bool XCOFFObjectFile::isDebugSection(DataRefImpl Sec) const { in isDebugSection() function in llvm::object::XCOFFObjectFile
|
| D | COFFObjectFile.cpp | 331 bool COFFObjectFile::isDebugSection(DataRefImpl Ref) const { in isDebugSection() function in COFFObjectFile
|
| D | MachOObjectFile.cpp | 2054 bool MachOObjectFile::isDebugSection(DataRefImpl Sec) const { in isDebugSection() function in MachOObjectFile
|
| /openbsd/src/gnu/llvm/llvm/tools/llvm-dwarfdump/ |
| D | SectionSizes.cpp | 96 if (!Section.isDebugSection()) in calculateSectionSizes()
|
| /openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/ |
| D | MachOLinkGraphBuilder.h | 164 static bool isDebugSection(const NormalizedSection &NSec);
|
| D | MachOLinkGraphBuilder.cpp | 87 bool MachOLinkGraphBuilder::isDebugSection(const NormalizedSection &NSec) { in isDebugSection() function in llvm::jitlink::MachOLinkGraphBuilder
|
| /openbsd/src/gnu/llvm/lld/MachO/ |
| D | InputSection.h | 277 inline bool isDebugSection(uint32_t flags) { in isDebugSection() function
|
| D | InputFiles.cpp | 392 if (isDebugSection(isec->getFlags()) && in parseSections()
|
| /openbsd/src/gnu/llvm/lld/ELF/ |
| D | InputSection.h | 427 inline bool isDebugSection(const InputSectionBase &sec) { in isDebugSection() function
|
| D | InputSection.cpp | 393 if (!isDebugSection(*sec) && sec->name != ".eh_frame" && in copyRelocations() 833 const bool isDebug = isDebugSection(*this); in relocateNonAlloc()
|
| D | Driver.cpp | 2795 if (isDebugSection(*s)) in link() 2799 if (isDebugSection(*rel)) in link()
|
| /openbsd/src/gnu/llvm/llvm/tools/llvm-nm/ |
| D | llvm-nm.cpp | 976 if (Obj.isDebugSection(SecIter->getRawDataRefImpl())) in getSymbolNMTypeChar()
|
| /openbsd/src/gnu/llvm/llvm/tools/llvm-objdump/ |
| D | llvm-objdump.cpp | 2292 if (Section.isDebugSection()) in printSectionHeaders()
|