Home
last modified time | relevance | path

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

12345678910>>...13

/llvm-project-15.0.7/lldb/test/API/sanity/
H A DTestSettingSkipping.py15 @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 Ddisassembly_mode.py17 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 DTestSessionSave.py36 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 DUserSettingsController.cpp106 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 DTestSettingsSet.test1 # 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 Dentry.s7 # 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 DPackaging.rst31 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 Dtid-mul-func-xnack-invalid-any-off-on.ll3 ; ERR: error: xnack setting of 'func2' function does not match module xnack setting
H A Dsramecc-subtarget-feature-any.ll7 ; NOT-SUPPORTED: sramecc setting for subtarget: Unsupported
8 ; ANY: sramecc setting for subtarget: Any
H A Dxnack-subtarget-feature-any.ll11 ; 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 Ddecorators.py179 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 Dmixed.txt1 # 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 DTestSettings.py32 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 Dcmake-bridge.cfg.in7 # 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 Dstop-hook.test2 # 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 Dcmake-bridge.cfg.in7 # 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 DRISCVInstrFormatsC.td49 // 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 DTargetProperties.td36 Desc<"Skip function prologues when setting breakpoints by name.">;
90 Desc<"Consult the platform module avoid list when setting non-module specific breakpoints.">;
133setting breakpoints is slow, then you can change this setting to headers. This setting allows you …
159setting 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 Dcmake-bridge.cfg.in7 # 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 Dinternalize.ll6 ; 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 Dcheck-arch.S10 # error ARCH setting does not match the compiler.
/llvm-project-15.0.7/libc/AOR_v20.02/string/arm/
H A Dcheck-arch.S10 # error ARCH setting does not match the compiler.
/llvm-project-15.0.7/libc/AOR_v20.02/string/aarch64/
H A Dcheck-arch.S10 # error ARCH setting does not match the compiler.
/llvm-project-15.0.7/llvm/test/tools/llvm-objdump/ELF/AMDGPU/
H A Dkd-failure.s2 ;; 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 Dnone.test2 # CHECK: error: the script-lang setting is set to none - scripting not available

12345678910>>...13