Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DObjectFile.cpp97 bool ObjectFile::isDebugSection(StringRef SectionName) const { in isDebugSection() function in ObjectFile
H A DCOFFObjectFile.cpp331 bool COFFObjectFile::isDebugSection(StringRef SectionName) const { in isDebugSection() function in COFFObjectFile
H A DMachOObjectFile.cpp2038 bool MachOObjectFile::isDebugSection(StringRef SectionName) const { in isDebugSection() function in MachOObjectFile
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/COFF/
H A DCOFFObjcopy.cpp30 static bool isDebugSection(const Section &Sec) { in isDebugSection() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.cpp83 bool MachOLinkGraphBuilder::isDebugSection(const NormalizedSection &NSec) { in isDebugSection() function in llvm::jitlink::MachOLinkGraphBuilder
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DObjectFile.h507 inline bool SectionRef::isDebugSection(StringRef SectionName) const { in isDebugSection() function
H A DELFObjectFile.h931 bool ELFObjectFile<ELFT>::isDebugSection(StringRef SectionName) const { in isDebugSection() function
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
H A DELFObjcopy.cpp56 static bool isDebugSection(const SectionBase &Sec) { in isDebugSection() function