Home
last modified time | relevance | path

Searched refs:sb_spec (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/gnu/llvm/lldb/source/API/
DSBModuleSpec.cpp61 SBFileSpec sb_spec(m_opaque_up->GetFileSpec()); in GetFileSpec() local
62 return sb_spec; in GetFileSpec()
65 void SBModuleSpec::SetFileSpec(const lldb::SBFileSpec &sb_spec) { in SetFileSpec() argument
66 LLDB_INSTRUMENT_VA(this, sb_spec); in SetFileSpec()
68 m_opaque_up->GetFileSpec() = *sb_spec; in SetFileSpec()
77 void SBModuleSpec::SetPlatformFileSpec(const lldb::SBFileSpec &sb_spec) { in SetPlatformFileSpec() argument
78 LLDB_INSTRUMENT_VA(this, sb_spec); in SetPlatformFileSpec()
80 m_opaque_up->GetPlatformFileSpec() = *sb_spec; in SetPlatformFileSpec()
89 void SBModuleSpec::SetSymbolFileSpec(const lldb::SBFileSpec &sb_spec) { in SetSymbolFileSpec() argument
90 LLDB_INSTRUMENT_VA(this, sb_spec); in SetSymbolFileSpec()
[all …]