Home
last modified time | relevance | path

Searched defs:IsStripped (Results 1 – 8 of 8) 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/COFF/
H A DObjectFileCOFF.h91 bool IsStripped() override { 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/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/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp3119 bool ObjectFileELF::IsStripped() { in IsStripped() function in ObjectFileELF