Lines Matching refs:SBFileSpec
47 SBFileSpec SBCompileUnit::GetFileSpec() const { in GetFileSpec()
48 LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::SBFileSpec, SBCompileUnit, in GetFileSpec()
51 SBFileSpec file_spec; in GetFileSpec()
87 SBFileSpec *inline_file_spec) const { in FindLineEntryIndex()
89 (uint32_t, uint32_t, lldb::SBFileSpec *), start_idx, in FindLineEntryIndex()
97 SBFileSpec *inline_file_spec, in FindLineEntryIndex()
100 (uint32_t, uint32_t, lldb::SBFileSpec *, bool), in FindLineEntryIndex()
153 SBFileSpec SBCompileUnit::GetSupportFileAtIndex(uint32_t idx) const { in GetSupportFileAtIndex()
154 LLDB_RECORD_METHOD_CONST(lldb::SBFileSpec, SBCompileUnit, in GetSupportFileAtIndex()
157 SBFileSpec sb_file_spec; in GetSupportFileAtIndex()
168 const SBFileSpec &sb_file, in FindSupportFileIndex()
171 (uint32_t, const lldb::SBFileSpec &, bool), start_idx, in FindSupportFileIndex()
251 LLDB_REGISTER_METHOD_CONST(lldb::SBFileSpec, SBCompileUnit, GetFileSpec, in RegisterMethods()
257 (uint32_t, uint32_t, lldb::SBFileSpec *)); in RegisterMethods()
259 (uint32_t, uint32_t, lldb::SBFileSpec *, bool)); in RegisterMethods()
262 LLDB_REGISTER_METHOD_CONST(lldb::SBFileSpec, SBCompileUnit, in RegisterMethods()
265 (uint32_t, const lldb::SBFileSpec &, bool)); in RegisterMethods()