Home
last modified time | relevance | path

Searched refs:SetPropertyAtIndexFromArgs (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueProperties.h108 bool SetPropertyAtIndexFromArgs(size_t idx, const Args &args,
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueProperties.cpp214 bool OptionValueProperties::SetPropertyAtIndexFromArgs( in SetPropertyAtIndexFromArgs() function in OptionValueProperties
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp4367 m_collection_sp->SetPropertyAtIndexFromArgs(idx, args); in SetRunArguments()
4445 m_collection_sp->SetPropertyAtIndexFromArgs(idx, Args(env)); in SetEnvironment()
4744 m_collection_sp->SetPropertyAtIndexFromArgs(idx, args); in SetUserSpecifiedTrapHandlerNames()
H A DProcess.cpp239 m_collection_sp->SetPropertyAtIndexFromArgs(idx, args); in SetExtraStartupCommands()