Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Core/
H A DDumpDataExtractor.cpp77 lldb::offset_t temp_offset; in GetAPInt() local
81 temp_offset = be_offset; in GetAPInt()
82 u64 = data.GetU64(&temp_offset); in GetAPInt()
86 temp_offset = be_offset; in GetAPInt()
87 u64 = data.GetMaxU64(&temp_offset, (uint32_t)bytes_left); in GetAPInt()