Home
last modified time | relevance | path

Searched defs:range_size (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/llvm/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.cpp443 const size_t range_size = loc_desc.DataSize; in FindMemoryRange() local
476 const size_t range_size = memory_desc64.data_size; in FindMemoryRange() local
/openbsd/gnu/llvm/lldb/source/API/
H A DSBSymbol.cpp156 lldb::addr_t range_size = m_opaque_ptr->GetByteSize(); in GetEndAddress() local
/openbsd/gnu/llvm/lldb/source/Target/
H A DMemory.cpp275 const lldb::addr_t range_size = free_block.GetByteSize(); in ReserveBlock() local
/openbsd/gnu/llvm/lldb/source/Symbol/
H A DSymbolContext.cpp753 lldb::addr_t range_size = end_entry.range.GetBaseAddress().GetFileAddress() - in GetAddressRangeFromHereToEndLine() local
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DDiagnostic.h1722 unsigned range_size() const { return Ranges.size(); } in range_size() function
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp1371 addr_t range_size = std::min<addr_t>(exe_byte_size, oso_byte_size); in AddOSOFileRange() local