Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBLaunchInfo.cpp187 void SBLaunchInfo::SetEnvironmentEntries(const char **envp, bool append) { in SetEnvironmentEntries() function in SBLaunchInfo
188 LLDB_RECORD_METHOD(void, SBLaunchInfo, SetEnvironmentEntries, in SetEnvironmentEntries()
426 LLDB_REGISTER_METHOD(void, SBLaunchInfo, SetEnvironmentEntries, in RegisterMethods()
H A DSBTarget.cpp302 launch_info.SetEnvironmentEntries(envp, /*append*/ false); in LaunchSimple()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBLaunchInfo.i68 SetEnvironmentEntries (const char **envp, bool append);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBLaunchInfo.h110 void SetEnvironmentEntries(const char **envp, bool append);
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp31110 (arg1)->SetEnvironmentEntries((char const **)arg2,arg3); in _wrap_SBLaunchInfo_SetEnvironmentEntries()