Lines Matching refs:SBFileSpec
96 SBFileSpec SBModule::GetFileSpec() const { in GetFileSpec()
97 LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::SBFileSpec, SBModule, GetFileSpec); in GetFileSpec()
99 SBFileSpec file_spec; in GetFileSpec()
107 lldb::SBFileSpec SBModule::GetPlatformFileSpec() const { in GetPlatformFileSpec()
108 LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::SBFileSpec, SBModule, in GetPlatformFileSpec()
111 SBFileSpec file_spec; in GetPlatformFileSpec()
119 bool SBModule::SetPlatformFileSpec(const lldb::SBFileSpec &platform_file) { in SetPlatformFileSpec()
121 (const lldb::SBFileSpec &), platform_file); in SetPlatformFileSpec()
134 lldb::SBFileSpec SBModule::GetRemoteInstallFileSpec() { in GetRemoteInstallFileSpec()
135 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBFileSpec, SBModule, in GetRemoteInstallFileSpec()
138 SBFileSpec sb_file_spec; in GetRemoteInstallFileSpec()
145 bool SBModule::SetRemoteInstallFileSpec(lldb::SBFileSpec &file) { in SetRemoteInstallFileSpec()
147 (lldb::SBFileSpec &), file); in SetRemoteInstallFileSpec()
277 SBSymbolContextList SBModule::FindCompileUnits(const SBFileSpec &sb_file_spec) { in FindCompileUnits()
279 (const lldb::SBFileSpec &), sb_file_spec); in FindCompileUnits()
644 lldb::SBFileSpec SBModule::GetSymbolFileSpec() const { in GetSymbolFileSpec()
645 LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::SBFileSpec, SBModule, in GetSymbolFileSpec()
648 lldb::SBFileSpec sb_file_spec; in GetSymbolFileSpec()
713 LLDB_REGISTER_METHOD_CONST(lldb::SBFileSpec, SBModule, GetFileSpec, ()); in RegisterMethods()
714 LLDB_REGISTER_METHOD_CONST(lldb::SBFileSpec, SBModule, GetPlatformFileSpec, in RegisterMethods()
717 (const lldb::SBFileSpec &)); in RegisterMethods()
718 LLDB_REGISTER_METHOD(lldb::SBFileSpec, SBModule, GetRemoteInstallFileSpec, in RegisterMethods()
721 (lldb::SBFileSpec &)); in RegisterMethods()
737 (const lldb::SBFileSpec &)); in RegisterMethods()
762 LLDB_REGISTER_METHOD_CONST(lldb::SBFileSpec, SBModule, GetSymbolFileSpec, ()); in RegisterMethods()