Home
last modified time | relevance | path

Searched refs:runtime_module_sp (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
HDMainThreadCheckerRuntime.cpp81 ModuleSP runtime_module_sp = GetRuntimeModuleSP(); in RetrieveReportData() local
122 if (addr.GetModule() == runtime_module_sp) // Skip PCs from the runtime. in RetrieveReportData()
195 ModuleSP runtime_module_sp = GetRuntimeModuleSP(); in Activate() local
198 const Symbol *symbol = runtime_module_sp->FindFirstSymbolWithNameAndType( in Activate()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
HDUBSanRuntime.cpp121 ModuleSP runtime_module_sp = GetRuntimeModuleSP(); in RetrieveReportData() local
159 if (FCA.GetModule() == runtime_module_sp) // Skip PCs from the runtime. in RetrieveReportData()
260 ModuleSP runtime_module_sp = GetRuntimeModuleSP(); in Activate() local
263 const Symbol *symbol = runtime_module_sp->FindFirstSymbolWithNameAndType( in Activate()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
HDTSanRuntime.cpp586 ModuleSP runtime_module_sp = GetRuntimeModuleSP(); in GetFirstNonInternalFramePc() local
602 if (so_addr.GetModule() == runtime_module_sp) in GetFirstNonInternalFramePc()