Searched refs:NumLocations (Results 1 – 14 of 14) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/ |
D | LookupResult.cpp | 56 auto NumLocations = LR.Locations.size(); in operator <<() local 57 for (size_t I = 0; I < NumLocations; ++I) { in operator <<() 62 const bool IsInlined = I + 1 != NumLocations; in operator <<()
|
/external/llvm-project/llvm/lib/DebugInfo/GSYM/ |
D | LookupResult.cpp | 61 auto NumLocations = LR.Locations.size(); in operator <<() local 62 for (size_t I = 0; I < NumLocations; ++I) { in operator <<() 67 const bool IsInlined = I + 1 != NumLocations; in operator <<()
|
/external/clang/tools/c-index-test/ |
D | c-index-test.c | 2302 unsigned NumLocations = 0, Loc; in inspect_cursor_at() local 2307 while (strstr(argv[NumLocations+1], locations_flag) == argv[NumLocations+1]) in inspect_cursor_at() 2308 ++NumLocations; in inspect_cursor_at() 2311 assert(NumLocations > 0 && "Unable to count locations?"); in inspect_cursor_at() 2313 NumLocations * sizeof(CursorSourceLocation)); in inspect_cursor_at() 2314 for (Loc = 0; Loc < NumLocations; ++Loc) { in inspect_cursor_at() 2322 if (parse_remapped_files(argc, argv, NumLocations + 1, &unsaved_files, in inspect_cursor_at() 2333 argv + num_unsaved_files + 1 + NumLocations, in inspect_cursor_at() 2334 argc - num_unsaved_files - 2 - NumLocations, in inspect_cursor_at() 2361 for (Loc = 0; Loc < NumLocations; ++Loc) { in inspect_cursor_at() [all …]
|
/external/llvm-project/clang/tools/c-index-test/ |
D | c-index-test.c | 2807 unsigned NumLocations = 0, Loc; in inspect_cursor_at() local 2812 while (strstr(argv[NumLocations+1], locations_flag) == argv[NumLocations+1]) in inspect_cursor_at() 2813 ++NumLocations; in inspect_cursor_at() 2816 assert(NumLocations > 0 && "Unable to count locations?"); in inspect_cursor_at() 2818 NumLocations * sizeof(CursorSourceLocation)); in inspect_cursor_at() 2820 for (Loc = 0; Loc < NumLocations; ++Loc) { in inspect_cursor_at() 2828 if (parse_remapped_files(argc, argv, NumLocations + 1, &unsaved_files, in inspect_cursor_at() 2839 argv + num_unsaved_files + 1 + NumLocations, in inspect_cursor_at() 2840 argc - num_unsaved_files - 2 - NumLocations, in inspect_cursor_at() 2867 for (Loc = 0; Loc < NumLocations; ++Loc) { in inspect_cursor_at() [all …]
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | statepoint-stackmap-format.ll | 352 ; NumLocations: 399 ; NumLocations: 464 ; NumLocations:
|
/external/llvm/test/CodeGen/X86/ |
D | statepoint-stackmap-format.ll | 251 ; NumLocations:
|
/external/llvm/docs/ |
D | StackMaps.rst | 340 uint16 : NumLocations 341 Location[NumLocations] {
|
/external/llvm-project/llvm/docs/ |
D | StackMaps.rst | 341 uint16 : NumLocations 342 Location[NumLocations] {
|
/external/clang/lib/AST/ |
D | Decl.cpp | 4263 unsigned NumLocations) { in CreateDeserialized() argument 4264 return new (C, ID, additionalSizeToAlloc<SourceLocation>(NumLocations)) in CreateDeserialized()
|
/external/llvm-project/clang/lib/AST/ |
D | Decl.cpp | 5069 unsigned NumLocations) { in CreateDeserialized() argument 5070 return new (C, ID, additionalSizeToAlloc<SourceLocation>(NumLocations)) in CreateDeserialized()
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTWriter.cpp | 2813 unsigned NumLocations = 0; in WritePragmaDiagnosticMappings() local 2818 ++NumLocations; in WritePragmaDiagnosticMappings() 2832 Record[NumLocationsIdx] = NumLocations; in WritePragmaDiagnosticMappings()
|
D | ASTReader.cpp | 6292 unsigned NumLocations = Record[Idx++]; in ReadPragmaDiagnosticMappings() local 6293 while (NumLocations--) { in ReadPragmaDiagnosticMappings()
|
/external/clang/include/clang/AST/ |
D | Decl.h | 3769 unsigned NumLocations);
|
/external/llvm-project/clang/include/clang/AST/ |
D | Decl.h | 4444 unsigned NumLocations);
|