Home
last modified time | relevance | path

Searched defs:cmd (Results 1 – 25 of 91) sorted by relevance

1234

/llvm-project/lldb/examples/python/
H A Dgdbremote.py615 def cmd_qThreadStopInfo(options, cmd, args): argument
621 def cmd_stop_reply(options, cmd, args): argument
626 def rsp_stop_reply(options, cmd, cmd_args, rsp): argument
655 def cmd_unknown_packet(options, cmd, args): argument
663 def cmd_qSymbol(options, cmd, args): argument
683 def cmd_QSetWithHexString(options, cmd, args): argument
687 def cmd_QSetWithString(options, cmd, args): argument
691 def cmd_QSetWithUnsigned(options, cmd, args): argument
695 def rsp_qSymbol(options, cmd, cmd_args, rsp): argument
713 def cmd_qXfer(options, cmd, args): argument
[all …]
/llvm-project/flang/test/Lower/Intrinsics/
H A Dget_command.f9014 character(10) :: cmd local
51 character(10) :: cmd local
69 character(10) :: cmd local
92 character(10) :: cmd local
119 character(10) :: cmd local
/llvm-project/clang/test/Analysis/
H A Dtaint-diagnostic-visitor.c59 char *cmd=getenv("CMD"); // expected-note {{Taint originated here}} in taintDiagnosticPropagation() local
75 char *cmd=getenv("CMD"); // expected-note {{Taint originated here}} in taintDiagnosticPropagation2() local
97 char cmd[2048], file[1024]; in multipleTaintSources() local
109 char cmd[1024], file[1024], buf[2048]; multipleTaintedArgs() local
[all...]
H A Drdar-6541136-region.c11 struct load_wine *cmd = (void*) &wonky[1]; in test1() local
23 struct load_wine *cmd = (void*) &wonky[1]; in test1_b() local
/llvm-project/llvm/utils/
H A Dbisect-skip-count58 cmd = [x % {'skip':count, 'count':-1} for x in args.command] variable
81 cmd = [x % {'count':count, 'skip':firstcount } for x in args.command] variable
H A Dsysroot.py12 def cmdout(cmd): argument
H A Dbisect40 cmd = [x % {'count':count} for x in args.command] variable
/llvm-project/clang/tools/scan-build-py/tests/functional/cases/
H A D__init__.py39 def silent_call(cmd, *args, **kwargs): argument
44 def silent_check_call(cmd, *args, **kwargs): argument
H A Dtest_exec_anatomy.py15 def execute(cmd): argument
/llvm-project/clang/tools/scan-build-py/tests/unit/
H A Dtest_compilation.py34 def test(cmd): argument
63 def test(expected, cmd): argument
/llvm-project/llvm/test/tools/llvm-symbolizer/Inputs/
H A Dflush-output.py14 cmd = subprocess.Popen( variable
/llvm-project/lld/utils/
H A Dbenchmark.py91 def run(cmd): argument
106 def perf(cmd): argument
/llvm-project/lldb/test/API/test_utils/
H A DTestInlineTest.py28 def bkpt(line, cmd): argument
H A DTestPExpectTest.py11 def assert_expect_fails_with(self, cmd, expect_args, expected_msg): argument
/llvm-project/libc/src/termios/linux/
H A Dtcsetattr.cpp25 long cmd; global() variable
/llvm-project/llvm/utils/lit/lit/
H A DTestRunner.py74 def buildPdbgCommand(msg, cmd): argument
194 def executeShCmd(cmd, shenv, results, timeout=0): argument
326 def executeBuiltinCd(cmd, shenv): argument
337 def executeBuiltinPushd(cmd, shen argument
346 executeBuiltinPopd(cmd, shenv) global() argument
356 executeBuiltinExport(cmd, shenv) global() argument
364 executeBuiltinEcho(cmd, shenv) global() argument
427 executeBuiltinMkdir(cmd, cmd_shenv) global() argument
464 executeBuiltinRm(cmd, cmd_shenv) global() argument
568 executeBuiltinColon(cmd, cmd_shenv) global() argument
573 processRedirects(cmd, stdin_source, cmd_shenv, opened_files) global() argument
671 _executeShCmd(cmd, shenv, results, timeoutHelper) global() argument
[all...]
/llvm-project/lldb/test/API/commands/session/save/
H A DTestSessionSave.py14 def raw_transcript_builder(self, cmd, res): argument
[all...]
/llvm-project/clang/tools/diagtool/
H A DDiagTool.h25 const std::string cmd; variable
/llvm-project/lldb/test/API/assert_messages_test/
H A DTestAssertMessages.py16 def assert_expect_fails_with(self, cmd, expect_args, expected_msg): argument
/llvm-project/lld/ELF/
H A DScriptParser.cpp283 } else if (SymbolAssignment *cmd = readAssignment(tok)) { readLinkerScript() local
297 auto *cmd = make<SymbolAssignment>( readDefsym() local
494 PhdrsCommand cmd; readPhdrs() local
609 if (SectionCommand *cmd = readAssignment(tok)) readSections() local
764 auto *cmd = readInputSectionRules() local
807 InputSectionDescription *cmd = readInputSectionDescription() local
853 readSectionDirective(OutputSection * cmd,StringRef tok1,StringRef tok2) readSectionDirective() argument
898 readSectionAddressType(OutputSection * cmd) readSectionAddressType() argument
939 OutputDesc *cmd = readOutputSectionDescription() local
1067 SymbolAssignment *cmd = readSymbolAssignment(name); readProvideHidden() local
1080 SymbolAssignment *cmd = nullptr; readAssignment() local
1560 OutputSection *cmd = &script->getOrCreateOutputSection(name)->osec; readPrimary() local
[all...]
H A DLinkerScript.cpp196 shouldDefineSym(SymbolAssignment * cmd) shouldDefineSym() argument
205 addSymbol(SymbolAssignment * cmd) addSymbol() argument
239 declareSymbol(SymbolAssignment * cmd) declareSymbol() argument
305 for (const InsertCommand &cmd : insertCommands) { processInsertCommands() local
366 assignSymbol(SymbolAssignment * cmd,bool inSec) assignSymbol() argument
490 computeInputSections(const InputSectionDescription * cmd,ArrayRef<InputSectionBase * > sections,const OutputSection & outCmd) computeInputSections() argument
1284 __anonc40a2c1e0b02(SectionCommand *cmd) adjustOutputSections() argument
1310 __anonc40a2c1e0c02(const PhdrsCommand &cmd) adjustSectionsAfterSorting() argument
1352 __anonc40a2c1e0e02(const PhdrsCommand &cmd) allocateHeaders() argument
1540 for (const PhdrsCommand &cmd : phdrsCommands) { createPhdrs() local
1618 getPhdrIndices(OutputSection * cmd) getPhdrIndices() argument
[all...]
/llvm-project/llvm/test/Other/
H A Dopt-bisect-helper.py29 cmd = [x % {"count": count} for x in opt_command] variable
/llvm-project/llvm/utils/git/
H A Dpre-push.py82 shell( cmd, strip=True, cwd=None, stdin=None, die_on_failure=True, ignore_errors=False, text=True, print_raw_stderr=False, ) global() argument
140 git(*cmd, **kwargs) global() argument
/llvm-project/compiler-rt/test/sanitizer_common/ios_commands/
H A Diossim_run.py64 cmd = ["xcrun", "simctl", "spawn", "--standalone"] variable
/llvm-project/lldb/test/API/api/command-return-object/
H A Dmain.cpp7 static SBCommandReturnObject subcommand(SBDebugger &dbg, const char *cmd) { in subcommand()

1234