Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DLookupResult.cpp60 auto NumLocations = LR.Locations.size(); in operator <<() local
61 for (size_t I = 0; I < NumLocations; ++I) { in operator <<()
66 const bool IsInlined = I + 1 != NumLocations; in operator <<()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DDataAccessProf.cpp249 uint64_t NumLocations = in deserializeRecords() local
252 Record.Locations.reserve(NumLocations); in deserializeRecords()
253 for (uint64_t J = 0; J < NumLocations; ++J) { in deserializeRecords()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp5948 unsigned NumLocations) { in CreateDeserialized() argument
5949 return new (C, ID, additionalSizeToAlloc<SourceLocation>(NumLocations)) in CreateDeserialized()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp3326 unsigned NumLocations = 0; in WritePragmaDiagnosticMappings() local
3331 ++NumLocations; in WritePragmaDiagnosticMappings()
3343 Record[NumLocationsIdx] = NumLocations; in WritePragmaDiagnosticMappings()
H A DASTReader.cpp6965 unsigned NumLocations = Record[Idx++]; in ReadPragmaDiagnosticMappings() local
6966 while (NumLocations--) { in ReadPragmaDiagnosticMappings()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h5016 unsigned NumLocations);