Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/API/
HDSBModuleSpec.cpp22 SBModuleSpec::SBModuleSpec () : in SBModuleSpec() function in SBModuleSpec
27 SBModuleSpec::SBModuleSpec(const SBModuleSpec &rhs) : in SBModuleSpec() function in SBModuleSpec
32 const SBModuleSpec &
33 SBModuleSpec::operator = (const SBModuleSpec &rhs) in operator =()
40 SBModuleSpec::~SBModuleSpec () in ~SBModuleSpec()
45 SBModuleSpec::IsValid () const in IsValid()
51 SBModuleSpec::Clear() in Clear()
57 SBModuleSpec::GetFileSpec () in GetFileSpec()
64 SBModuleSpec::SetFileSpec (const lldb::SBFileSpec &sb_spec) in SetFileSpec()
70 SBModuleSpec::GetPlatformFileSpec () in GetPlatformFileSpec()
[all …]
HDSBModule.cpp43 SBModule::SBModule(const SBModuleSpec &module_spec) : in SBModule()
HDSBTarget.cpp1949 SBTarget::AddModule (const SBModuleSpec &module_spec) in AddModule()
/trueos/contrib/llvm/tools/lldb/include/lldb/API/
HDSBModuleSpec.h18 class SBModuleSpec
22 SBModuleSpec ();
24 SBModuleSpec (const SBModuleSpec &rhs);
26 ~SBModuleSpec ();
28 const SBModuleSpec &
29 operator = (const SBModuleSpec &rhs);
128 Append (const SBModuleSpec &spec);
133 SBModuleSpec
134 FindFirstMatchingSpec (const SBModuleSpec &match_spec);
137 FindMatchingSpecs (const SBModuleSpec &match_spec);
[all …]
HDSBDefines.h56 class SBModuleSpec; variable
HDSBFileSpec.h73 friend class SBModuleSpec; variable
HDSBStream.h78 friend class SBModuleSpec; variable
HDSBModule.h29 SBModule (const SBModuleSpec &module_spec);
HDSBTarget.h499 AddModule (const SBModuleSpec &module_spec);
/trueos/lib/clang/liblldbAPI/
HDMakefile33 SBModuleSpec.cpp \