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

  /external/llvm/include/llvm/ProfileData/
CoverageMapping.h 164 unsigned FileID, ExpandedFileID;
168 CounterMappingRegion(Counter Count, unsigned FileID, unsigned ExpandedFileID,
171 : Count(Count), FileID(FileID), ExpandedFileID(ExpandedFileID),
183 makeExpansion(unsigned FileID, unsigned ExpandedFileID, unsigned LineStart,
185 return CounterMappingRegion(Counter(), FileID, ExpandedFileID, LineStart,
322 : FileID(Region.ExpandedFileID), Region(Region), Function(Function) {}
  /external/llvm/lib/ProfileData/
CoverageMappingWriter.cpp 154 assert(I->ExpandedFileID <=
161 (I->ExpandedFileID
CoverageMappingReader.cpp 151 uint64_t ExpandedFileID = 0;
159 ExpandedFileID = EncodedCounterAndRegion >>
161 if (ExpandedFileID >= NumFileIDs)
210 dbgs() << "Expands to file " << ExpandedFileID;
217 C, InferredFileID, ExpandedFileID, LineStart, ColumnStart,
278 assert(!FileIDExpansionRegionMapping[R.ExpandedFileID]);
279 FileIDExpansionRegionMapping[R.ExpandedFileID] = &R;
CoverageMapping.cpp 365 IsNotExpandedFile[CR.ExpandedFileID] = false;
377 IsNotExpandedFile[CR.ExpandedFileID] = false;
  /external/clang/lib/CodeGen/
CoverageMappingGen.cpp 288 auto ExpandedFileID = getCoverageFileID(ExpandedLoc);
289 assert(ExpandedFileID && "expansion in uncovered file");
301 *ParentFileID, *ExpandedFileID, LineStart, ColumnStart, LineEnd,
891 OS << " (Expanded file = " << R.ExpandedFileID << ")";
    [all...]

Completed in 127 milliseconds