Home
last modified time | relevance | path

Searched refs:eTypeSInt64 (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValue.cpp28 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 DProperty.cpp167 case OptionValue::eTypeSInt64: in Property()
H A DOptionValueArray.cpp57 case eTypeSInt64: in DumpValue()
H A DOptionValueDictionary.cpp68 case eTypeSInt64: in DumpValue()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionValue.h44 eTypeSInt64, enumerator
166 case 1u << eTypeSInt64: in ConvertTypeMaskToType()
167 return eTypeSInt64; in ConvertTypeMaskToType()
H A DOptionValueSInt64.h44 OptionValue::Type GetType() const override { return eTypeSInt64; } in GetType()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDebugger.cpp221 {"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 DTarget.cpp3319 {"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,