Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Core/
DModuleSpec.h53 FileSpec *GetFileSpecPtr() { return (m_file ? &m_file : nullptr); } in GetFileSpecPtr() function
55 const FileSpec *GetFileSpecPtr() const { in GetFileSpecPtr() function