Home
last modified time | relevance | path

Searched refs:runtime_module_sp (Results 1 – 3 of 3) 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() local
121 if (addr.GetModule() == runtime_module_sp) // Skip PCs from the runtime. in RetrieveReportData()
194 ModuleSP runtime_module_sp = GetRuntimeModuleSP(); in Activate() local
197 const Symbol *symbol = runtime_module_sp->FindFirstSymbolWithNameAndType( in Activate()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DUBSanRuntime.cpp120 ModuleSP runtime_module_sp = GetRuntimeModuleSP(); in RetrieveReportData() local
158 if (FCA.GetModule() == runtime_module_sp) // Skip PCs from the runtime. in RetrieveReportData()
259 ModuleSP runtime_module_sp = GetRuntimeModuleSP(); in Activate() local
262 const Symbol *symbol = runtime_module_sp->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() local
603 if (so_addr.GetModule() == runtime_module_sp) in GetFirstNonInternalFramePc()