Home
last modified time | relevance | path

Searched refs:cmds (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/clang/bindings/python/tests/cindex/
H A Dtest_cdb.py49 self.assertNotEqual(len(cmds), 0)
56 self.assertNotEqual(len(cmds), 0)
61 cmds = cdb.getAllCompileCommands()
62 self.assertEqual(len(cmds), 3)
79 for i in range(len(cmds)):
90 self.assertEqual(len(cmds), 1)
102 self.assertEqual(len(cmds), 2)
112 for i in range(len(cmds)):
131 workingdir = cmds[0].directory
138 cmd0 = cmds[0]
[all …]
/llvm-project-15.0.7/lld/MachO/
H A DInputFiles.h324 std::vector<const CommandType *> cmds; in findCommands() local
332 cmds.push_back(cmd); in findCommands()
333 if (cmds.size() == maxCommands) in findCommands()
334 return cmds; in findCommands()
338 return cmds; in findCommands()
346 std::vector<const CommandType *> cmds = in findCommand() local
348 return cmds.size() ? cmds[0] : nullptr; in findCommand()
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/command/
H A DParseCommand.py410cmds, declared_files = _find_all_commands_in_file(__file__, lines, self.valid_commands, None)
411 return cmds
420 cmds = self._find_all_commands_in_lines(lines)
421 mocks = cmds.get(TestParseCommand.MockCmd.get_name(), None)
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/heuristic/
H A DHeuristic.py227 cmds = steps.commands['DexUnreachable']
248 total = PenaltyCommand(d, len(cmds) * upen)
253 cmds = steps.commands['DexExpectStepOrder']
256 cmd_num_lst = [(x, c.lineno) for c in cmds
/llvm-project-15.0.7/utils/bazel/llvm-project-overlay/llvm/
H A Dtblgen.bzl8 See http://llvm.org/cmds/tblgen.html for more information on the TableGen
/llvm-project-15.0.7/llvm/utils/lit/lit/
H A DTestRunner.py926 cmds = []
934 cmds.append(ShUtil.ShParser(ln, litConfig.isWindows,
939 cmd = cmds[0]
940 for c in cmds[1:]:
/llvm-project-15.0.7/lldb/test/Shell/helper/
H A Dbuild.py808 cmds = builder.build_commands() variable
810 build(cmds)
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc8701 INTERCEPTOR(int, cap_ioctls_limit, int fd, const uptr *cmds, SIZE_T ncmds) {
8703 COMMON_INTERCEPTOR_ENTER(ctx, cap_ioctls_limit, fd, cmds, ncmds);
8704 if (cmds)
8705 COMMON_INTERCEPTOR_READ_RANGE(ctx, cmds, sizeof(*cmds) * ncmds);
8707 return REAL(cap_ioctls_limit)(fd, cmds, ncmds);
8710 INTERCEPTOR(int, cap_ioctls_get, int fd, uptr *cmds, SIZE_T maxcmds) {
8712 COMMON_INTERCEPTOR_ENTER(ctx, cap_ioctls_get, fd, cmds, maxcmds);
8713 int ret = REAL(cap_ioctls_get)(fd, cmds, maxcmds);
8714 if (!ret && cmds)
8715 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, cmds, sizeof(*cmds) * maxcmds);
/llvm-project-15.0.7/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A DLangImpl03.rst552 `llvm-config <https://llvm.org/cmds/llvm-config.html>`_ tool to inform
H A DLangImpl02.rst721 `llvm-config <https://llvm.org/cmds/llvm-config.html>`_ tool to inform
H A DLangImpl05.rst216 LLVM '`opt <https://llvm.org/cmds/opt.html>`_' tool. If you put this LLVM