Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp86 ModuleSP runtime_module_sp = GetRuntimeModuleSP(); in RetrieveReportData() local
127 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/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp113 ModuleSP runtime_module_sp = GetRuntimeModuleSP(); in RetrieveReportData() local
153 if (FCA.GetModule() == runtime_module_sp) // Skip PCs from the runtime. in RetrieveReportData()
255 ModuleSP runtime_module_sp = GetRuntimeModuleSP(); in Activate() local
258 const Symbol *symbol = runtime_module_sp->FindFirstSymbolWithNameAndType( in Activate()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp590 ModuleSP runtime_module_sp = GetRuntimeModuleSP(); in GetFirstNonInternalFramePc() local
607 if (so_addr.GetModule() == runtime_module_sp) in GetFirstNonInternalFramePc()