Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBLaunchInfo.h100 void SetEnvironmentEntries(const char **envp, bool append);
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBLaunchInfo.cpp115 void SBLaunchInfo::SetEnvironmentEntries(const char **envp, bool append) { in SetEnvironmentEntries() function in SBLaunchInfo