Lines Matching refs:SBFileSpec
105 SBFileSpec SBModule::GetFileSpec() const { in GetFileSpec()
108 SBFileSpec file_spec; in GetFileSpec()
116 lldb::SBFileSpec SBModule::GetPlatformFileSpec() const { in GetPlatformFileSpec()
119 SBFileSpec file_spec; in GetPlatformFileSpec()
127 bool SBModule::SetPlatformFileSpec(const lldb::SBFileSpec &platform_file) { in SetPlatformFileSpec()
141 lldb::SBFileSpec SBModule::GetRemoteInstallFileSpec() { in GetRemoteInstallFileSpec()
144 SBFileSpec sb_file_spec; in GetRemoteInstallFileSpec()
151 bool SBModule::SetRemoteInstallFileSpec(lldb::SBFileSpec &file) { in SetRemoteInstallFileSpec()
275 SBSymbolContextList SBModule::FindCompileUnits(const SBFileSpec &sb_file_spec) { in FindCompileUnits()
624 lldb::SBFileSpec SBModule::GetSymbolFileSpec() const { in GetSymbolFileSpec()
627 lldb::SBFileSpec sb_file_spec; in GetSymbolFileSpec()