Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ObjectFile/PDB/
DObjectFilePDB.h75 bool IsStripped() override { return false; } in IsStripped() function
/external/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
DObjectFileBreakpad.h78 bool IsStripped() override { return false; } in IsStripped() function
/external/llvm-project/lldb/source/Plugins/ObjectFile/JIT/
DObjectFileJIT.h70 bool IsStripped() override;
DObjectFileJIT.cpp136 bool ObjectFileJIT::IsStripped() { in IsStripped() function in ObjectFileJIT
/external/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
DObjectFileWasm.h84 bool IsStripped() override { return !!GetExternalDebugInfoFileSpec(); } in IsStripped() function
/external/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.h91 bool IsStripped() override;
DObjectFileMachO.cpp1266 bool ObjectFileMachO::IsStripped() { in IsStripped() function in ObjectFileMachO
/external/llvm-project/lldb/include/lldb/Symbol/
DObjectFile.h365 virtual bool IsStripped() = 0;
/external/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/
DObjectFilePECOFF.h111 bool IsStripped() override;
DObjectFilePECOFF.cpp745 bool ObjectFilePECOFF::IsStripped() { in IsStripped() function in ObjectFilePECOFF
/external/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.h115 bool IsStripped() override;
DObjectFileELF.cpp2927 bool ObjectFileELF::IsStripped() { in IsStripped() function in ObjectFileELF
/external/llvm-project/lldb/source/Plugins/Process/minidump/
DProcessMinidump.cpp76 bool IsStripped() override { return true; } in IsStripped() function in __anonfadbf2d70111::PlaceholderObjectFile
/external/llvm-project/lldb/tools/lldb-test/
Dlldb-test.cpp906 Printer.formatLine("Stripped: {0}", ObjectPtr->IsStripped()); in dumpObjectFiles()
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARFDebugMap.cpp261 if (m_objfile_sp->IsStripped()) in InitOSO()
/external/llvm-project/lldb/source/Core/
DModule.cpp525 if (symtab_objfile && symtab_objfile->IsStripped()) { in ResolveSymbolContextForAddress()