| /llvm-project-15.0.7/lldb/source/Plugins/Process/mach-core/ |
| H A D | ProcessMachCore.cpp | 324 last_entry->SetRangeEnd(range_entry.GetRangeEnd()); in DoLoadCore() 325 last_entry->data.SetRangeEnd(range_entry.data.GetRangeEnd()); in DoLoadCore() 683 region_info.GetRange().SetRangeEnd(permission_entry->GetRangeEnd()); in DoGetMemoryRegionInfo() 697 region_info.GetRange().SetRangeEnd(permission_entry->GetRangeBase()); in DoGetMemoryRegionInfo() 707 region_info.GetRange().SetRangeEnd(LLDB_INVALID_ADDRESS); in DoGetMemoryRegionInfo()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/ |
| H A D | MemoryTagManagerAArch64MTE.cpp | 125 remaining_range.SetRangeEnd(old_end); in MakeTaggedRange() 209 range.SetRangeEnd(old_end); in MakeTaggedRanges()
|
| H A D | LinuxProcMaps.cpp | 54 region.GetRange().SetRangeEnd(end_address); in ParseMemoryRegionInfoFromProcMapsLine()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/elf-core/ |
| H A D | ProcessElfCore.cpp | 128 last_entry->SetRangeEnd(range_entry.GetRangeEnd()); in AddAddressRangeFromLoadSegment() 129 last_entry->data.SetRangeEnd(range_entry.data.GetRangeEnd()); in AddAddressRangeFromLoadSegment() 322 region_info.GetRange().SetRangeEnd(permission_entry->GetRangeEnd()); in DoGetMemoryRegionInfo() 345 region_info.GetRange().SetRangeEnd(permission_entry->GetRangeBase()); in DoGetMemoryRegionInfo() 356 region_info.GetRange().SetRangeEnd(LLDB_INVALID_ADDRESS); in DoGetMemoryRegionInfo()
|
| /llvm-project-15.0.7/lldb/include/lldb/Utility/ |
| H A D | RangeMap.h | 69 range.SetRangeEnd(std::min(lhs_end, rhs_end)); in Intersect() 75 void SetRangeEnd(BaseType end) { in SetRangeEnd() function 249 back.SetRangeEnd(std::max(back.GetRangeEnd(), pos->GetRangeEnd())); in CombineConsecutiveRanges() 499 minimal_ranges.back().SetRangeEnd(pos->GetRangeEnd()); in CombineConsecutiveEntriesWithEqualData()
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBMemoryRegionInfo.cpp | 32 m_opaque_up->GetRange().SetRangeEnd(end); in SBMemoryRegionInfo()
|
| /llvm-project-15.0.7/clang/lib/Parse/ |
| H A D | ParseDecl.cpp | 2269 D.SetRangeEnd(Loc); in ParseAsmAttributesAfterDeclarator() 2843 DS.SetRangeEnd(Tok.getLocation()); in ParseImplicitInt() 2856 DS.SetRangeEnd(Tok.getLocation()); in ParseImplicitInt() 3142 DS.SetRangeEnd(SourceLocation()); in ParseDeclarationSpecifiers() 3549 DS.SetRangeEnd(Loc); in ParseDeclarationSpecifiers() 3613 DS.SetRangeEnd(NewEndLoc); in ParseDeclarationSpecifiers() 4275 DS.SetRangeEnd(EndLoc); in ParseDeclarationSpecifiers() 5802 DS.SetRangeEnd(EndLoc); in ParseTypeQualifierListOpt() 5926 D.SetRangeEnd(StarLoc); in ParseDeclaratorInternal() 5967 D.SetRangeEnd(Loc); in ParseDeclaratorInternal() [all …]
|
| H A D | ParseExprCXX.cpp | 2102 DeclaratorInfo.SetRangeEnd(Loc); in ParseCXXCondition() 2195 DS.SetRangeEnd(Tok.getAnnotationEndLoc()); in ParseCXXSimpleTypeSpecifier() 2212 DS.SetRangeEnd(PrevTokLocation); in ParseCXXSimpleTypeSpecifier() 2296 DS.SetRangeEnd(ParseDecltypeSpecifier(DS)); in ParseCXXSimpleTypeSpecifier() 2306 DS.SetRangeEnd(PrevTokLocation); in ParseCXXSimpleTypeSpecifier()
|
| H A D | ParseExpr.cpp | 1209 DS.SetRangeEnd(ILoc); in ParseCastExpression() 1486 DS.SetRangeEnd(Tok.getLastLoc()); in ParseCastExpression() 3557 ParamInfo.SetRangeEnd(Tmp); in ParseBlockLiteralExpression()
|
| H A D | ParseDeclCXX.cpp | 366 DS.SetRangeEnd(SourceLocation()); in ParseLinkage() 1308 DS.SetRangeEnd(EndLocation); in ParseBaseTypeSpecifier() 2423 DeclaratorInfo.SetRangeEnd(Loc); in ParseCXXMemberDeclaratorBeforeInitializer() 2511 D.SetRangeEnd(RefQualifierLoc); in MaybeParseAndDiagnoseDeclSpecAfterCXX11VirtSpecifierSeq()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/ |
| H A D | ProcessDebugger.cpp | 410 info.GetRange().SetRangeEnd(LLDB_INVALID_ADDRESS); in GetMemoryRegionInfo() 445 info.GetRange().SetRangeEnd(reinterpret_cast<addr_t>(mem_info.BaseAddress) + in GetMemoryRegionInfo()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 640 void SetRangeEnd(SourceLocation Loc) { Range.setEnd(Loc); } in SetRangeEnd() function 1987 void SetRangeEnd(SourceLocation Loc) { in SetRangeEnd() function 2252 SetRangeEnd(EndLoc); in AddTypeInfo() 2261 SetRangeEnd(EndLoc); in AddTypeInfo() 2505 SetRangeEnd(TRC->getEndLoc()); in setTrailingRequiresClause() 2556 SetRangeEnd(attrs.Range.getEnd()); in takeAttributes()
|
| /llvm-project-15.0.7/lldb/unittests/Process/Utility/ |
| H A D | LinuxProcMapsTest.cpp | 26 range.SetRangeEnd(end); in make_range()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/minidump/ |
| H A D | MinidumpParser.cpp | 701 region.GetRange().SetRangeEnd(UINT64_MAX); in GetMemoryRegionInfo() 703 region.GetRange().SetRangeEnd(pos->GetRange().GetRangeBase()); in GetMemoryRegionInfo()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/FreeBSD/ |
| H A D | NativeProcessFreeBSD.cpp | 612 range_info.GetRange().SetRangeEnd(LLDB_INVALID_ADDRESS); in GetMemoryRegionInfo() 659 info.GetRange().SetRangeEnd(kv->kve_end); in PopulateMemoryRegionCache()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/NetBSD/ |
| H A D | NativeProcessNetBSD.cpp | 648 range_info.GetRange().SetRangeEnd(LLDB_INVALID_ADDRESS); in GetMemoryRegionInfo() 679 info.GetRange().SetRangeEnd(vm[i].kve_end); in PopulateMemoryRegionCache()
|
| /llvm-project-15.0.7/lldb/source/Symbol/ |
| H A D | LineTable.cpp | 395 range.SetRangeEnd(entry.file_addr); in GetContiguousFileAddressRanges()
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | SymbolFileNativePDB.cpp | 1151 line_entry.SetRangeEnd(addr); in ParseLineTable() 1162 line_entry.SetRangeEnd(virtual_addr + lfh->CodeSize); in ParseLineTable()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/ |
| H A D | NativeProcessLinux.cpp | 1147 range_info.GetRange().SetRangeEnd(LLDB_INVALID_ADDRESS); in GetMemoryRegionInfo()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaDeclObjC.cpp | 1588 DS.SetRangeEnd(loc); in actOnObjCTypeArgsOrProtocolQualifiers()
|
| H A D | SemaDecl.cpp | 14495 DS.SetRangeEnd(FTI.Params[i].IdentLoc); in ActOnFinishKNRParamDeclarations()
|