Home
last modified time | relevance | path

Searched refs:SBFileSpec (Results 1 – 25 of 32) sorted by relevance

12

/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/
DSBFileSpec.cpp23 SBFileSpec::SBFileSpec () : in SBFileSpec() function in SBFileSpec
28 SBFileSpec::SBFileSpec (const SBFileSpec &rhs) : in SBFileSpec() function in SBFileSpec
33 SBFileSpec::SBFileSpec (const lldb_private::FileSpec& fspec) : in SBFileSpec() function in SBFileSpec
39 SBFileSpec::SBFileSpec (const char *path) : in SBFileSpec() function in SBFileSpec
44 SBFileSpec::SBFileSpec (const char *path, bool resolve) : in SBFileSpec() function in SBFileSpec
49 SBFileSpec::~SBFileSpec () in ~SBFileSpec()
53 const SBFileSpec &
54 SBFileSpec::operator = (const SBFileSpec &rhs) in operator =()
62 SBFileSpec::IsValid() const in IsValid()
68 SBFileSpec::Exists () const in Exists()
[all …]
DSBModuleSpec.cpp56 SBFileSpec
59 SBFileSpec sb_spec(m_opaque_ap->GetFileSpec()); in GetFileSpec()
64 SBModuleSpec::SetFileSpec (const lldb::SBFileSpec &sb_spec) in SetFileSpec()
69 lldb::SBFileSpec
72 return SBFileSpec(m_opaque_ap->GetPlatformFileSpec()); in GetPlatformFileSpec()
76 SBModuleSpec::SetPlatformFileSpec (const lldb::SBFileSpec &sb_spec) in SetPlatformFileSpec()
81 lldb::SBFileSpec
84 return SBFileSpec(m_opaque_ap->GetSymbolFileSpec()); in GetSymbolFileSpec()
88 SBModuleSpec::SetSymbolFileSpec (const lldb::SBFileSpec &sb_spec) in SetSymbolFileSpec()
DSBCompileUnit.cpp53 SBFileSpec
56 SBFileSpec file_spec; in GetFileSpec()
103 SBCompileUnit::FindLineEntryIndex (uint32_t start_idx, uint32_t line, SBFileSpec *inline_file_spec)… in FindLineEntryIndex()
110 SBCompileUnit::FindLineEntryIndex (uint32_t start_idx, uint32_t line, SBFileSpec *inline_file_spec,… in FindLineEntryIndex()
187 SBFileSpec
192 SBFileSpec sb_file_spec; in GetSupportFileAtIndex()
212 SBCompileUnit::FindSupportFileIndex (uint32_t start_idx, const SBFileSpec &sb_file, bool full) in FindSupportFileIndex()
DSBFileSpecList.cpp66 SBFileSpecList::Append (const SBFileSpec &sb_file) in Append()
72 SBFileSpecList::AppendIfUnique (const SBFileSpec &sb_file) in AppendIfUnique()
84 SBFileSpecList::FindFileIndex (uint32_t idx, const SBFileSpec &sb_file, bool full) in FindFileIndex()
89 const SBFileSpec
92 SBFileSpec new_spec; in GetFileSpecAtIndex()
DSBHostOS.cpp21 SBFileSpec
24 SBFileSpec sb_filespec; in GetProgramFileSpec()
29 SBFileSpec
32 SBFileSpec sb_lldb_python_filespec; in GetLLDBPythonPath()
DSBModule.cpp102 SBFileSpec
107 SBFileSpec file_spec; in GetFileSpec()
121 lldb::SBFileSpec
126 SBFileSpec file_spec; in GetPlatformFileSpec()
142 SBModule::SetPlatformFileSpec (const lldb::SBFileSpec &platform_file) in SetPlatformFileSpec()
165 lldb::SBFileSpec
168 SBFileSpec sb_file_spec; in GetRemoteInstallFileSpec()
176 SBModule::SetRemoteInstallFileSpec (lldb::SBFileSpec &file) in SetRemoteInstallFileSpec()
DSBPlatform.cpp466 SBPlatform::Get (SBFileSpec &src, in Get()
467 SBFileSpec &dst) in Get()
483 SBPlatform::Put (SBFileSpec &src, in Put()
484 SBFileSpec &dst) in Put()
519 SBPlatform::Install (SBFileSpec &src, in Install()
520 SBFileSpec &dst) in Install()
DSBDeclaration.cpp73 SBFileSpec
78 SBFileSpec sb_file_spec; in GetFileSpec()
118 SBDeclaration::SetFileSpec (lldb::SBFileSpec filespec) in SetFileSpec()
DSBLineEntry.cpp117 SBFileSpec
122 SBFileSpec sb_file_spec; in GetFileSpec()
162 SBLineEntry::SetFileSpec (lldb::SBFileSpec filespec) in SetFileSpec()
DSBBlock.cpp83 SBFileSpec
86 SBFileSpec sb_file; in GetInlinedCallSiteFile()
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/API/
DSBFileSpec.h17 class SBFileSpec
20 SBFileSpec ();
22 SBFileSpec (const lldb::SBFileSpec &rhs);
24 SBFileSpec (const char *path);// Deprected, use SBFileSpec (const char *path, bool resolve)
26 SBFileSpec (const char *path, bool resolve);
28 ~SBFileSpec ();
30 const SBFileSpec &
31 operator = (const lldb::SBFileSpec &rhs);
80 SBFileSpec (const lldb_private::FileSpec& fspec);
DSBModuleSpec.h47 lldb::SBFileSpec
51 SetFileSpec (const lldb::SBFileSpec &fspec);
68 lldb::SBFileSpec
72 SetPlatformFileSpec (const lldb::SBFileSpec &fspec);
74 lldb::SBFileSpec
78 SetSymbolFileSpec (const lldb::SBFileSpec &fspec);
DSBPlatform.h162 Put (SBFileSpec &src, SBFileSpec &dst);
165 Get (SBFileSpec &src, SBFileSpec &dst);
168 Install (SBFileSpec& src, SBFileSpec& dst);
DSBCompileUnit.h34 lldb::SBFileSpec
46 lldb::SBFileSpec *inline_file_spec) const;
51 lldb::SBFileSpec *inline_file_spec,
54 SBFileSpec
61 FindSupportFileIndex (uint32_t start_idx, const SBFileSpec &sb_file, bool full);
DSBFileSpecList.h36 Append (const SBFileSpec &sb_file);
39 AppendIfUnique (const SBFileSpec &sb_file);
45 FindFileIndex (uint32_t idx, const SBFileSpec &sb_file, bool full);
47 const SBFileSpec
DSBModule.h55 lldb::SBFileSpec
73 lldb::SBFileSpec
77 SetPlatformFileSpec (const lldb::SBFileSpec &platform_file);
91 lldb::SBFileSpec
113 SetRemoteInstallFileSpec (lldb::SBFileSpec &file);
DSBHostOS.h22 static lldb::SBFileSpec
25 static lldb::SBFileSpec
DSBDeclaration.h34 lldb::SBFileSpec
44 SetFileSpec (lldb::SBFileSpec filespec);
DSBLineEntry.h41 lldb::SBFileSpec
51 SetFileSpec (lldb::SBFileSpec filespec);
DSBTarget.h148 SetExecutable (lldb::SBFileSpec exe_file);
481 lldb::SBFileSpec
514 FindModule (const lldb::SBFileSpec &file_spec);
698 BreakpointCreateByLocation (const lldb::SBFileSpec &file_spec, uint32_t line);
732 const lldb::SBFileSpec &source_file,
DSBThread.h120 lldb::SBFileSpec &file_spec,
124 JumpToLine (lldb::SBFileSpec &file_spec, uint32_t line);
DSBSourceManager.h32 DisplaySourceLinesWithLineNumbers (const lldb::SBFileSpec &file,
DSBDefines.h46 class SBFileSpec; variable
DSBBlock.h42 lldb::SBFileSpec
/freebsd-10-stable/lib/clang/liblldbAPI/
DMakefile23 SBFileSpec.cpp \

12