Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp86 ModuleSP runtime_module_sp = GetRuntimeModuleSP(); in RetrieveReportData()
195 ModuleSP runtime_module_sp = GetRuntimeModuleSP(); in Activate()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DInstrumentationRuntime.cpp47 if (GetRuntimeModuleSP()) { in ModulesDidLoad()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DInstrumentationRuntime.h52 lldb::ModuleSP GetRuntimeModuleSP() { return m_runtime_module; } in GetRuntimeModuleSP() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp113 ModuleSP runtime_module_sp = GetRuntimeModuleSP(); in RetrieveReportData()
255 ModuleSP runtime_module_sp = GetRuntimeModuleSP(); in Activate()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASanLibsanitizers/
H A DInstrumentationRuntimeASanLibsanitizers.cpp93 lldb::ModuleSP module_sp = GetRuntimeModuleSP(); in Activate()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp88 GetRuntimeModuleSP(), process_sp, ConstString("_ZN6__asanL7AsanDieEv"));
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp590 ModuleSP runtime_module_sp = GetRuntimeModuleSP(); in GetFirstNonInternalFramePc()
903 const Symbol *symbol = GetRuntimeModuleSP()->FindFirstSymbolWithNameAndType( in Activate()