Searched refs:range_end (Results 1 - 10 of 10) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/include/lldb/Utility/
H A DVMRange.h75 lldb::addr_t range_end = range.GetEndAddress(); local
76 return (GetBaseAddress() <= range_end) && (range_end <= GetEndAddress());
/freebsd-current/contrib/llvm-project/lldb/source/Symbol/
H A DLineEntry.cpp191 Address range_end(complete_line_range.GetBaseAddress());
192 range_end.Slide(complete_line_range.GetByteSize());
193 range_end.CalculateSymbolContext(&next_line_sc, symbol_context_scope);
/freebsd-current/contrib/llvm-project/clang/lib/ARCMigrate/
H A DPlistReporter.cpp52 RI = D.range_begin(), RE = D.range_end(); RI != RE; ++RI) {
/freebsd-current/contrib/ofed/libibverbs/
H A Dmemory.c105 uintptr_t range_start, range_end; local
107 n = sscanf(buf, "%" SCNxPTR "-%" SCNxPTR, &range_start, &range_end);
112 if ((uintptr_t) base >= range_start && (uintptr_t) base < range_end) {
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix.cpp239 bool MemoryRangeIsAvailable(uptr range_start, uptr range_end) { argument
248 range_end))
H A Dsanitizer_win.cpp433 bool MemoryRangeIsAvailable(uptr range_start, uptr range_end) {
437 (uptr)mbi.BaseAddress + mbi.RegionSize >= range_end;
H A Dsanitizer_common.h169 bool MemoryRangeIsAvailable(uptr range_start, uptr range_end);
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp5995 lldb::addr_t range_end = 0;
6001 error = GetMemoryRegionInfo(range_end, region_info);
6013 range_end = region_info.GetRange().GetRangeEnd();
6020 range_end != LLDB_INVALID_ADDRESS &&
6023 !(abi && (abi->FixAnyAddress(range_end) != range_end)));
/freebsd-current/contrib/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp508 storedDiag.range_end());
/freebsd-current/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h1726 range_iterator range_end() const { return Ranges.end(); }

Completed in 315 milliseconds