Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DebugInfo/GSYM/
H A DLookupResult.cpp62 auto NumLocations = LR.Locations.size(); in operator <<() local
63 for (size_t I = 0; I < NumLocations; ++I) { in operator <<()
68 const bool IsInlined = I + 1 != NumLocations; in operator <<()
/llvm-project-15.0.7/clang/tools/c-index-test/
H A Dc-index-test.c2824 unsigned NumLocations = 0, Loc; in inspect_cursor_at() local
2829 while (strstr(argv[NumLocations+1], locations_flag) == argv[NumLocations+1]) in inspect_cursor_at()
2830 ++NumLocations; in inspect_cursor_at()
2833 assert(NumLocations > 0 && "Unable to count locations?"); in inspect_cursor_at()
2837 for (Loc = 0; Loc < NumLocations; ++Loc) { in inspect_cursor_at()
2884 for (Loc = 0; Loc < NumLocations; ++Loc) { in inspect_cursor_at()
3118 unsigned NumLocations = 0, Loc; in find_file_refs_at() local
3123 while (strstr(argv[NumLocations+1], "-file-refs-at=") == argv[NumLocations+1]) in find_file_refs_at()
3124 ++NumLocations; in find_file_refs_at()
3131 for (Loc = 0; Loc < NumLocations; ++Loc) { in find_file_refs_at()
[all …]
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dselectiondag-patchpoint-legalize.ll31 ; NumLocations
33 ; Location[NumLocations]
H A Dselectiondag-stackmap-legalize.ll31 ; NumLocations
33 ; Location[NumLocations]
H A Dstatepoint-stackmap-format.ll350 ; NumLocations:
397 ; NumLocations:
462 ; NumLocations:
/llvm-project-15.0.7/llvm/docs/
H A DStackMaps.rst341 uint16 : NumLocations
342 Location[NumLocations] {
/llvm-project-15.0.7/clang/lib/AST/
H A DDecl.cpp5244 unsigned NumLocations) { in CreateDeserialized() argument
5245 return new (C, ID, additionalSizeToAlloc<SourceLocation>(NumLocations)) in CreateDeserialized()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriter.cpp3006 unsigned NumLocations = 0; in WritePragmaDiagnosticMappings() local
3011 ++NumLocations; in WritePragmaDiagnosticMappings()
3025 Record[NumLocationsIdx] = NumLocations; in WritePragmaDiagnosticMappings()
H A DASTReader.cpp6378 unsigned NumLocations = Record[Idx++]; in ReadPragmaDiagnosticMappings() local
6379 while (NumLocations--) { in ReadPragmaDiagnosticMappings()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDecl.h4579 unsigned NumLocations);