Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBLaunchInfo.i71 SetEnvironment(const SBEnvironment &env, bool append);
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBLaunchInfo.cpp182 SetEnvironment(SBEnvironment(Environment(envp)), append); in SetEnvironmentEntries()
185 void SBLaunchInfo::SetEnvironment(const SBEnvironment &env, bool append) { in SetEnvironment() function in SBLaunchInfo
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBLaunchInfo.h123 void SetEnvironment(const SBEnvironment &env, bool append);
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DTarget.h138 void SetEnvironment(Environment env);
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTarget.cpp4346 void TargetProperties::SetEnvironment(Environment env) { in SetEnvironment() function in TargetProperties
4673 SetEnvironment(launch_info.GetEnvironment()); in SetProcessLaunchInfo()