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

  /external/llvm/lib/ProfileData/Coverage/
CoverageMappingWriter.cpp 154 assert(I->ExpandedFileID <=
161 (I->ExpandedFileID
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;
CoverageMapping.cpp 438 IsNotExpandedFile[CR.ExpandedFileID] = false;
  /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/clang/lib/CodeGen/
CoverageMappingGen.cpp 295 auto ExpandedFileID = getCoverageFileID(ExpandedLoc);
296 assert(ExpandedFileID && "expansion in uncovered file");
308 *ParentFileID, *ExpandedFileID, LineStart, ColumnStart, LineEnd,
    [all...]

Completed in 521 milliseconds