Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lldb/include/lldb/API/
HDSBLaunchInfo.h137 void SetEnvironmentEntries(const char **envp, bool append);
/freebsd-head/contrib/llvm-project/lldb/source/API/
HDSBLaunchInfo.cpp183 void SBLaunchInfo::SetEnvironmentEntries(const char **envp, bool append) { in SetEnvironmentEntries() function in SBLaunchInfo
HDSBTarget.cpp286 launch_info.SetEnvironmentEntries(envp, /*append*/ false); in LaunchSimple()
/freebsd-head/lib/clang/liblldb/
HDLLDBWrapLua.cpp35424 (arg1)->SetEnvironmentEntries((char const **)arg2,arg3); in _wrap_SBLaunchInfo_SetEnvironmentEntries()