Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-objcopy/COFF/
DCOFFObjcopy.cpp30 static bool isDebugSection(const Section &Sec) { in isDebugSection() function
144 if (isDebugSection(Sec) && in handleArgs()
159 return !isDebugSection(Sec) && Sec.Name != ".buildid" && in handleArgs()
/external/llvm-project/lld/MachO/
DDwarf.cpp26 if (!(isDebugSection(isec->flags) && in create()
DInputSection.h72 inline bool isDebugSection(uint32_t flags) { in isDebugSection() function
DWriter.cpp593 if (isDebugSection(isec->flags) && isec->segname == segment_names::dwarf) in createOutputSections()
/external/llvm-project/llvm/include/llvm/Object/
DObjectFile.h126 bool isDebugSection(StringRef SectionName) const;
277 virtual bool isDebugSection(StringRef SectionName) const;
507 inline bool SectionRef::isDebugSection(StringRef SectionName) const { in isDebugSection() function
508 return OwningObject->isDebugSection(SectionName); in isDebugSection()
DELFObjectFile.h301 bool isDebugSection(StringRef SectionName) const override;
896 bool ELFObjectFile<ELFT>::isDebugSection(StringRef SectionName) const { in isDebugSection() function
DMachO.h312 bool isDebugSection(StringRef SectionName) const override;
DCOFF.h939 bool isDebugSection(StringRef SectionName) const override;
/external/llvm-project/llvm/tools/llvm-dwarfdump/
DSectionSizes.cpp98 if (!Section.isDebugSection(SectionName)) in calculateSectionSizes()
/external/llvm-project/llvm/lib/Object/
DObjectFile.cpp97 bool ObjectFile::isDebugSection(StringRef SectionName) const { in isDebugSection() function in ObjectFile
DCOFFObjectFile.cpp329 bool COFFObjectFile::isDebugSection(StringRef SectionName) const { in isDebugSection() function in COFFObjectFile
DMachOObjectFile.cpp2036 bool MachOObjectFile::isDebugSection(StringRef SectionName) const { in isDebugSection() function in MachOObjectFile
/external/llvm-project/llvm/lib/ExecutionEngine/JITLink/
DMachOLinkGraphBuilder.h160 static bool isDebugSection(const NormalizedSection &NSec);
DMachOLinkGraphBuilder.cpp80 bool MachOLinkGraphBuilder::isDebugSection(const NormalizedSection &NSec) { in isDebugSection() function in llvm::jitlink::MachOLinkGraphBuilder
181 if (!isDebugSection(NSec)) in createNormalizedSections()
/external/llvm-project/llvm/tools/llvm-objcopy/ELF/
DELFObjcopy.cpp55 static bool isDebugSection(const SectionBase &Sec) { in isDebugSection() function
490 return isDebugSection(Sec); in replaceAndRemoveSections()
501 return RemovePred(Sec) || isDebugSection(Sec); in replaceAndRemoveSections()
/external/llvm-project/lld/ELF/
DInputSection.h399 inline bool isDebugSection(const InputSectionBase &sec) { in isDebugSection() function
DInputSection.cpp452 if (!isDebugSection(*sec) && sec->name != ".eh_frame" && in copyRelocations()
864 const bool isDebug = isDebugSection(*this); in relocateNonAlloc()
DDriver.cpp2225 if (isDebugSection(*s)) in link()
2229 if (isDebugSection(*rel)) in link()