Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBLaunchInfo.cpp190 SetEnvironment(SBEnvironment(Environment(envp)), append); in SetEnvironmentEntries()
193 void SBLaunchInfo::SetEnvironment(const SBEnvironment &env, bool append) { in SetEnvironment() function in SBLaunchInfo
194 LLDB_RECORD_METHOD(void, SBLaunchInfo, SetEnvironment, in SetEnvironment()
465 LLDB_REGISTER_METHOD(void, SBLaunchInfo, SetEnvironment, in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBLaunchInfo.i71 SetEnvironment(const SBEnvironment &env, bool append);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBLaunchInfo.h123 void SetEnvironment(const SBEnvironment &env, bool append);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h126 void SetEnvironment(Environment env);
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3988 void TargetProperties::SetEnvironment(Environment env) { in SetEnvironment() function in TargetProperties
4271 SetEnvironment(launch_info.GetEnvironment()); in SetProcessLaunchInfo()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp31143 (arg1)->SetEnvironment((lldb::SBEnvironment const &)*arg2,arg3); in _wrap_SBLaunchInfo_SetEnvironment()