| /freebsd/contrib/llvm-project/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 | 55 region.GetRange().SetRangeEnd(end_address); in ParseMemoryRegionInfoFromProcMapsLine()
|
| /freebsd/contrib/llvm-project/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() 345 region_info.GetRange().SetRangeEnd(permission_entry->GetRangeEnd()); in DoGetMemoryRegionInfo() 368 region_info.GetRange().SetRangeEnd(permission_entry->GetRangeBase()); in DoGetMemoryRegionInfo() 379 region_info.GetRange().SetRangeEnd(LLDB_INVALID_ADDRESS); in DoGetMemoryRegionInfo()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | RangeMap.h | 74 range.SetRangeEnd(std::min(lhs_end, rhs_end)); in Intersect() 80 void SetRangeEnd(BaseType end) { in SetRangeEnd() function 254 back.SetRangeEnd(std::max(back.GetRangeEnd(), pos->GetRangeEnd())); in CombineConsecutiveRanges() 530 back.SetRangeEnd(std::max(back.GetRangeEnd(), pos->GetRangeEnd())); in CombineConsecutiveEntriesWithEqualData()
|
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBMemoryRegionInfo.cpp | 33 m_opaque_up->GetRange().SetRangeEnd(end); in SBMemoryRegionInfo()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 708 void SetRangeEnd(SourceLocation Loc) { Range.setEnd(Loc); } in SetRangeEnd() function 2097 void SetRangeEnd(SourceLocation Loc) { in SetRangeEnd() function 2363 SetRangeEnd(EndLoc); in AddTypeInfo() 2376 SetRangeEnd(EndLoc); in AddTypeInfo() 2388 SetRangeEnd(EndLoc); in AddTypeInfo() 2632 SetRangeEnd(TRC->getEndLoc()); in setTrailingRequiresClause() 2683 SetRangeEnd(attrs.Range.getEnd()); in takeAttributes()
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseDecl.cpp | 2450 D.SetRangeEnd(Loc); in ParseAsmAttributesAfterDeclarator() 2859 DS.SetRangeEnd(Tok.getLocation()); in ParseImplicitInt() 2996 DS.SetRangeEnd(Tok.getLocation()); in ParseImplicitInt() 3009 DS.SetRangeEnd(Tok.getLocation()); in ParseImplicitInt() 3360 DS.SetRangeEnd(SourceLocation()); in ParseDeclarationSpecifiers() 3627 DS.SetRangeEnd(Tok.getAnnotationEndLoc()); in ParseDeclarationSpecifiers() 3704 DS.SetRangeEnd(Tok.getLocation()); in ParseDeclarationSpecifiers() 3722 DS.SetRangeEnd(Tok.getAnnotationEndLoc()); in ParseDeclarationSpecifiers() 3824 DS.SetRangeEnd(Loc); in ParseDeclarationSpecifiers() 3878 DS.SetRangeEnd(Tok.getLocation()); in ParseDeclarationSpecifiers() [all …]
|
| H A D | ParseExprCXX.cpp | 2010 DeclaratorInfo.SetRangeEnd(Loc); in ParseCXXCondition() 2077 DS.SetRangeEnd(Tok.getAnnotationEndLoc()); in ParseCXXSimpleTypeSpecifier() 2093 DS.SetRangeEnd(PrevTokLocation); in ParseCXXSimpleTypeSpecifier() 2191 DS.SetRangeEnd(ParseDecltypeSpecifier(DS)); in ParseCXXSimpleTypeSpecifier() 2195 DS.SetRangeEnd(ParsePackIndexingType(DS)); in ParseCXXSimpleTypeSpecifier() 2205 DS.SetRangeEnd(PrevTokLocation); in ParseCXXSimpleTypeSpecifier()
|
| H A D | ParseDeclCXX.cpp | 338 DS.SetRangeEnd(SourceLocation()); in ParseLinkage() 1206 DS.SetRangeEnd(T.getCloseLocation()); in ParsePackIndexingType() 1414 DS.SetRangeEnd(EndLocation); in ParseBaseTypeSpecifier() 1765 DS.SetRangeEnd(NameLoc); in ParseClassSpecifier() 2604 DeclaratorInfo.SetRangeEnd(Loc); in ParseCXXMemberDeclaratorBeforeInitializer() 2690 D.SetRangeEnd(RefQualifierLoc); in MaybeParseAndDiagnoseDeclSpecAfterCXX11VirtSpecifierSeq()
|
| H A D | ParseExpr.cpp | 976 DS.SetRangeEnd(ILoc); in ParseCastExpression() 1267 DS.SetRangeEnd(Tok.getLastLoc()); in ParseCastExpression() 3292 ParamInfo.SetRangeEnd(Tmp); in ParseBlockLiteralExpression()
|
| H A D | ParseTemplate.cpp | 198 DS.SetRangeEnd(DeclSpecAttrs.Range.getEnd()); in ParseDeclarationAfterTemplate()
|
| H A D | Parser.cpp | 1085 DS.SetRangeEnd(DeclSpecAttrs.Range.getEnd()); in ParseDeclOrFunctionDefInternal()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/ |
| H A D | MinidumpParser.cpp | 682 region.GetRange().SetRangeEnd(UINT64_MAX); in GetMemoryRegionInfo() 684 region.GetRange().SetRangeEnd(pos->GetRange().GetRangeBase()); in GetMemoryRegionInfo()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | PdbUtil.cpp | 112 entry->SetRangeEnd(base); in AddMemberLocationRanges() 125 entry->SetRangeEnd(end); in AddMemberLocationRanges() 171 entry->SetRangeEnd(base); in AddDwarfRange()
|
| H A D | SymbolFileNativePDB.cpp | 1247 line_entry.SetRangeEnd(addr); in ParseLineTable() 1258 line_entry.SetRangeEnd(virtual_addr + lfh->CodeSize); in ParseLineTable()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/ |
| H A D | NativeProcessFreeBSD.cpp | 638 range_info.GetRange().SetRangeEnd(LLDB_INVALID_ADDRESS); in GetMemoryRegionInfo() 685 info.GetRange().SetRangeEnd(kv->kve_end); in PopulateMemoryRegionCache()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/ |
| H A D | NativeProcessNetBSD.cpp | 670 range_info.GetRange().SetRangeEnd(LLDB_INVALID_ADDRESS); in GetMemoryRegionInfo() 701 info.GetRange().SetRangeEnd(vm[i].kve_end); in PopulateMemoryRegionCache()
|
| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | LineTable.cpp | 365 range.SetRangeEnd(entry.file_addr); in GetContiguousFileAddressRanges()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationClient.cpp | 1605 region_info.GetRange().SetRangeEnd(LLDB_INVALID_ADDRESS); in GetMemoryRegionInfo()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclObjC.cpp | 1601 DS.SetRangeEnd(loc); in actOnObjCTypeArgsOrProtocolQualifiers()
|
| H A D | SemaDecl.cpp | 15623 DS.SetRangeEnd(FTI.Params[i].IdentLoc); in ActOnFinishKNRParamDeclarations()
|