| /llvm-project-15.0.7/clang/tools/scan-view/share/ |
| H A D | startfile.py | 37 def _invoke(self, cmdline): argument 60 pipe = subprocess.Popen(cmdline, stdin=inout, stdout=inout, 74 cmdline = self.args + [filename] 77 cmdline = self.args + filename 79 return self._invoke(cmdline)
|
| /llvm-project-15.0.7/clang/test/Frontend/ |
| H A D | x86-embed-bitcode.ll | 42 ; CHECK: @llvm.cmdline = private constant 47 ; CHECK-ELF: @llvm.cmdline 52 ; CHECK-ELF-MARKER: @llvm.cmdline 57 ; CHECK-ELF-ONLY-BITCODE-NOT: @llvm.cmdline 63 ; CHECK-ONLY-BITCODE-NOT: @llvm.cmdline = private constant 69 ; CHECK-MARKER: @llvm.cmdline
|
| H A D | embed-bitcode.ll | 37 ; CHECK: @llvm.cmdline = private constant 47 ; CHECK-ELF: @llvm.cmdline 53 ; CHECK-ONLY-BITCODE-NOT: @llvm.cmdline = private constant 59 ; CHECK-MARKER: @llvm.cmdline
|
| /llvm-project-15.0.7/clang/test/Index/ |
| H A D | compile_commands.json | 23 # FILE-1-CMD: workdir:'/home/john.doe/MyProject' cmdline:'clang++ -o project.o -c /home/john.doe/M… 26 # FILE-2-CMD: workdir:'/home/john.doe/MyProjectA' cmdline:'clang++ -o project2.o -c /home/john.doe/… 27 # FILE-2-CMD: workdir:'/home/john.doe/MyProjectB' cmdline:'clang++ -DFEATURE=1 -o project2-feature.…
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | embed-bitcode.ll | 9 @llvm.cmdline = private constant [5 x i8] c"-cc1\00", section ".llvmcmd", align 1 10 @llvm.compiler.used = appending global [2 x ptr] [ptr @llvm.embedded.module, ptr @llvm.cmdline], se…
|
| /llvm-project-15.0.7/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.auto.deduct/ |
| H A D | p2.cpp | 44 auto cmdline = cmdline_parser("driver"); in test_rvalue_fluent_interface() local 45 auto internal = auto{cmdline}.add_option("--dump-full", "do not minimize dump"); in test_rvalue_fluent_interface()
|
| /llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/debugger/DebuggerControllers/ |
| H A D | DefaultController.py | 75 def _run_debugger_custom(self, cmdline): argument 78 self.debugger.launch(cmdline)
|
| H A D | ConditionalController.py | 128 def _run_debugger_custom(self, cmdline): argument 139 self.debugger.launch(cmdline)
|
| /llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/builders/ |
| H A D | builder.py | 81 cmdline = [setOrAppendVariable(k, v) for k, v in list(d.items())] 83 return cmdline
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/alias/ |
| H A D | categories | 1 cmdline
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/abbreviation/ |
| H A D | categories | 1 cmdline
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/backticks/ |
| H A D | categories | 1 cmdline
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/wrong_commands/ |
| H A D | categories | 1 cmdline
|
| /llvm-project-15.0.7/lldb/test/API/commands/expression/completion/ |
| H A D | categories | 1 cmdline
|
| /llvm-project-15.0.7/lldb/test/API/commands/command/ |
| H A D | categories | 1 cmdline
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/completion/ |
| H A D | categories | 1 cmdline
|
| /llvm-project-15.0.7/lldb/test/Shell/Minidump/ |
| H A D | dump-all.test | 27 # RUN: %lldb -c %t -o 'process plugin dump --cmdline' | FileCheck --check-prefix=CHECKCMD %s 87 /proc/<pid>/cmdline output 89 # CHECKCMD: /proc/PID/cmdline: 90 # CHECKCMD-NEXT: /proc/<pid>/cmdline output
|
| /llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/debugger/dbgeng/ |
| H A D | dbgeng.py | 98 def launch(self, cmdline): argument 99 assert len(cmdline) == 0, "Command lines unimplemented for dbgeng right now"
|
| H A D | client.py | 202 def CreateProcessAndAttach2(self, cmdline): argument 209 …res = self.vt.CreateProcessAndAttach2(self.client, 0, cmdline.encode("ascii"), byref(options), siz…
|
| /llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/debugger/lldb/ |
| H A D | LLDB.py | 173 def launch(self, cmdline): argument 174 self._process = self._target.LaunchSimple(cmdline, None, os.getcwd())
|
| /llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/debugger/visualstudio/ |
| H A D | VisualStudio.py | 251 def launch(self, cmdline): argument 252 cmdline_str = ' '.join(cmdline)
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/MIR/InstrRef/ |
| H A D | ignore-dbg-value-list.mir | 60 ; by implicit check not on FileCheck cmdline.
|
| /llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/ |
| H A D | MinidumpConstants.def | 67 HANDLE_MDMP_STREAM_TYPE(0x47670006, LinuxCMDLine) // /proc/$x/cmdline
|
| H A D | Dwarf.def | 1153 // DWARF section types. (enum name, ELF name, ELF DWO name, cmdline name,
|
| /llvm-project-15.0.7/compiler-rt/lib/asan/scripts/ |
| H A D | asan_symbolize.py | 262 cmdline = ['atos', '-o', self.binary, '-arch', self.arch] 263 self.atos = UnbufferedLineConverter(cmdline, close_stderr=True)
|