/llvm-project/llvm/test/Transforms/CodeExtractor/ |
H A D | PartialInlineOr.ll | 11 %tmp2 = tail call i32 (...) @channels() #1 32 declare i32 @channels(...) local_unnamed_addr 56 %tmp2 = tail call i32 (...) @channels() #1
|
H A D | PartialInlineAnd.ll | 11 %tmp2 = tail call i32 (...) @channels() #2 32 declare i32 @channels(...) local_unnamed_addr #1
|
/llvm-project/lldb/docs/man/ |
H A D | lldb-server.rst | 83 .. option:: --log-channels <channel1 categories...:channel2 categories...> 85 Channels to log. A colon-separated list of entries. Each entry starts with 136 .. option:: --log-channels <channel1 categories...:channel2 categories...> 138 Channels to log. A colon-separated list of entries. Each entry starts with
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | README.md | 11 ### Communication channels 14 through one of these channels:
|
/llvm-project/lldb/tools/lldb-server/ |
H A D | LLGSOptions.td | 34 defm log_channels: SJ<"log-channels", "Channels to log. A colon-separated list of entries. Each ent…
|
H A D | lldb-platform.cpp | 66 {"log-channels", required_argument, nullptr, 'c'}, 101 fprintf(stderr, "Usage:\n %s %s [--log-file log-file-name] [--log-channels " in save_socket_id_to_file() 289 self_args.AppendArgument(llvm::StringRef("--log-channels")); in main_platform() 396 case 'c': // Log Channels
|
/llvm-project/lldb/packages/Python/lldbsuite/test/ |
H A D | lldbtest_config.py | 13 channels = [] variable
|
H A D | dotest_args.py | 223 dest="channels", 226 …"Specify the log channels (and optional categories) e.g. 'lldb all' or 'gdb-remote packets' if no …
|
H A D | README-TestSuite | 21 the process.gdb-remote channels and directs the run log to a file.
|
H A D | lldbtest.py | 620 if len(lldbtest_config.channels) == 0: 623 # if debug channels are specified in lldbtest_config.channels, 633 for channel_with_categories in lldbtest_config.channels: 660 # Communicate channels to lldb-server 661 os.environ["LLDB_SERVER_LOG_CHANNELS"] = ":".join(lldbtest_config.channels) 667 for channel_and_categories in lldbtest_config.channels:
|
H A D | dotest.py | 301 if args.channels: 302 lldbtest_config.channels = args.channels
|
/llvm-project/lldb/docs/resources/ |
H A D | debugging.rst | 209 You can tell it to enable logging using the ``--log-channels`` option. For 210 example ``--log-channels "posix ptrace"``. However that is not passed on to the 307 ``--log-channels "gdb-remote packets"``. Then you'll see both sides of the 513 ``--log-channels "posix ptrace"``. You'll see output like: 517 $ lldb-server gdbserver :1234 --log-channels "posix ptrace" -- /tmp/test.o
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86SpeculativeExecutionSideEffectSuppression.cpp | 120 // and memory timing side channels. We will treat terminators that load in runOnMachineFunction() 133 // channels since we will prevent code executing after misspeculation as in runOnMachineFunction()
|
/llvm-project/mlir/lib/Dialect/Tosa/Transforms/ |
H A D | TosaDecomposeTransposeConv.cpp | 173 // Transpose the factored-out stride to the output channels. in matchAndRewrite() 182 // Collapse the strides and output channels into a single dimension. in matchAndRewrite() 266 // Transpose the factored-out stride to the output channels. in matchAndRewrite()
|
/llvm-project/libc/docs/ |
H A D | index.rst | 15 or ask on `discord <https://discord.com/channels/636084430946959380/636732994891284500>`__. 87 Discord Channel <https://discord.com/channels/636084430946959380/636732994891284500>
|
/llvm-project/clang/docs/ |
H A D | ShadowCallStack.rst | 107 channels exposed by the operating system `[1]`_ `[2]`_ or processor `[3]`_ 120 read/write. This also mitigates somewhat against processor side channels.
|
/llvm-project/llvm/docs/ |
H A D | SpeculativeLoadHardening.md | 24 leak the loaded values through various side channels that survive even when the 120 important as there are an unknown number of potential side channels and we 147 residing in registers or leaked through other side-channels in 150 side-channels. Such code should also scrub registers of secret data following 570 because they are not believed to provide any side-channels. Similarly, we can 990 …com/wp-content/uploads/sites/11/2018/01/Intel-Analysis-of-Speculative-Execution-Side-Channels.pdf).
|
H A D | GettingInvolved.rst | 380 `#office-hours Discord channel <https://discord.com/channels/636084430946959380/976196303681896538>`__. 395 can be found on the community's `Discord <https://discord.com/channels/636084430946959380/636725486533345280>`_ 422 - ``discord-bot-channels-to-mention`` - **Sometimes required**. A 423 comma-separated list of Discord channels to post notifications in. If your 440 discord-bot-channels-to-mention: #beginners, #foo 450 * send the pings to the ``#beginners``, ``#foo``, and ``#office-hours`` channels 570 discord-bot-channels-to-mention: #lldb
|
/llvm-project/mlir/lib/Dialect/Tosa/IR/ |
H A D | TosaOps.cpp | 1701 // Batch and number of channels are identical for pooling layer. in inferReturnTypeComponents() 1742 // Weight shapes describes the filter width/height and the output channels. in inferReturnTypeComponents() 1750 // Bias shape can describe the output channels. in inferReturnTypeComponents() 1811 // Weight shapes describes the filter width/height and the output channels. in inferReturnTypeComponents() 1820 // Bias shape can describe the output channels. in inferReturnTypeComponents() 1907 // Weight shapes describes the filter width/height and the output channels. in verify() 1919 // the output channels. in verify() 1925 // Bias shape can describe the output channels. in parse() 1986 // Weight shapes describes the filter width/height and the output channels. in print() 1996 // Bias shape can describe the output channels [all...] |
/llvm-project/lldb/include/lldb/Utility/ |
H A D | Log.h | 193 // Static accessors for logging channels 214 /// Returns the list of log channels.
|
/llvm-project/llvm/test/CodeGen/X86/ |
H A D | 2008-07-07-DanglingDeadInsts.ll | 9 define i32 @res_init(ptr %state, i32 %channels, i32 %outfreq, i32 %infreq, i32 %op1, ...) nounwind …
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | R600TargetTransformInfo.cpp | 32 return 4 * 128; // XXX - 4 channels. Should these count as vector instead? in getHardwareNumberOfRegisters()
|
/llvm-project/flang/docs/ |
H A D | GettingInvolved.md | 44 - There are a number of topic-oriented channels available (e.g., #driver, #f18-semantics, #fir).
|
/llvm-project/third-party/benchmark/ |
H A D | README.md | 42 IRC channels:
|
/llvm-project/lldb/packages/Python/lldbsuite/test/tools/lldb-server/ |
H A D | gdbremote_testcase.py | 106 return any(("gdb-remote" in channel) for channel in lldbtest_config.channels) 166 if len(lldbtest_config.channels) == 0: 179 "--log-channels={}".format(":".join(lldbtest_config.channels))
|