Home
last modified time | relevance | path

Searched refs:SetRuntimeModuleSP (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DInstrumentationRuntime.cpp61 SetRuntimeModuleSP(module_sp); in ModulesDidLoad()
64 SetRuntimeModuleSP({}); // Don't cache module if activation failed. in ModulesDidLoad()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DInstrumentationRuntime.h54 void SetRuntimeModuleSP(lldb::ModuleSP module_sp) { in SetRuntimeModuleSP() function