| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-dwarfutil/ |
| H A D | DebugInfoLinker.h | 20 inline bool isDebugSection(StringRef SecName) { in isDebugSection() function
|
| H A D | DebugInfoLinker.cpp | 407 if (isDebugSection(Sec.Name)) { in linkDebugInfo()
|
| H A D | llvm-dwarfutil.cpp | 168 if (isDebugSection(*SecName)) { in setConfigToAddNewDebugSections()
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ |
| H A D | DebuggerSupportPlugin.cpp | 45 static bool isDebugSection(Section &Sec) { in isDebugSection() function in __anon091185a40111::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/lib/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()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Object/ |
| H A 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()
|
| H A D | ELFObjectFile.h | 305 bool isDebugSection(DataRefImpl Sec) const override; 950 bool ELFObjectFile<ELFT>::isDebugSection(DataRefImpl Sec) const { in isDebugSection() function
|
| H A D | XCOFFObjectFile.h | 600 bool isDebugSection(DataRefImpl Sec) const override;
|
| H A D | MachO.h | 458 bool isDebugSection(DataRefImpl Sec) const override;
|
| H A D | COFF.h | 955 bool isDebugSection(DataRefImpl Sec) const override;
|
| /openbsd-src/gnu/llvm/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 | 341 if (isDebugSection(SecDRI)) in getSymbolType() 498 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
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-dwarfdump/ |
| H A D | SectionSizes.cpp | 96 if (!Section.isDebugSection()) in calculateSectionSizes()
|
| /openbsd-src/gnu/llvm/llvm/lib/ObjCopy/ELF/ |
| H A D | ELFObjcopy.cpp | 54 static bool isDebugSection(const SectionBase &Sec) { in isDebugSection() function 404 return isDebugSection(Sec); in replaceAndRemoveSections() 415 return RemovePred(Sec) || isDebugSection(Sec); in replaceAndRemoveSections()
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | MachOLinkGraphBuilder.h | 164 static bool isDebugSection(const NormalizedSection &NSec);
|
| H A D | MachOLinkGraphBuilder.cpp | 87 bool MachOLinkGraphBuilder::isDebugSection(const NormalizedSection &NSec) { in isDebugSection() function in llvm::jitlink::MachOLinkGraphBuilder
|
| /openbsd-src/gnu/llvm/lld/MachO/ |
| H A D | InputSection.h | 277 inline bool isDebugSection(uint32_t flags) { in isDebugSection() function
|
| H A D | InputFiles.cpp | 392 if (isDebugSection(isec->getFlags()) && in parseSections()
|
| /openbsd-src/gnu/llvm/lld/ELF/ |
| H A D | InputSection.h | 427 inline bool isDebugSection(const InputSectionBase &sec) { in isDebugSection() function
|
| H A D | InputSection.cpp | 393 if (!isDebugSection(*sec) && sec->name != ".eh_frame" && in copyRelocations() 833 const bool isDebug = isDebugSection(*this); in relocateNonAlloc()
|
| H A D | Driver.cpp | 2795 if (isDebugSection(*s)) in link() 2799 if (isDebugSection(*rel)) in link()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-nm/ |
| H A D | llvm-nm.cpp | 976 if (Obj.isDebugSection(SecIter->getRawDataRefImpl())) in getSymbolNMTypeChar()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/ |
| H A D | llvm-objdump.cpp | 2292 if (Section.isDebugSection()) in printSectionHeaders()
|