| /llvm-project-15.0.7/lldb/test/API/sanity/ |
| H A D | TestSettingSkipping.py | 15 @skipIf(setting=('target.prefer-dynamic-value', 'no-dynamic-values')) 20 @skipIf(setting=('target.prefer-dynamic-value', 'run-target')) 24 @skipIf(setting=('target.i-made-this-one-up', 'true')) 28 @expectedFailureAll(setting=('target.prefer-dynamic-value', 'no-dynamic-values')) 32 @expectedFailureAll(setting=('target.prefer-dynamic-value', 'run-target'))
|
| /llvm-project-15.0.7/lldb/examples/python/ |
| H A D | disassembly_mode.py | 17 def get_string_value(self, setting): argument 19 self.interp.HandleCommand("settings show " + setting, result) 23 def set_value(self, setting, value): argument 25 self.interp.HandleCommand("settings set " + setting + " " + value, result)
|
| /llvm-project-15.0.7/lldb/test/API/commands/session/save/ |
| H A D | TestSessionSave.py | 36 for setting in settings: 37 interpreter.HandleCommand(setting, lldb.SBCommandReturnObject()) 107 for setting in settings: 109 interpreter.HandleCommand(setting, res) 110 raw += self.raw_transcript_builder(setting, res)
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | UserSettingsController.cpp | 106 bool Properties::IsSettingExperimental(llvm::StringRef setting) { in IsSettingExperimental() argument 107 if (setting.empty()) in IsSettingExperimental() 111 size_t dot_pos = setting.find_first_of('.'); in IsSettingExperimental() 112 return setting.take_front(dot_pos) == experimental; in IsSettingExperimental()
|
| /llvm-project-15.0.7/lldb/test/Shell/Settings/ |
| H A D | TestSettingsSet.test | 1 # This tests setting setting values. 3 # Check that setting an empty value with -f(orce) clears the value.
|
| /llvm-project-15.0.7/lld/test/ELF/ |
| H A D | entry.s | 7 # WARN1: warning: cannot find entry symbol foobar; not setting start address 11 # WARN2: warning: cannot find entry symbol _start; not setting start address 15 # WARN3: warning: cannot find entry symbol foobar; not setting start address 25 # WARN4: cannot find entry symbol _start; not setting start address
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | Packaging.rst | 31 by setting ``DISABLE_ASSERTIONS=0|1`` in ``make``'s environment. This 32 defaults to enabled regardless of the optimization setting, but it slows 36 Builds LLVM with ``-g``. Also available by setting ``DEBUG_SYMBOLS=0|1`` in 42 debug symbols. Also available by setting ``ENABLE_OPTIMIZED=0|1`` in
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/ |
| H A D | tid-mul-func-xnack-invalid-any-off-on.ll | 3 ; ERR: error: xnack setting of 'func2' function does not match module xnack setting
|
| H A D | sramecc-subtarget-feature-any.ll | 7 ; NOT-SUPPORTED: sramecc setting for subtarget: Unsupported 8 ; ANY: sramecc setting for subtarget: Any
|
| H A D | xnack-subtarget-feature-any.ll | 11 ; NOT-SUPPORTED: xnack setting for subtarget: Unsupported 12 ; ANY: xnack setting for subtarget: Any
|
| /llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/ |
| H A D | decorators.py | 179 setting=None): argument 217 skip_for_setting = (setting is None) or ( 218 setting in configuration.settings) 234 (setting, skip_for_setting, "setting")] 279 setting=None): argument 289 setting=setting) 306 setting=None): argument 316 setting=setting)
|
| /llvm-project-15.0.7/llvm/utils/lit/tests/Inputs/shtest-env/ |
| H A D | mixed.txt | 1 # Check for setting and removing one environment variable 6 # Check for setting/unsetting multiple environment variables
|
| /llvm-project-15.0.7/lldb/test/API/commands/settings/ |
| H A D | TestSettings.py | 32 setting = "interpreter.repeat-previous-command" 34 def cleanup(setting): argument 37 setting, check=False) 40 self.addTearDownHook(cleanup(setting)) 43 self.expect("setting show %s" % setting, 47 self.runCmd("setting set %s false" % setting) 48 self.expect("setting show %s" % setting,
|
| /llvm-project-15.0.7/libcxx/test/configs/ |
| H A D | cmake-bridge.cfg.in | 7 # configuration files by setting up the LitConfig object and various Lit 11 # loading the file and then setting up the remaining Lit substitutions.
|
| /llvm-project-15.0.7/lldb/test/Shell/ExecControl/StopHook/ |
| H A D | stop-hook.test | 2 # Test setting stop-hook per-function 5 # Test setting stop-hook per-line range 7 # Test setting stop-hook with multi-line expression
|
| /llvm-project-15.0.7/libunwind/test/configs/ |
| H A D | cmake-bridge.cfg.in | 7 # configuration files by setting up the LitConfig object and various Lit 11 # loading the file and then setting up the remaining Lit substitutions.
|
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrFormatsC.td | 49 // is responsible for setting the appropriate bits in the Inst field. 65 // is responsible for setting the appropriate bits in the Inst field. 91 // is responsible for setting the appropriate bits in the Inst field. 106 // is responsible for setting the appropriate bits in the Inst field.
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | TargetProperties.td | 36 Desc<"Skip function prologues when setting breakpoints by name.">; 90 Desc<"Consult the platform module avoid list when setting non-module specific breakpoints.">; 133 …setting breakpoints is slow, then you can change this setting to headers. This setting allows you … 159 …setting helps users control how much information gets loaded when loading modules from memory.'com… 162 … the host system supports executable specific crash log strings and this setting is set to true.">; 242 …Desc<"If true, stepping operations will run all threads. This is equivalent to setting the run-mo…
|
| /llvm-project-15.0.7/libcxxabi/test/configs/ |
| H A D | cmake-bridge.cfg.in | 7 # configuration files by setting up the LitConfig object and various Lit 11 # loading the file and then setting up the remaining Lit substitutions.
|
| /llvm-project-15.0.7/llvm/test/LTO/X86/ |
| H A D | internalize.ll | 6 ; Test the enable-lto-internalization option by setting it to false. 17 ; Test the enable-lto-internalization option by setting it to false.
|
| /llvm-project-15.0.7/libc/AOR_v20.02/string/x86_64/ |
| H A D | check-arch.S | 10 # error ARCH setting does not match the compiler.
|
| /llvm-project-15.0.7/libc/AOR_v20.02/string/arm/ |
| H A D | check-arch.S | 10 # error ARCH setting does not match the compiler.
|
| /llvm-project-15.0.7/libc/AOR_v20.02/string/aarch64/ |
| H A D | check-arch.S | 10 # error ARCH setting does not match the compiler.
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-objdump/ELF/AMDGPU/ |
| H A D | kd-failure.s | 2 ;; setting the bytes, because one can't create a malformed KD using the
|
| /llvm-project-15.0.7/lldb/test/Shell/ScriptInterpreter/None/ |
| H A D | none.test | 2 # CHECK: error: the script-lang setting is set to none - scripting not available
|