Searched refs:eTypeEnum (Results 1 – 9 of 9) sorted by relevance
/external/lldb/include/lldb/Interpreter/ |
D | OptionValue.h | 36 eTypeEnum, enumerator 177 case 1u << eTypeEnum: return eTypeEnum; in ConvertTypeMaskToType()
|
D | OptionValueEnumeration.h | 51 return eTypeEnum; in GetType()
|
/external/lldb/source/Interpreter/ |
D | OptionValue.cpp | 181 if (GetType () == OptionValue::eTypeEnum) in GetAsEnumeration() 189 if (GetType () == OptionValue::eTypeEnum) in GetAsEnumeration() 524 case eTypeEnum: return "enum"; in GetBuiltinTypeAsCString()
|
D | Property.cpp | 69 case OptionValue::eTypeEnum: in Property()
|
D | OptionValueArray.cpp | 56 case eTypeEnum: in DumpValue()
|
D | OptionValueDictionary.cpp | 67 case eTypeEnum: in DumpValue()
|
/external/lldb/source/Target/ |
D | Target.cpp | 2321 …{ "prefer-dynamic-value" , OptionValue::eTypeEnum , false, eNoDynamicValues … 2344 …{ "inline-breakpoint-strategy" , OptionValue::eTypeEnum , false, eInlineBreakpointsHe… 2352 …{ "x86-disassembly-flavor" , OptionValue::eTypeEnum , false, eX86DisFlavorDefault… 2354 …{ "hex-immediate-style" , OptionValue::eTypeEnum , false, Disassembler::eHexSt… 2356 …{ "load-script-from-symbol-file" , OptionValue::eTypeEnum , false, eLoadScriptFromSymFi…
|
/external/lldb/source/Core/ |
D | Debugger.cpp | 126 { "script-lang", OptionValue::eTypeEnum , true, eScriptLanguagePython, NULL, g_lan… 128 { "stop-disassembly-display", OptionValue::eTypeEnum , true, Debugger::eStopDisassemblyTypeNoSo…
|
/external/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/ |
D | DynamicLoaderDarwinKernel.cpp | 70 …{ "scan-type", OptionValue::eTypeEnum, true, eKASLRScanNearPC, NULL, g_kaslr_kernel_scan_enum…
|