Searched refs:SetEnvironment (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBLaunchInfo.cpp | 190 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 D | SBLaunchInfo.i | 71 SetEnvironment(const SBEnvironment &env, bool append);
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBLaunchInfo.h | 123 void SetEnvironment(const SBEnvironment &env, bool append);
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | Target.h | 126 void SetEnvironment(Environment env);
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | Target.cpp | 3988 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 D | LLDBWrapLua.cpp | 31143 (arg1)->SetEnvironment((lldb::SBEnvironment const &)*arg2,arg3); in _wrap_SBLaunchInfo_SetEnvironment()
|