Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
DInstrumentationRuntimeMainThreadChecker.cpp90 ModuleSP runtime_module_sp = GetRuntimeModuleSP(); in RetrieveReportData() local
131 if (addr.GetModule() == runtime_module_sp) // Skip PCs from the runtime. in RetrieveReportData()
204 ModuleSP runtime_module_sp = GetRuntimeModuleSP(); in Activate() local
207 const Symbol *symbol = runtime_module_sp->FindFirstSymbolWithNameAndType( in Activate()
/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
DInstrumentationRuntimeUBSan.cpp117 ModuleSP runtime_module_sp = GetRuntimeModuleSP(); in RetrieveReportData() local
155 if (FCA.GetModule() == runtime_module_sp) // Skip PCs from the runtime. in RetrieveReportData()
257 ModuleSP runtime_module_sp = GetRuntimeModuleSP(); in Activate() local
260 const Symbol *symbol = runtime_module_sp->FindFirstSymbolWithNameAndType( in Activate()
/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
DInstrumentationRuntimeTSan.cpp587 ModuleSP runtime_module_sp = GetRuntimeModuleSP(); in GetFirstNonInternalFramePc() local
603 if (so_addr.GetModule() == runtime_module_sp) in GetFirstNonInternalFramePc()