Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp85 ModuleSP runtime_module_sp = GetRuntimeModuleSP(); in RetrieveReportData()
194 ModuleSP runtime_module_sp = GetRuntimeModuleSP(); in Activate()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DInstrumentationRuntime.cpp47 if (GetRuntimeModuleSP()) { in ModulesDidLoad()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DInstrumentationRuntime.h52 lldb::ModuleSP GetRuntimeModuleSP() { return m_runtime_module; } in GetRuntimeModuleSP() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp113 ModuleSP runtime_module_sp = GetRuntimeModuleSP(); in RetrieveReportData()
255 ModuleSP runtime_module_sp = GetRuntimeModuleSP(); in Activate()
/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp287 const Symbol *symbol = GetRuntimeModuleSP()->FindFirstSymbolWithNameAndType( in Activate()
/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp588 ModuleSP runtime_module_sp = GetRuntimeModuleSP(); in GetFirstNonInternalFramePc()
903 const Symbol *symbol = GetRuntimeModuleSP()->FindFirstSymbolWithNameAndType( in Activate()