Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Interpreter/
DArgs.h377 SInt64ValueIsValidForByteSize (int64_t sval64, size_t total_byte_size) in SInt64ValueIsValidForByteSize()
/external/lldb/source/Commands/
DCommandObjectMemory.cpp1058 SIntValueIsValidForSize (int64_t sval64, size_t total_byte_size) in SIntValueIsValidForSize()
1167 int64_t sval64; in DoExecute() local
/external/lldb/include/lldb/Core/
DScalar.h244 SIntValueIsValidForSize (int64_t sval64, size_t total_byte_size) in SIntValueIsValidForSize()
/external/lldb/source/Core/
DRegisterValue.cpp491 uint64_t sval64 = Args::StringToSInt64(value_str, INT64_MAX, 0, &success); in SetValueFromCString() local
DScalar.cpp1828 uint64_t sval64 = Args::StringToSInt64(value_str, INT64_MAX, 0, &success); in SetValueFromCString() local
DDataExtractor.cpp713 int64_t sval64 = GetMaxS64 (offset_ptr, size); in GetMaxS64Bitfield() local
/external/libunwind/include/
Ddwarf_i.h357 int64_t sval64; in dwarf_read_encoded_pointer_inlined() local
/external/lldb/source/Symbol/
DClangASTType.cpp6212 int64_t sval64 = data.GetMaxS64 (&offset, byte_size); in GetValueAsScalar() local