Searched defs:GetDescriptor (Results 1 – 2 of 2) sorted by relevance
/llvm-project/lldb/source/Host/common/ | ||
H A D | File.cpp | 126 int File::GetDescriptor() const { return kInvalidDescriptor; } in GetDescriptor() function in File |
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ | ||
H A D | PythonDataObjects.cpp | 1236 int GetDescriptor() const override { return m_descriptor; } GetDescriptor() function in __anon1d176e400511::BinaryPythonFile |