Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/
DObjectFile.cpp97 bool ObjectFile::isDebugSection(DataRefImpl Sec) const { return false; } in isDebugSection() function in ObjectFile
DXCOFFObjectFile.cpp498 bool XCOFFObjectFile::isDebugSection(DataRefImpl Sec) const { in isDebugSection() function in llvm::object::XCOFFObjectFile
DCOFFObjectFile.cpp331 bool COFFObjectFile::isDebugSection(DataRefImpl Ref) const { in isDebugSection() function in COFFObjectFile
DMachOObjectFile.cpp2054 bool MachOObjectFile::isDebugSection(DataRefImpl Sec) const { in isDebugSection() function in MachOObjectFile
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/wasm/
DWasmObjcopy.cpp24 static bool isDebugSection(const Section &Sec) { in isDebugSection() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/COFF/
DCOFFObjcopy.cpp30 static bool isDebugSection(const Section &Sec) { in isDebugSection() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/
DObjectFile.h525 inline bool SectionRef::isDebugSection() const { in isDebugSection() function
DELFObjectFile.h950 bool ELFObjectFile<ELFT>::isDebugSection(DataRefImpl Sec) const { in isDebugSection() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/
DDebuggerSupportPlugin.cpp45 static bool isDebugSection(Section &Sec) { in isDebugSection() function in __anonbb23590b0111::MachODebugObjectSynthesizerBase
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/JITLink/
DMachOLinkGraphBuilder.cpp87 bool MachOLinkGraphBuilder::isDebugSection(const NormalizedSection &NSec) { in isDebugSection() function in llvm::jitlink::MachOLinkGraphBuilder
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/ELF/
DELFObjcopy.cpp54 static bool isDebugSection(const SectionBase &Sec) { in isDebugSection() function