HomeSort by relevance Sort by last modified time
    Searched defs:ExpandedFileID (Results 1 - 5 of 5) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/Coverage/
CoverageMappingReader.cpp 170 uint64_t ExpandedFileID = 0;
178 ExpandedFileID = EncodedCounterAndRegion >>
180 if (ExpandedFileID >= NumFileIDs)
236 dbgs() << "Expands to file " << ExpandedFileID;
242 auto CMR = CounterMappingRegion(C, InferredFileID, ExpandedFileID,
306 assert(!FileIDExpansionRegionMapping[R.ExpandedFileID]);
307 FileIDExpansionRegionMapping[R.ExpandedFileID] = &R;
  /external/llvm/lib/ProfileData/Coverage/
CoverageMappingReader.cpp 156 uint64_t ExpandedFileID = 0;
164 ExpandedFileID = EncodedCounterAndRegion >>
166 if (ExpandedFileID >= NumFileIDs)
215 dbgs() << "Expands to file " << ExpandedFileID;
222 C, InferredFileID, ExpandedFileID, LineStart, ColumnStart,
283 assert(!FileIDExpansionRegionMapping[R.ExpandedFileID]);
284 FileIDExpansionRegionMapping[R.ExpandedFileID] = &R;
  /external/clang/lib/CodeGen/
CoverageMappingGen.cpp 295 auto ExpandedFileID = getCoverageFileID(ExpandedLoc);
296 assert(ExpandedFileID && "expansion in uncovered file");
308 *ParentFileID, *ExpandedFileID, LineStart, ColumnStart, LineEnd,
    [all...]
  /external/llvm/include/llvm/ProfileData/Coverage/
CoverageMapping.h 206 unsigned FileID, ExpandedFileID;
210 CounterMappingRegion(Counter Count, unsigned FileID, unsigned ExpandedFileID,
213 : Count(Count), FileID(FileID), ExpandedFileID(ExpandedFileID),
225 makeExpansion(unsigned FileID, unsigned ExpandedFileID, unsigned LineStart,
227 return CounterMappingRegion(Counter(), FileID, ExpandedFileID, LineStart,
364 : FileID(Region.ExpandedFileID), Region(Region), Function(Function) {}
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/Coverage/
CoverageMapping.h 225 unsigned FileID, ExpandedFileID;
229 CounterMappingRegion(Counter Count, unsigned FileID, unsigned ExpandedFileID,
232 : Count(Count), FileID(FileID), ExpandedFileID(ExpandedFileID),
244 makeExpansion(unsigned FileID, unsigned ExpandedFileID, unsigned LineStart,
246 return CounterMappingRegion(Counter(), FileID, ExpandedFileID, LineStart,
374 : FileID(Region.ExpandedFileID), Region(Region), Function(Function) {}

Completed in 1771 milliseconds