Searched refs:eTypeSInt64 (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/ |
| H A D | OptionValue.cpp | 28 case OptionValue::eTypeSInt64: in GetUInt64Value() 229 if (GetType() == OptionValue::eTypeSInt64) in GetAsSInt64() 235 if (GetType() == OptionValue::eTypeSInt64) in GetAsSInt64() 492 case eTypeSInt64: in GetBuiltinTypeAsCString() 531 case 1u << eTypeSInt64: in CreateValueFromCStringForTypeMask()
|
| H A D | Property.cpp | 167 case OptionValue::eTypeSInt64: in Property()
|
| H A D | OptionValueArray.cpp | 57 case eTypeSInt64: in DumpValue()
|
| H A D | OptionValueDictionary.cpp | 68 case eTypeSInt64: in DumpValue()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/ |
| H A D | OptionValue.h | 44 eTypeSInt64, enumerator 166 case 1u << eTypeSInt64: in ConvertTypeMaskToType() 167 return eTypeSInt64; in ConvertTypeMaskToType()
|
| H A D | OptionValueSInt64.h | 44 OptionValue::Type GetType() const override { return eTypeSInt64; } in GetType()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | Debugger.cpp | 221 {"stop-disassembly-count", OptionValue::eTypeSInt64, true, 4, nullptr, {}, 228 {"stop-line-count-after", OptionValue::eTypeSInt64, true, 3, nullptr, {}, 231 {"stop-line-count-before", OptionValue::eTypeSInt64, true, 3, nullptr, {}, 250 {"term-width", OptionValue::eTypeSInt64, true, 80, nullptr, {},
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | Target.cpp | 3319 {"max-children-count", OptionValue::eTypeSInt64, false, 256, nullptr, 3321 {"max-string-summary-length", OptionValue::eTypeSInt64, false, 1024, 3324 {"max-memory-read-size", OptionValue::eTypeSInt64, false, 1024, nullptr,
|