Home
last modified time | relevance | path

Searched refs:SetEnvironmentEntries (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBLaunchInfo.h137 void SetEnvironmentEntries(const char **envp, bool append);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBLaunchInfo.cpp183 void SBLaunchInfo::SetEnvironmentEntries(const char **envp, bool append) { in SetEnvironmentEntries() function in SBLaunchInfo
H A DSBTarget.cpp279 launch_info.SetEnvironmentEntries(envp, /*append*/ false); in LaunchSimple()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp33818 (arg1)->SetEnvironmentEntries((char const **)arg2,arg3); in _wrap_SBLaunchInfo_SetEnvironmentEntries()