Home
last modified time | relevance | path

Searched defs:option_value (Results 1 – 19 of 19) sorted by relevance

/llvm-project/lldb/source/Interpreter/
H A DOptionValue.cpp275 if (const OptionValueBoolean *option_value = GetAsBoolean()) GetBooleanValue() local
282 if (OptionValueBoolean *option_value = GetAsBoolean()) { SetBooleanValue() local
291 if (const OptionValueChar *option_value = GetAsChar()) GetCharValue() local
298 if (OptionValueChar *option_value = GetAsChar()) { SetCharValue() local
307 if (const OptionValueEnumeration *option_value = GetAsEnumeration()) GetEnumerationValue() local
314 if (OptionValueEnumeration *option_value = GetAsEnumeration()) { SetEnumerationValue() local
323 if (const OptionValueFileSpec *option_value = GetAsFileSpec()) GetFileSpecValue() local
330 if (OptionValueFileSpec *option_value = GetAsFileSpec()) { SetFileSpecValue() local
339 if (OptionValueFileSpecList *option_value = GetAsFileSpecList()) { AppendFileSpecValue() local
348 if (const OptionValueFileSpecList *option_value = GetAsFileSpecList()) GetFileSpecListValue() local
355 if (const OptionValueFormat *option_value = GetAsFormat()) GetFormatValue() local
362 if (OptionValueFormat *option_value = GetAsFormat()) { SetFormatValue() local
371 if (const OptionValueLanguage *option_value = GetAsLanguage()) GetLanguageValue() local
378 if (OptionValueLanguage *option_value = GetAsLanguage()) { SetLanguageValue() local
387 if (const OptionValueFormatEntity *option_value = GetAsFormatEntity()) GetFormatEntity() local
394 if (const OptionValueRegex *option_value = GetAsRegex()) GetRegexValue() local
401 if (const OptionValueSInt64 *option_value = GetAsSInt64()) GetSInt64Value() local
408 if (OptionValueSInt64 *option_value = GetAsSInt64()) { SetSInt64Value() local
417 if (const OptionValueString *option_value = GetAsString()) GetStringValue() local
424 if (OptionValueString *option_value = GetAsString()) { SetStringValue() local
433 if (const OptionValueUInt64 *option_value = GetAsUInt64()) GetUInt64Value() local
440 if (OptionValueUInt64 *option_value = GetAsUInt64()) { SetUInt64Value() local
449 if (const OptionValueUUID *option_value = GetAsUUID()) GetUUIDValue() local
456 if (OptionValueUUID *option_value = GetAsUUID()) { SetUUIDValue() local
465 if (const OptionValueArch *option_value = GetAsArch()) GetArchSpecValue() local
472 if (OptionValueArch *option_value = GetAsArch()) { SetArchSpecValue() local
[all...]
H A DOptionGroupBoolean.cpp37 llvm::StringRef option_value, in SetOptionValue()
H A DOptionGroupFile.cpp66 llvm::StringRef option_value, in SetOptionValue()
H A DOptionValueDictionary.cpp46 OptionValue *option_value = value.second; in DumpValue() local
H A DOptionValueProperties.cpp327 OptionValue *option_value = property->GetValue().get(); in DumpValue() local
344 OptionValue *option_value = property->GetValue().get(); in ToJSON() local
H A DOptionArgParser.cpp41 const bool option_value = in ToBoolean() local
H A DOptions.cpp802 SetOptionValue(uint32_t option_idx,llvm::StringRef option_value,ExecutionContext * execution_context) SetOptionValue() argument
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Linux/
H A Dargp_parse.c12 const char *option_value; member
/llvm-project/lldb/source/Host/common/
H A DSocket.cpp294 GetOption(int level,int option_name,int & option_value) GetOption() argument
302 SetOption(int level,int option_name,int option_value) SetOption() argument
H A DTCPSocket.cpp210 int option_value = 1; Listen() local
/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp62 Status SetOptionValue(uint32_t option_idx, llvm::StringRef option_value, in SetOptionValue() argument
900 Status SetOptionValue(uint32_t option_idx, llvm::StringRef option_value, in SetOptionValue() argument
1142 SetOptionValue(uint32_t option_idx,llvm::StringRef option_value,ExecutionContext * execution_context) SetOptionValue() argument
1598 SetOptionValue(uint32_t option_idx,llvm::StringRef option_value,ExecutionContext * execution_context) SetOptionValue() argument
[all...]
H A DCommandObjectMemoryTag.cpp149 Status SetOptionValue(uint32_t option_idx, llvm::StringRef option_value, in SetOptionValue() argument
H A DCommandObjectRegister.cpp244 Status SetOptionValue(uint32_t option_idx, llvm::StringRef option_value, in SetOptionValue() argument
H A DCommandObjectType.cpp535 Status SetOptionValue(uint32_t option_idx, llvm::StringRef option_value, in SetOptionValue() argument
2533 SetOptionValue(uint32_t option_idx,llvm::StringRef option_value,ExecutionContext * execution_context) SetOptionValue() argument
H A DCommandObjectCommands.cpp198 Status SetOptionValue(uint32_t option_idx, llvm::StringRef option_value, in SetOptionValue() argument
H A DCommandObjectTarget.cpp169 Status SetOptionValue(uint32_t option_idx, llvm::StringRef option_value, in SetOptionValue() argument
/llvm-project/lldb/tools/debugserver/source/
H A DRNBSocket.cpp269 int option_value) { in SetSocketOption()
/llvm-project/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp147 assert(option_value); in GetIgnoredExceptionValue() local
139 const OptionValueString *option_value = GetIgnoredExceptions() local
/llvm-project/lldb/source/Target/
H A DTarget.cpp4456 OptionValuePathMappings *option_value = GetSourcePathMap() local
4470 OptionValueFileSpecList *option_value = AppendExecutableSearchPaths() local
4594 auto *option_value = GetMaximumDepthOfChildrenToDisplay() local
[all...]