Home
last modified time | relevance | path

Searched refs:IsStripped (Results 1 – 17 of 17) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/PDB/
H A DObjectFilePDB.h73 bool IsStripped() override { return false; } in IsStripped() function
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.h76 bool IsStripped() override { return false; } in IsStripped() function
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/JIT/
H A DObjectFileJIT.h72 bool IsStripped() override;
H A DObjectFileJIT.cpp115 bool ObjectFileJIT::IsStripped() { in IsStripped() function in ObjectFileJIT
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.h83 bool IsStripped() override { return !!GetExternalDebugInfoFileSpec(); } in IsStripped() function
/llvm-project-15.0.7/lldb/source/Target/
H A DStatistics.cpp235 module_stat.symtab_stripped = module->GetObjectFile()->IsStripped(); in ReportStatistics()
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DObjectFile.h381 virtual bool IsStripped() = 0;
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.h98 bool IsStripped() override;
H A DObjectFileMachO.cpp1297 bool ObjectFileMachO::IsStripped() { in IsStripped() function in ObjectFileMachO
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.h114 bool IsStripped() override;
H A DObjectFilePECOFF.cpp898 bool ObjectFilePECOFF::IsStripped() { in IsStripped() function in ObjectFilePECOFF
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h115 bool IsStripped() override;
H A DObjectFileELF.cpp2966 bool ObjectFileELF::IsStripped() { in IsStripped() function in ObjectFileELF
/llvm-project-15.0.7/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp78 bool IsStripped() override { return true; } in IsStripped() function in __anon24cf01f00111::PlaceholderObjectFile
/llvm-project-15.0.7/lldb/tools/lldb-test/
H A Dlldb-test.cpp911 Printer.formatLine("Stripped: {0}", ObjectPtr->IsStripped()); in dumpObjectFiles()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp256 if (m_objfile_sp->IsStripped()) in InitOSO()
/llvm-project-15.0.7/lldb/source/Core/
H A DModule.cpp515 if (symtab_objfile && symtab_objfile->IsStripped()) { in ResolveSymbolContextForAddress()