Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DMainThreadCheckerRuntime.cpp80 ModuleSP runtime_module_sp = GetRuntimeModuleSP(); in RetrieveReportData()
194 ModuleSP runtime_module_sp = GetRuntimeModuleSP(); in Activate()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DInstrumentationRuntime.cpp48 if (GetRuntimeModuleSP()) { in ModulesDidLoad()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DInstrumentationRuntime.h54 lldb::ModuleSP GetRuntimeModuleSP() { return m_runtime_module; } in GetRuntimeModuleSP() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DUBSanRuntime.cpp120 ModuleSP runtime_module_sp = GetRuntimeModuleSP(); in RetrieveReportData()
259 ModuleSP runtime_module_sp = GetRuntimeModuleSP(); in Activate()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DASanRuntime.cpp289 const Symbol *symbol = GetRuntimeModuleSP()->FindFirstSymbolWithNameAndType( in Activate()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DTSanRuntime.cpp587 ModuleSP runtime_module_sp = GetRuntimeModuleSP(); in GetFirstNonInternalFramePc()
901 const Symbol *symbol = GetRuntimeModuleSP()->FindFirstSymbolWithNameAndType( in Activate()