Home
last modified time | relevance | path

Searched refs:SetPropertyAtIndexFromArgs (Results 1 – 5 of 5) 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/Plugins/SymbolLocator/Debuginfod/
H A DSymbolLocatorDebuginfod.cpp48 m_collection_sp->SetPropertyAtIndexFromArgs(ePropertyServerURLs, arg_urls); in PluginProperties()
/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.cpp4597 m_collection_sp->SetPropertyAtIndexFromArgs(idx, args); in SetRunArguments()
4675 m_collection_sp->SetPropertyAtIndexFromArgs(idx, Args(env)); in SetEnvironment()
4982 m_collection_sp->SetPropertyAtIndexFromArgs(idx, args); in SetUserSpecifiedTrapHandlerNames()
H A DProcess.cpp203 m_collection_sp->SetPropertyAtIndexFromArgs(idx, args); in SetExtraStartupCommands()