Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBLaunchInfo.cpp185 SetEnvironment(SBEnvironment(Environment(envp)), append); in SetEnvironmentEntries()
188 void SBLaunchInfo::SetEnvironment(const SBEnvironment &env, bool append) { in SetEnvironment() function in SBLaunchInfo
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBLaunchInfo.h150 void SetEnvironment(const SBEnvironment &env, bool append);
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h138 void SetEnvironment(Environment env);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp4442 void TargetProperties::SetEnvironment(Environment env) { in SetEnvironment() function in TargetProperties
4778 SetEnvironment(launch_info.GetEnvironment()); in SetProcessLaunchInfo()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp35463 (arg1)->SetEnvironment((lldb::SBEnvironment const &)*arg2,arg3); in _wrap_SBLaunchInfo_SetEnvironment()