Home
last modified time | relevance | path

Searched refs:GetUnderlyingFile (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.h463 bool GetUnderlyingFile(File &file) const;
H A DPythonDataObjects.cpp1024 bool PythonFile::GetUnderlyingFile(File &file) const { in GetUnderlyingFile() function in PythonFile