Home
last modified time | relevance | path

Searched defs:GetProcessSP (Results 1 – 12 of 12) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DValueObjectUpdater.cpp52 lldb::ProcessSP ValueObjectUpdater::GetProcessSP() const { in GetProcessSP() function in ValueObjectUpdater
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DInstrumentationRuntime.h51 lldb::ProcessSP GetProcessSP() { return m_process_wp.lock(); } in GetProcessSP() function
H A DExecutionContext.h459 const lldb::ProcessSP &GetProcessSP() const { return m_process_sp; } in GetProcessSP() function
H A DABI.h95 lldb::ProcessSP GetProcessSP() const { return m_process_wp.lock(); } in GetProcessSP() function
H A DProcess.h416 lldb::ProcessSP GetProcessSP() const { return m_process_wp.lock(); } in GetProcessSP() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DQueueItem.cpp93 ProcessSP QueueItem::GetProcessSP() { return m_process_wp.lock(); } in GetProcessSP() function in QueueItem
H A DExecutionContext.cpp573 lldb::ProcessSP ExecutionContextRef::GetProcessSP() const { in GetProcessSP() function in ExecutionContextRef
H A DTarget.cpp214 const lldb::ProcessSP &Target::GetProcessSP() const { return m_process_sp; } in GetProcessSP() function in Target
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.h126 lldb::ProcessSP GetProcessSP() { return m_process_wp.lock(); } in GetProcessSP() function
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DStringPrinter.h114 lldb::ProcessSP GetProcessSP() const { return m_process_sp; } in GetProcessSP() function
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h338 lldb::ProcessSP GetProcessSP() const { in GetProcessSP() function
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBValue.cpp174 ProcessSP GetProcessSP() { in GetProcessSP() function in ValueImpl