Home
last modified time | relevance | path

Searched defs:IsStripped (Results 1 – 8 of 8) sorted by relevance

/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/PDB/
DObjectFilePDB.h75 bool IsStripped() override { return false; } in IsStripped() function
/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/JIT/
DObjectFileJIT.cpp136 bool ObjectFileJIT::IsStripped() { in IsStripped() function in ObjectFileJIT
/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/source/Plugins/ObjectFile/PECOFF/
DObjectFilePECOFF.cpp745 bool ObjectFilePECOFF::IsStripped() { in IsStripped() function in ObjectFilePECOFF
/external/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp2927 bool ObjectFileELF::IsStripped() { in IsStripped() function in ObjectFileELF
/external/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp1266 bool ObjectFileMachO::IsStripped() { in IsStripped() function in ObjectFileMachO