Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DObjectFile.cpp97 bool ObjectFile::isDebugSection(DataRefImpl Sec) const { return false; } in isDebugSection() function in ObjectFile
H A DXCOFFObjectFile.cpp318 bool XCOFFObjectFile::isDebugSection(DataRefImpl Sec) const { in isDebugSection() function in llvm::object::XCOFFObjectFile
H A DCOFFObjectFile.cpp331 bool COFFObjectFile::isDebugSection(DataRefImpl Ref) const { in isDebugSection() function in COFFObjectFile
H A DMachOObjectFile.cpp2037 bool MachOObjectFile::isDebugSection(DataRefImpl Sec) const { in isDebugSection() function in MachOObjectFile
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/wasm/
H A DWasmObjcopy.cpp24 static bool isDebugSection(const Section &Sec) { in isDebugSection() function
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/COFF/
H A DCOFFObjcopy.cpp30 static bool isDebugSection(const Section &Sec) { in isDebugSection() function
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DInputSection.h400 inline bool isDebugSection(const InputSectionBase &sec) { in isDebugSection() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/
H A DObjectFile.h510 inline bool SectionRef::isDebugSection() const { in isDebugSection() function
H A DELFObjectFile.h931 bool ELFObjectFile<ELFT>::isDebugSection(DataRefImpl Sec) const { in isDebugSection() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.cpp83 bool MachOLinkGraphBuilder::isDebugSection(const NormalizedSection &NSec) { in isDebugSection() function in llvm::jitlink::MachOLinkGraphBuilder
/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DInputSection.h268 inline bool isDebugSection(uint32_t flags) { in isDebugSection() function
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DELFObjcopy.cpp56 static bool isDebugSection(const SectionBase &Sec) { in isDebugSection() function