/freebsd/contrib/llvm-project/llvm/lib/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/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | DebuggerSupportPlugin.cpp |
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfutil/ |
H A D | DebugInfoLinker.h | 20 inline bool isDebugSection(StringRef SecName) { in isDebugSection() function
|
H A D | DebugInfoLinker.cpp | 427 if (isDebugSection(Sec.Name)) { in linkDebugInfoImpl()
|
H A D | llvm-dwarfutil.cpp | 173 if (isDebugSection(*SecName)) { in setConfigToAddNewDebugSections()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/COFF/ |
H A D | COFFObjcopy.cpp | 31 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/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 101 [](SectionRef Sec) { return Sec.isDebugSection(); }); in hasDebugInfo()
|
H A D | XCOFFObjectFile.cpp | 351 if (isDebugSection(SecDRI)) in getSymbolType() 508 bool XCOFFObjectFile::isDebugSection(DataRefImpl Sec) const { in isDebugSection() function in llvm::object::XCOFFObjectFile
|
H A D | COFFObjectFile.cpp | 330 bool COFFObjectFile::isDebugSection(DataRefImpl Ref) const { in isDebugSection() function in COFFObjectFile
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | ObjectFile.h | 127 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()
|
H A D | ELFObjectFile.h | 334 bool isDebugSection(DataRefImpl Sec) const override; 1013 bool ELFObjectFile<ELFT>::isDebugSection(DataRefImpl Sec) const { in isDebugSection() function
|
H A D | XCOFFObjectFile.h | 614 bool isDebugSection(DataRefImpl Sec) const override;
|
H A D | MachO.h | 459 bool isDebugSection(DataRefImpl Sec) const override;
|
H A D | COFF.h | 1015 bool isDebugSection(DataRefImpl Sec) const override;
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/ |
H A D | SectionSizes.cpp | 96 if (!Section.isDebugSection()) in calculateSectionSizes()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ |
H A D | ELFObjcopy.cpp | 54 static bool isDebugSection(const SectionBase &Sec) { in isDebugSection() function 452 return isDebugSection(Sec); in replaceAndRemoveSections() 463 return RemovePred(Sec) || isDebugSection(Sec); in replaceAndRemoveSections()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | MachOLinkGraphBuilder.h | 165 static bool isDebugSection(const NormalizedSection &NSec);
|
H A D | MachOLinkGraphBuilder.cpp | 88 bool MachOLinkGraphBuilder::isDebugSection(const NormalizedSection &NSec) { in isDebugSection() function in llvm::jitlink::MachOLinkGraphBuilder
|
/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | InputSection.h | 287 inline bool isDebugSection(uint32_t flags) { in isDebugSection() function
|
H A D | InputFiles.cpp | 414 if (isDebugSection(isec->getFlags()) && in parseSections()
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | InputSection.h | 499 inline bool isDebugSection(const InputSectionBase &sec) { in isDebugSection() function
|
H A D | InputSection.cpp | 473 if (!isDebugSection(*sec) && sec->name != ".eh_frame" && in copyRelocations() 953 const bool isDebug = isDebugSection(*this); in relocateNonAlloc()
|
H A D | Driver.cpp | 3069 if (isDebugSection(*s)) in link() 3073 if (isDebugSection(*rel)) in link()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVBinaryReader.cpp | 169 << "isDebugSection: " << Section.isDebugSection() << "\n"; in mapVirtualAddress()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-nm/ |
H A D | llvm-nm.cpp | 987 if (Obj.isDebugSection(SecIter->getRawDataRefImpl())) in getSymbolNMTypeChar()
|