Lines Matching refs:SBFileSpec
74 SBFileSpec SBModule::GetFileSpec() const { in GetFileSpec()
77 SBFileSpec file_spec; in GetFileSpec()
90 lldb::SBFileSpec SBModule::GetPlatformFileSpec() const { in GetPlatformFileSpec()
93 SBFileSpec file_spec; in GetPlatformFileSpec()
106 bool SBModule::SetPlatformFileSpec(const lldb::SBFileSpec &platform_file) { in SetPlatformFileSpec()
124 lldb::SBFileSpec SBModule::GetRemoteInstallFileSpec() { in GetRemoteInstallFileSpec()
125 SBFileSpec sb_file_spec; in GetRemoteInstallFileSpec()
132 bool SBModule::SetRemoteInstallFileSpec(lldb::SBFileSpec &file) { in SetRemoteInstallFileSpec()
257 SBModule::FindCompileUnits(const SBFileSpec &sb_file_spec) { in FindCompileUnits()
572 lldb::SBFileSpec SBModule::GetSymbolFileSpec() const { in GetSymbolFileSpec()
573 lldb::SBFileSpec sb_file_spec; in GetSymbolFileSpec()