Searched defs:sval64 (Results 1 – 8 of 8) sorted by relevance
/external/lldb/include/lldb/Interpreter/ |
D | Args.h | 377 SInt64ValueIsValidForByteSize (int64_t sval64, size_t total_byte_size) in SInt64ValueIsValidForByteSize()
|
/external/lldb/source/Commands/ |
D | CommandObjectMemory.cpp | 1058 SIntValueIsValidForSize (int64_t sval64, size_t total_byte_size) in SIntValueIsValidForSize() 1167 int64_t sval64; in DoExecute() local
|
/external/lldb/include/lldb/Core/ |
D | Scalar.h | 244 SIntValueIsValidForSize (int64_t sval64, size_t total_byte_size) in SIntValueIsValidForSize()
|
/external/lldb/source/Core/ |
D | RegisterValue.cpp | 491 uint64_t sval64 = Args::StringToSInt64(value_str, INT64_MAX, 0, &success); in SetValueFromCString() local
|
D | Scalar.cpp | 1828 uint64_t sval64 = Args::StringToSInt64(value_str, INT64_MAX, 0, &success); in SetValueFromCString() local
|
D | DataExtractor.cpp | 713 int64_t sval64 = GetMaxS64 (offset_ptr, size); in GetMaxS64Bitfield() local
|
/external/libunwind/include/ |
D | dwarf_i.h | 357 int64_t sval64; in dwarf_read_encoded_pointer_inlined() local
|
/external/lldb/source/Symbol/ |
D | ClangASTType.cpp | 6212 int64_t sval64 = data.GetMaxS64 (&offset, byte_size); in GetValueAsScalar() local
|