| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/wasm/ |
| H A D | WasmObjcopy.cpp | 24 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.1/contrib/llvm-project/llvm/tools/llvm-objcopy/COFF/ |
| H A D | COFFObjcopy.cpp | 30 static bool isDebugSection(const Section &Sec) { in isDebugSection() function 144 if (isDebugSection(Sec) && in handleArgs() 159 return !isDebugSection(Sec) && Sec.Name != ".buildid" && in handleArgs()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | ObjectFile.h | 126 bool isDebugSection() const; 280 virtual bool isDebugSection(DataRefImpl Sec) const; 510 inline bool SectionRef::isDebugSection() const { in isDebugSection() function 511 return OwningObject->isDebugSection(SectionPimpl); in isDebugSection()
|
| H A D | XCOFFObjectFile.h | 341 bool isDebugSection(DataRefImpl Sec) const override;
|
| H A D | ELFObjectFile.h | 292 bool isDebugSection(DataRefImpl Sec) const override; 931 bool ELFObjectFile<ELFT>::isDebugSection(DataRefImpl Sec) const { in isDebugSection() function
|
| H A D | MachO.h | 312 bool isDebugSection(DataRefImpl Sec) const override;
|
| H A D | COFF.h | 962 bool isDebugSection(DataRefImpl Sec) const override;
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-dwarfdump/ |
| H A D | SectionSizes.cpp | 96 if (!Section.isDebugSection()) in calculateSectionSizes()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/ |
| H A D | ELFObjcopy.cpp | 56 static bool isDebugSection(const SectionBase &Sec) { in isDebugSection() function 377 return isDebugSection(Sec); in replaceAndRemoveSections() 388 return RemovePred(Sec) || isDebugSection(Sec); in replaceAndRemoveSections()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Object/ |
| H A D | ObjectFile.cpp | 97 bool ObjectFile::isDebugSection(DataRefImpl Sec) const { return false; } in isDebugSection() function in ObjectFile
|
| H A D | XCOFFObjectFile.cpp | 318 bool XCOFFObjectFile::isDebugSection(DataRefImpl Sec) const { in isDebugSection() function in llvm::object::XCOFFObjectFile
|
| H A D | COFFObjectFile.cpp | 331 bool COFFObjectFile::isDebugSection(DataRefImpl Ref) const { in isDebugSection() function in COFFObjectFile
|
| H A D | MachOObjectFile.cpp | 2037 bool MachOObjectFile::isDebugSection(DataRefImpl Sec) const { in isDebugSection() function in MachOObjectFile
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | MachOLinkGraphBuilder.h | 161 static bool isDebugSection(const NormalizedSection &NSec);
|
| H A D | MachOLinkGraphBuilder.cpp | 83 bool MachOLinkGraphBuilder::isDebugSection(const NormalizedSection &NSec) { in isDebugSection() function in llvm::jitlink::MachOLinkGraphBuilder 187 if (!isDebugSection(NSec)) { in createNormalizedSections()
|
| /freebsd-13.1/contrib/llvm-project/lld/MachO/ |
| H A D | InputSection.h | 268 inline bool isDebugSection(uint32_t flags) { in isDebugSection() function
|
| H A D | InputFiles.cpp | 285 if (!(isDebugSection(isec->getFlags()) && in parseSections()
|
| /freebsd-13.1/contrib/llvm-project/lld/ELF/ |
| H A D | InputSection.h | 400 inline bool isDebugSection(const InputSectionBase &sec) { in isDebugSection() function
|
| H A D | InputSection.cpp | 445 if (!isDebugSection(*sec) && sec->name != ".eh_frame" && in copyRelocations() 876 const bool isDebug = isDebugSection(*this); in relocateNonAlloc()
|
| H A D | Driver.cpp | 2376 if (isDebugSection(*s)) in link() 2380 if (isDebugSection(*rel)) in link()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | llvm-objdump.cpp | 1851 if (Section.isDebugSection()) in printSectionHeaders()
|