Home
last modified time | relevance | path

Searched refs:GetFile (Results 1 – 25 of 43) sorted by relevance

12

/external/lldb/source/Symbol/
DDeclaration.cpp110 return lhs.GetFile() == rhs.GetFile(); in operator ==()
113 return lhs.GetFile() == rhs.GetFile(); in operator ==()
/external/lldb/include/lldb/Core/
DStreamFile.h46 GetFile () in GetFile() function
52 GetFile () const in GetFile() function
DDebugger.h97 return m_input_file.GetFile(); in GetInputFile()
103 return m_output_file.GetFile(); in GetOutputFile()
109 return m_error_file.GetFile(); in GetErrorFile()
DSourceManager.h174 GetFile (const FileSpec &file_spec);
/external/lldb/source/API/
DSBDeclaration.cpp79 if (m_opaque_ap.get() && m_opaque_ap->GetFile()) in GetFileSpec()
80 sb_file_spec.SetFileSpec(m_opaque_ap->GetFile()); in GetFileSpec()
191 m_opaque_ap->GetFile().GetPath (file_path, sizeof (file_path)); in GetDescription()
DSBStream.cpp85 stream_file->GetFile().Open (path, open_options, File::ePermissionsDefault); in RedirectToFile()
DSBBlock.cpp91 sb_file.SetFileSpec (inlined_info->GetCallSite().GetFile()); in GetInlinedCallSiteFile()
/external/lldb/include/lldb/Symbol/
DDeclaration.h170 GetFile () in GetFile() function
182 GetFile () const in GetFile() function
/external/lldb/source/Plugins/Platform/MacOSX/
DPlatformMacOSX.cpp161 PlatformMacOSX::GetFile (const FileSpec &platform_file, in GetFile() function in PlatformMacOSX
168 return m_remote_platform_sp->GetFile (platform_file, uuid_ptr, local_file); in GetFile()
DPlatformMacOSX.h71 GetFile (const lldb_private::FileSpec &platform_file,
DPlatformiOSSimulator.cpp318 PlatformiOSSimulator::GetFile (const FileSpec &platform_file, in GetFile() function in PlatformiOSSimulator
373 error = GetFile (platform_file, module_spec.GetUUIDPtr(), local_file); in GetSharedModule()
DPlatformiOSSimulator.h83 GetFile (const lldb_private::FileSpec &platform_file,
/external/lldb/source/Core/
DSourceManager.cpp69 SourceManager::GetFile (const FileSpec &file_spec) in GetFile() function in SourceManager
178 FileSP file_sp (GetFile (file_spec)); in DisplaySourceLinesWithLineNumbers()
250 m_last_file_sp = GetFile (file_spec); in SetDefaultFileAndLine()
329 FileSP file_sp = GetFile (file_spec); in FindLinesMatchingRegex()
/external/lldb/include/lldb/Interpreter/
DOptionGroupOutputFile.h51 GetFile () in GetFile() function
/external/lldb/source/Commands/
DCommandObjectFrame.cpp443 … if (m_option_variable.show_decl && var_sp->GetDeclaration ().GetFile()) in DoExecute()
486 … if (m_option_variable.show_decl && var_sp && var_sp->GetDeclaration ().GetFile()) in DoExecute()
566 … if (m_option_variable.show_decl && var_sp->GetDeclaration ().GetFile()) in DoExecute()
/external/lldb/source/Plugins/Platform/Linux/
DPlatformLinux.h76 GetFile (const FileSpec &platform_file,
DPlatformLinux.cpp285 PlatformLinux::GetFile (const FileSpec &platform_file, in GetFile() function in PlatformLinux
291 return m_remote_platform_sp->GetFile (platform_file, uuid_ptr, local_file); in GetFile()
/external/lldb/source/Plugins/Platform/gdb-server/
DPlatformRemoteGDBServer.h76 GetFile (const lldb_private::FileSpec &platform_file,
DPlatformRemoteGDBServer.cpp115 PlatformRemoteGDBServer::GetFile (const FileSpec &platform_file, in GetFile() function in PlatformRemoteGDBServer
/external/lldb/source/Plugins/Platform/FreeBSD/
DPlatformFreeBSD.h139 GetFile (const lldb_private::FileSpec &platform_file,
DPlatformFreeBSD.cpp557 PlatformFreeBSD::GetFile (const FileSpec &platform_file, in GetFile() function in PlatformFreeBSD
564 return m_remote_platform_sp->GetFile (platform_file, uuid_ptr, local_file); in GetFile()
/external/lzma/CPP/7zip/Archive/7z/
D7zItem.h262 void GetFile(int index, CFileItem &file, CFileItem2 &file2) const;
D7zUpdate.cpp986 db->GetFile(fi, file, file2); in Update()
1098 db->GetFile(ui.IndexInArchive, file, file2); in Update()
1168 db->GetFile(ui.IndexInArchive, file, file2); in Update()
/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugLine.h101 bool GetFile(uint32_t file_idx, std::string& file, std::string& dir) const;
/external/lldb/include/lldb/Target/
DPlatform.h307 GetFile (const FileSpec &platform_file,

12