Home
last modified time | relevance | path

Searched defs:isDebugSection (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/lld/MachO/
DInputSection.h72 inline bool isDebugSection(uint32_t flags) { in isDebugSection() function
/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/tools/llvm-objcopy/COFF/
DCOFFObjcopy.cpp30 static bool isDebugSection(const Section &Sec) { in isDebugSection() function
/external/llvm-project/llvm/lib/ExecutionEngine/JITLink/
DMachOLinkGraphBuilder.cpp80 bool MachOLinkGraphBuilder::isDebugSection(const NormalizedSection &NSec) { in isDebugSection() function in llvm::jitlink::MachOLinkGraphBuilder
/external/llvm-project/lld/ELF/
DInputSection.h399 inline bool isDebugSection(const InputSectionBase &sec) { in isDebugSection() function
/external/llvm-project/llvm/include/llvm/Object/
DObjectFile.h507 inline bool SectionRef::isDebugSection(StringRef SectionName) const { in isDebugSection() function
DELFObjectFile.h896 bool ELFObjectFile<ELFT>::isDebugSection(StringRef SectionName) const { in isDebugSection() function
/external/llvm-project/llvm/tools/llvm-objcopy/ELF/
DELFObjcopy.cpp55 static bool isDebugSection(const SectionBase &Sec) { in isDebugSection() function