Home
last modified time | relevance | path

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

12

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjCopy/wasm/
HDWasmObjcopy.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-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
HDDebuggerSupportPlugin.cpp36 static bool isDebugSection(Section &Sec) { in isDebugSection() function in __anon9f6917e10111::MachODebugObjectSynthesizerBase
59 if (!isDebugSection(Sec)) in preserveDebugSections()
112 if (isDebugSection(Sec)) in startSynthesis()
395 if (MachODebugObjectSynthesizerBase::isDebugSection(Sec)) { in modifyPassConfigForMachO()
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-dwarfutil/
HDDebugInfoLinker.h20 inline bool isDebugSection(StringRef SecName) { in isDebugSection() function
HDDebugInfoLinker.cpp427 if (isDebugSection(Sec.Name)) { in linkDebugInfoImpl()
HDllvm-dwarfutil.cpp173 if (isDebugSection(*SecName)) { in setConfigToAddNewDebugSections()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
HDCOFFObjcopy.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-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
HDObjectFile.h127 bool isDebugSection() const;
281 virtual bool isDebugSection(DataRefImpl Sec) const;
582 inline bool SectionRef::isDebugSection() const { in isDebugSection() function
583 return OwningObject->isDebugSection(SectionPimpl); in isDebugSection()
HDELFObjectFile.h334 bool isDebugSection(DataRefImpl Sec) const override;
1013 bool ELFObjectFile<ELFT>::isDebugSection(DataRefImpl Sec) const { in isDebugSection() function
HDXCOFFObjectFile.h614 bool isDebugSection(DataRefImpl Sec) const override;
HDMachO.h459 bool isDebugSection(DataRefImpl Sec) const override;
HDCOFF.h1015 bool isDebugSection(DataRefImpl Sec) const override;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
HDObjectFile.cpp97 bool ObjectFile::isDebugSection(DataRefImpl Sec) const { return false; } in isDebugSection() function in ObjectFile
101 [](SectionRef Sec) { return Sec.isDebugSection(); }); in hasDebugInfo()
HDXCOFFObjectFile.cpp351 if (isDebugSection(SecDRI)) in getSymbolType()
508 bool XCOFFObjectFile::isDebugSection(DataRefImpl Sec) const { in isDebugSection() function in llvm::object::XCOFFObjectFile
HDCOFFObjectFile.cpp330 bool COFFObjectFile::isDebugSection(DataRefImpl Ref) const { in isDebugSection() function in COFFObjectFile
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
HDSectionSizes.cpp96 if (!Section.isDebugSection()) in calculateSectionSizes()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
HDMachOLinkGraphBuilder.h165 static bool isDebugSection(const NormalizedSection &NSec);
HDMachOLinkGraphBuilder.cpp88 bool MachOLinkGraphBuilder::isDebugSection(const NormalizedSection &NSec) { in isDebugSection() function in llvm::jitlink::MachOLinkGraphBuilder
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
HDELFObjcopy.cpp54 static bool isDebugSection(const SectionBase &Sec) { in isDebugSection() function
452 return isDebugSection(Sec); in replaceAndRemoveSections()
463 return RemovePred(Sec) || isDebugSection(Sec); in replaceAndRemoveSections()
/freebsd-13-stable/contrib/llvm-project/lld/MachO/
HDInputSection.h287 inline bool isDebugSection(uint32_t flags) { in isDebugSection() function
HDInputFiles.cpp414 if (isDebugSection(isec->getFlags()) && in parseSections()
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
HDInputSection.h499 inline bool isDebugSection(const InputSectionBase &sec) { in isDebugSection() function
HDInputSection.cpp473 if (!isDebugSection(*sec) && sec->name != ".eh_frame" && in copyRelocations()
953 const bool isDebug = isDebugSection(*this); in relocateNonAlloc()
HDDriver.cpp3069 if (isDebugSection(*s)) in link()
3073 if (isDebugSection(*rel)) in link()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
HDLVBinaryReader.cpp169 << "isDebugSection: " << Section.isDebugSection() << "\n"; in mapVirtualAddress()
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-nm/
HDllvm-nm.cpp987 if (Obj.isDebugSection(SecIter->getRawDataRefImpl())) in getSymbolNMTypeChar()

12