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/
DInstrumentationRuntimeMainThreadChecker.cpp85 ModuleSP runtime_module_sp = GetRuntimeModuleSP(); in RetrieveReportData()
194 ModuleSP runtime_module_sp = GetRuntimeModuleSP(); in Activate()
/openbsd/src/gnu/llvm/lldb/source/Target/
DInstrumentationRuntime.cpp47 if (GetRuntimeModuleSP()) { in ModulesDidLoad()
/openbsd/src/gnu/llvm/lldb/include/lldb/Target/
DInstrumentationRuntime.h52 lldb::ModuleSP GetRuntimeModuleSP() { return m_runtime_module; } in GetRuntimeModuleSP() function
/openbsd/src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/UBSan/
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/
DInstrumentationRuntimeASan.cpp287 const Symbol *symbol = GetRuntimeModuleSP()->FindFirstSymbolWithNameAndType( in Activate()
/openbsd/src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/TSan/
DInstrumentationRuntimeTSan.cpp588 ModuleSP runtime_module_sp = GetRuntimeModuleSP(); in GetFirstNonInternalFramePc()
903 const Symbol *symbol = GetRuntimeModuleSP()->FindFirstSymbolWithNameAndType( in Activate()