Home
last modified time | relevance | path

Searched defs:setting (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/lldb/examples/python/
H A Ddisassembly_mode.py17 def get_string_value(self, setting): argument
23 def set_value(self, setting, value): argument
/llvm-project-15.0.7/lldb/source/Core/
H A DUserSettingsController.cpp106 bool Properties::IsSettingExperimental(llvm::StringRef setting) { in IsSettingExperimental()
/llvm-project-15.0.7/lldb/test/API/commands/settings/
H A DTestSettings.py34 def cleanup(setting): argument
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Ddecorators.py179 setting=None): argument
279 setting=None): argument
306 setting=None): argument
H A Dlldbtest.py199 def SETTING_MSG(setting): argument
/llvm-project-15.0.7/mlir/lib/IR/
H A DMLIRContext.cpp256 MLIRContext::MLIRContext(Threading setting) in MLIRContext()
259 MLIRContext::MLIRContext(const DialectRegistry &registry, Threading setting) in MLIRContext()
/llvm-project-15.0.7/lldb/unittests/ScriptInterpreter/Python/
H A DPythonTestSuite.cpp251 void *module, const char *setting, const lldb::TargetSP &target_sp) { in LLDBSWIGPython_GetDynamicSetting()
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DOptionValueProperties.cpp188 const Property *setting = GetPropertyAtIndex(exe_ctx, will_modify, idx); in GetPropertyValueAtIndex() local
/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_settings.cpp5835 kmp_setting_t *setting = __kmp_stg_find(name); in __kmp_stg_parse() local
5880 kmp_setting_t *setting = __kmp_stg_find(name); in __kmp_env_toPrint() local
5942 kmp_setting_t *setting = __kmp_stg_find(block.vars[i].name); in __kmp_env_initialize() local
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1977 auto setting = (PyObject *)LLDBSWIGPython_GetDynamicSetting( in GetDynamicSettings() local
/llvm-project-15.0.7/compiler-rt/include/sanitizer/
H A Dlinux_syscall_hooks.h197 #define __sanitizer_syscall_pre_timer_gettime(timer_id, setting) \ argument
199 #define __sanitizer_syscall_post_timer_gettime(res, timer_id, setting) \ argument