Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Placeholder/
H A DObjectFilePlaceholder.h47 bool IsStripped() override { return true; } in IsStripped() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.h76 bool IsStripped() override { return false; } in IsStripped() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/PDB/
H A DObjectFilePDB.h73 bool IsStripped() override { return false; } in IsStripped() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/COFF/
H A DObjectFileCOFF.h91 bool IsStripped() override { in IsStripped() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DObjectFileJIT.h88 bool IsStripped() override;
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.h84 bool IsStripped() override { return !!GetExternalDebugInfoFileSpec(); } in IsStripped() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JSON/
H A DObjectFileJSON.h73 bool IsStripped() override { return false; } in IsStripped() function
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DObjectFileJIT.cpp102 bool ObjectFileJIT::IsStripped() { in IsStripped() function in ObjectFileJIT
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectFile.h363 virtual bool IsStripped() = 0;
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h116 bool IsStripped() override;
H A DObjectFileELF.cpp3119 bool ObjectFileELF::IsStripped() { in IsStripped() function in ObjectFileELF
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStatistics.cpp257 module_stat.symtab_stripped = module->GetObjectFile()->IsStripped(); in ReportStatistics()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp517 if (symtab_objfile && symtab_objfile->IsStripped()) { in ResolveSymbolContextForAddress()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp266 if (m_objfile_sp->IsStripped()) in InitOSO()