Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTarget.h119 void SetEnvironment(Environment env);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp3818 void TargetProperties::SetEnvironment(Environment env) { in SetEnvironment() function in TargetProperties
4070 SetEnvironment(launch_info.GetEnvironment()); in SetProcessLaunchInfo()