Home
last modified time | relevance | path

Searched refs:cmdline (Results 1 – 25 of 25) sorted by relevance

/llvm-project-15.0.7/clang/tools/scan-view/share/
H A Dstartfile.py37 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 Dx86-embed-bitcode.ll42 ; 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 Dembed-bitcode.ll37 ; 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 Dcompile_commands.json23 # 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 Dembed-bitcode.ll9 @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 Dp2.cpp44 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 DDefaultController.py75 def _run_debugger_custom(self, cmdline): argument
78 self.debugger.launch(cmdline)
H A DConditionalController.py128 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 Dbuilder.py81 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 Dcategories1 cmdline
/llvm-project-15.0.7/lldb/test/API/functionalities/abbreviation/
H A Dcategories1 cmdline
/llvm-project-15.0.7/lldb/test/API/functionalities/backticks/
H A Dcategories1 cmdline
/llvm-project-15.0.7/lldb/test/API/functionalities/wrong_commands/
H A Dcategories1 cmdline
/llvm-project-15.0.7/lldb/test/API/commands/expression/completion/
H A Dcategories1 cmdline
/llvm-project-15.0.7/lldb/test/API/commands/command/
H A Dcategories1 cmdline
/llvm-project-15.0.7/lldb/test/API/functionalities/completion/
H A Dcategories1 cmdline
/llvm-project-15.0.7/lldb/test/Shell/Minidump/
H A Ddump-all.test27 # 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 Ddbgeng.py98 def launch(self, cmdline): argument
99 assert len(cmdline) == 0, "Command lines unimplemented for dbgeng right now"
H A Dclient.py202 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 DLLDB.py173 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 DVisualStudio.py251 def launch(self, cmdline): argument
252 cmdline_str = ' '.join(cmdline)
/llvm-project-15.0.7/llvm/test/DebugInfo/MIR/InstrRef/
H A Dignore-dbg-value-list.mir60 ; by implicit check not on FileCheck cmdline.
/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/
H A DMinidumpConstants.def67 HANDLE_MDMP_STREAM_TYPE(0x47670006, LinuxCMDLine) // /proc/$x/cmdline
H A DDwarf.def1153 // DWARF section types. (enum name, ELF name, ELF DWO name, cmdline name,
/llvm-project-15.0.7/compiler-rt/lib/asan/scripts/
H A Dasan_symbolize.py262 cmdline = ['atos', '-o', self.binary, '-arch', self.arch]
263 self.atos = UnbufferedLineConverter(cmdline, close_stderr=True)