Searched defs:args (Results 151 - 175 of 1059) sorted by last modified time

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp983 m_options.launch_info.GetArguments().AppendArguments(args); variable
[all...]
H A DCommandObjectGUI.cpp27 bool CommandObjectGUI::DoExecute(Args &args, CommandReturnObject &result) { argument
H A DCommandObjectCommands.cpp645 bool HandleAliasingNormalCommand(Args &args, CommandReturnObject &result) { argument
[all...]
H A DCommandObjectBreakpoint.h34 VerifyBreakpointIDs(Args &args, Target *target, CommandReturnObject &result, argument
26 VerifyBreakpointOrLocationIDs( Args &args, Target *target, CommandReturnObject &result, BreakpointIDList *valid_ids, BreakpointName::Permissions ::PermissionKinds purpose) argument
H A DCommandObjectBreakpoint.cpp2245 VerifyIDs( Args &args, Target *target, bool allow_locations, CommandReturnObject &result, BreakpointIDList *valid_ids, BreakpointName::Permissions ::PermissionKinds purpose) argument
H A DCommandObjectApropos.cpp42 bool CommandObjectApropos::DoExecute(Args &args, CommandReturnObject &result) { argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBCommandReturnObject.cpp343 va_list args; local
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStream.h310 template <typename... Args> void Format(const char *format, Args &&... args) { argument
H A DStatus.h173 void SetErrorStringWithFormatv(const char *format, Args &&... args) { argument
H A DReproducerInstrumentation.h445 llvm::StringRef args; member in struct:lldb_private::repro::Registry::SignatureStr
501 static Class *doit(Args... args) { return new Class(args argument
510 doit(Class *c, Args... args) argument
517 doit(Class *c, Args... args) argument
524 doit(Class *c, Args... args) argument
636 Record(Serializer &serializer, Registry &registry, Result (*f)(FArgs...), const RArgs &... args) argument
662 Record(Serializer &serializer, Registry &registry, void (*f)(Args...), const Args &... args) argument
[all...]
H A DLog.h140 Format(llvm::StringRef file, llvm::StringRef function, const char *format, Args &&... args) argument
146 FormatError(llvm::Error error, llvm::StringRef file, llvm::StringRef function, const char *format, Args &&... args) argument
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DPostfixExpression.h207 inline T *MakeNode(llvm::BumpPtrAllocator &alloc, Args &&... args) { argument
H A DClangASTContext.h269 llvm::SmallVector<clang::TemplateArgument, 2> args; member in class:lldb_private::ClangASTContext::TemplateParameterInfos
345 CreateFunctionType(const CompilerType &result_type, const CompilerType *args, unsigned num_args, bool is_variadic, unsigned type_quals) argument
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h385 RunScriptBasedCommand(const char *impl_function, llvm::StringRef args, argument
393 RunScriptBasedCommand( StructuredData::GenericSP impl_obj_sp, llvm::StringRef args, ScriptedCommandSynchronicity synchronicity, lldb_private::CommandReturnObject &cmd_retobj, Status &error, const lldb_private::ExecutionContext &exe_ctx) argument
H A DCommandReturnObject.h112 void AppendMessageWithFormatv(const char *format, Args &&... args) { argument
117 void AppendWarningWithFormatv(const char *format, Args &&... args) { argument
122 void AppendErrorWithFormatv(const char *format, Args &&... args) { argument
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DModule.h119 static lldb::ModuleSP CreateModuleFromObjectFile(Args &&... args) { argument
H A DFileSpecList.h87 template <class... Args> void EmplaceBack(Args &&... args) { argument
/freebsd-11-stable/contrib/llvm-project/lld/lib/Driver/
H A DDarwinLdDriver.cpp305 auto **args = new const char *[numArgs + 2]; local
317 bool parse(llvm::ArrayRef<const char *> args, MachOLinkingContext &ctx) { argument
1146 bool link(llvm::ArrayRef<const char *> args, boo argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DDriverUtils.cpp56 static void handleColorDiagnostics(opt::InputArgList &args) { argument
76 static cl::TokenizerCallback getQuotingStyle(opt::InputArgList &args) { argument
99 static void concatLTOPluginOptions(SmallVectorImpl<const char *> &args) { argument
123 opt::InputArgList args = this->ParseArgs(vec, missingIndex, missingCount); local
168 createResponseFile(const opt::InputArgList &args) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DPDB.cpp1461 static std::string quote(ArrayRef<StringRef> args) { argument
1521 ArrayRef<StringRef> args = makeArrayRef(config->argv).drop_front(); local
H A DDriverUtils.cpp70 std::vector<StringRef> args; member in class:lld::coff::__anon1103::Executor
770 handleColorDiagnostics(opt::InputArgList &args) argument
790 getQuotingStyle(opt::InputArgList &args) argument
813 opt::InputArgList args = table.ParseArgs(argv, missingIndex, missingCount); local
879 opt::InputArgList args = table.ParseArgs(rest, missingIndex, missingCount); local
[all...]
H A DDriver.cpp65 bool link(ArrayRef<const char *> args, bool canExitEarly, raw_ostream &stdoutOS, argument
96 static std::pair<StringRef, StringRef> getOldNewOptions(opt::InputArgList &args, argument
346 opt::InputArgList args; local
605 createResponseFile(const opt::InputArgList &args, ArrayRef<StringRef> filePaths, ArrayRef<StringRef> searchPaths) argument
648 parseDebugKind(const opt::InputArgList &args) argument
676 parseDebugTypes(const opt::InputArgList &args) argument
709 getMapFile(const opt::InputArgList &args) argument
1050 maybeExportMinGWSymbols(const opt::InputArgList &args) argument
1089 getReproduceFile(const opt::InputArgList &args) argument
1120 opt::InputArgList args = parser.parse(argsArr); local
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_thread.cpp89 OnStartedArgs *args local
233 OnCreatedArgs args = { thr, pc }; local
261 OnStartedArgs args = { thr, stk_addr, stk_size, tls_addr, tls_size }; local
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win.cpp484 void PlatformPrepareForSandboxing(__sanitizer_sandbox_arguments *args) {} argument
H A Dsanitizer_stackdepot.cpp49 static uptr storage_size(const args_type &args) { argument
52 static u32 hash(const args_type &args) { argument
57 is_valid(const args_type &args) argument
60 store(const args_type &args, u32 hash) argument
[all...]

Completed in 385 milliseconds

1234567891011>>