Home
last modified time | relevance | path

Searched defs:sval64 (Results 1 – 7 of 7) sorted by relevance

/trueos/contrib/llvm/tools/lldb/include/lldb/Interpreter/
HDArgs.h376 SInt64ValueIsValidForByteSize (int64_t sval64, size_t total_byte_size) in SInt64ValueIsValidForByteSize()
/trueos/contrib/llvm/tools/lldb/include/lldb/Core/
HDScalar.h244 SIntValueIsValidForSize (int64_t sval64, size_t total_byte_size) in SIntValueIsValidForSize()
/trueos/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectMemory.cpp1375 SIntValueIsValidForSize (int64_t sval64, size_t total_byte_size) in SIntValueIsValidForSize()
1484 int64_t sval64; in DoExecute() local
/trueos/contrib/llvm/tools/lldb/source/Core/
HDRegisterValue.cpp491 uint64_t sval64 = Args::StringToSInt64(value_str, INT64_MAX, 0, &success); in SetValueFromCString() local
HDScalar.cpp1822 uint64_t sval64 = Args::StringToSInt64(value_str, INT64_MAX, 0, &success); in SetValueFromCString() local
HDDataExtractor.cpp750 int64_t sval64 = GetMaxS64 (offset_ptr, size); in GetMaxS64Bitfield() local
/trueos/contrib/llvm/tools/lldb/source/Symbol/
HDClangASTType.cpp6293 int64_t sval64 = data.GetMaxS64 (&offset, byte_size); in GetValueAsScalar() local