/llvm-project/lldb/examples/python/ |
H A D | gdbremote.py | 615 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 D | get_command.f90 | 14 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 D | taint-diagnostic-visitor.c | 59 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 D | rdar-6541136-region.c | 11 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 D | bisect-skip-count | 58 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 D | sysroot.py | 12 def cmdout(cmd): argument
|
H A D | bisect | 40 cmd = [x % {'count':count} for x in args.command] variable
|
/llvm-project/clang/tools/scan-build-py/tests/functional/cases/ |
H A D | __init__.py | 39 def silent_call(cmd, *args, **kwargs): argument 44 def silent_check_call(cmd, *args, **kwargs): argument
|
H A D | test_exec_anatomy.py | 15 def execute(cmd): argument
|
/llvm-project/clang/tools/scan-build-py/tests/unit/ |
H A D | test_compilation.py | 34 def test(cmd): argument 63 def test(expected, cmd): argument
|
/llvm-project/llvm/test/tools/llvm-symbolizer/Inputs/ |
H A D | flush-output.py | 14 cmd = subprocess.Popen( variable
|
/llvm-project/lld/utils/ |
H A D | benchmark.py | 91 def run(cmd): argument 106 def perf(cmd): argument
|
/llvm-project/lldb/test/API/test_utils/ |
H A D | TestInlineTest.py | 28 def bkpt(line, cmd): argument
|
H A D | TestPExpectTest.py | 11 def assert_expect_fails_with(self, cmd, expect_args, expected_msg): argument
|
/llvm-project/libc/src/termios/linux/ |
H A D | tcsetattr.cpp | 25 long cmd; global() variable
|
/llvm-project/llvm/utils/lit/lit/ |
H A D | TestRunner.py | 74 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 D | TestSessionSave.py | 14 def raw_transcript_builder(self, cmd, res): argument [all...] |
/llvm-project/clang/tools/diagtool/ |
H A D | DiagTool.h | 25 const std::string cmd; variable
|
/llvm-project/lldb/test/API/assert_messages_test/ |
H A D | TestAssertMessages.py | 16 def assert_expect_fails_with(self, cmd, expect_args, expected_msg): argument
|
/llvm-project/lld/ELF/ |
H A D | ScriptParser.cpp | 283 } 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 D | LinkerScript.cpp | 196 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 D | opt-bisect-helper.py | 29 cmd = [x % {"count": count} for x in opt_command] variable
|
/llvm-project/llvm/utils/git/ |
H A D | pre-push.py | 82 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 D | iossim_run.py | 64 cmd = ["xcrun", "simctl", "spawn", "--standalone"] variable
|
/llvm-project/lldb/test/API/api/command-return-object/ |
H A D | main.cpp | 7 static SBCommandReturnObject subcommand(SBDebugger &dbg, const char *cmd) { in subcommand()
|