/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | Args.h | 331 Args &GetArgs() { in GetArgs() function 339 const Args &GetArgs() const { in GetArgs() function
|
/freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
H A D | OptionValueArgs.cpp | 16 size_t OptionValueArgs::GetArgs(Args &args) const { in GetArgs() function in OptionValueArgs
|
H A D | OptionValueProperties.cpp | 195 arguments->GetArgs(args); in GetPropertyAtIndexAsArgs() 201 array->GetArgs(args); in GetPropertyAtIndexAsArgs() 207 dict->GetArgs(args); in GetPropertyAtIndexAsArgs()
|
H A D | OptionValueArray.cpp | 152 size_t OptionValueArray::GetArgs(Args &args) const { in GetArgs() function in OptionValueArray
|
H A D | OptionValueDictionary.cpp | 99 size_t OptionValueDictionary::GetArgs(Args &args) const { in GetArgs() function in OptionValueDictionary
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
H A D | OptionValueArgs.h | 23 size_t GetArgs(Args &args) const;
|
H A D | OptionValueDictionary.h | 75 size_t GetArgs(Args &args) const;
|
H A D | OptionValueArray.h | 113 size_t GetArgs(Args &args) const;
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_thread_arg_retval.h | 52 Args GetArgs(uptr thread) const;
|
H A D | sanitizer_thread_arg_retval.cpp | 33 ThreadArgRetval::Args ThreadArgRetval::GetArgs(uptr thread) const { in GetArgs() 30 ThreadArgRetval::Args ThreadArgRetval::GetArgs(uptr thread) const { GetArgs() function in __sanitizer::ThreadArgRetval
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectScripting.cpp | 85 if (!ParseOptions(raw_args.GetArgs(), result)) in DoExecute()
|
H A D | CommandObjectDWIMPrint.cpp | 66 if (!ParseOptionsAndNotify(args.GetArgs(), result, m_option_group, in DoExecute()
|
H A D | CommandObjectExpression.cpp | 604 if (!ParseOptionsAndNotify(args.GetArgs(), result, m_option_group, exe_ctx)) in DoExecute()
|
H A D | CommandObjectWatchpoint.cpp | 1002 if (!ParseOptionsAndNotify(args.GetArgs(), result, m_option_group, in DoExecute()
|
H A D | CommandObjectPlatform.cpp | 1693 if (!ParseOptions(args.GetArgs(), result)) in DoExecute()
|
H A D | CommandObjectCommands.cpp | 380 if (!ParseOptionsAndNotify(args_with_suffix.GetArgs(), result, in DoExecute()
|
H A D | CommandObjectType.cpp | 2614 if (!ParseOptionsAndNotify(args.GetArgs(), result, m_option_group, in DoExecute()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/ |
H A D | hwasan_interceptors.cpp | 258 auto args = hwasanThreadArgRetval().GetArgs(self); in HwasanThreadStartFunc()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/ |
H A D | lsan_interceptors.cpp | 435 auto args = GetThreadArgRetval().GetArgs(self); in ThreadStartFunc()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.h | 365 llvm::ArrayRef<clang::TemplateArgument> GetArgs() const { return args; } in GetArgs() function 394 return packed_args->GetArgs(); in GetParameterPackArgs()
|
H A D | TypeSystemClang.cpp | 1334 auto const &args = template_param_infos.GetArgs(); in CreateTemplateParameterList() 1392 template_param_infos.GetArgs()); in PrintTemplateParams() 1442 func_decl->getASTContext(), infos.GetArgs()); in CreateFunctionTemplateSpecializationInfo() 1532 llvm::zip_first(instantiation_values.GetArgs(), params)) { in ClassTemplateAllowsToInstantiationArgs() 1651 auto const &orig_args = template_param_infos.GetArgs(); in CreateClassTemplateSpecializationDecl()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_interceptors.cpp | 229 auto args = asanThreadArgRetval().GetArgs(self); in asan_thread_start()
|