Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-dwarfutil/
HDDebugInfoLinker.h20 inline bool isDebugSection(StringRef SecName) { in isDebugSection() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
HDObjectFile.cpp97 bool ObjectFile::isDebugSection(DataRefImpl Sec) const { return false; } in isDebugSection() function in ObjectFile
HDXCOFFObjectFile.cpp508 bool XCOFFObjectFile::isDebugSection(DataRefImpl Sec) const { in isDebugSection() function in llvm::object::XCOFFObjectFile
HDCOFFObjectFile.cpp330 bool COFFObjectFile::isDebugSection(DataRefImpl Ref) const { in isDebugSection() function in COFFObjectFile
HDMachOObjectFile.cpp2061 bool MachOObjectFile::isDebugSection(DataRefImpl Sec) const { in isDebugSection() function in MachOObjectFile
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjCopy/wasm/
HDWasmObjcopy.cpp24 static bool isDebugSection(const Section &Sec) { in isDebugSection() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
HDCOFFObjcopy.cpp31 static bool isDebugSection(const Section &Sec) { in isDebugSection() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
HDDebuggerSupportPlugin.cpp36 static bool isDebugSection(Section &Sec) { in isDebugSection() function in __anon9f6917e10111::MachODebugObjectSynthesizerBase
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
HDObjectFile.h582 inline bool SectionRef::isDebugSection() const { in isDebugSection() function
HDELFObjectFile.h1013 bool ELFObjectFile<ELFT>::isDebugSection(DataRefImpl Sec) const { in isDebugSection() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
HDMachOLinkGraphBuilder.cpp88 bool MachOLinkGraphBuilder::isDebugSection(const NormalizedSection &NSec) { in isDebugSection() function in llvm::jitlink::MachOLinkGraphBuilder
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
HDInputSection.h499 inline bool isDebugSection(const InputSectionBase &sec) { in isDebugSection() function
/freebsd-13-stable/contrib/llvm-project/lld/MachO/
HDInputSection.h287 inline bool isDebugSection(uint32_t flags) { in isDebugSection() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
HDELFObjcopy.cpp54 static bool isDebugSection(const SectionBase &Sec) { in isDebugSection() function