Searched defs:ExpandedFileID (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/ProfileData/
H A DCoverageMappingReader.cpp152 uint64_t ExpandedFileID = 0; local
160 ExpandedFileID = EncodedCounterAndRegion >>
162 if (ExpandedFileID >= NumFileIDs)
211 dbgs() << "Expands to file " << ExpandedFileID;
218 C, InferredFileID, ExpandedFileID, LineStart, ColumnStart,
279 assert(!FileIDExpansionRegionMapping[R.ExpandedFileID]);
280 FileIDExpansionRegionMapping[R.ExpandedFileID] = &R;
/external/llvm/include/llvm/ProfileData/
H A DCoverageMapping.h164 unsigned FileID, ExpandedFileID; member in struct:llvm::coverage::CounterMappingRegion
168 CounterMappingRegion(Counter Count, unsigned FileID, unsigned ExpandedFileID, argument
171 : Count(Count), FileID(FileID), ExpandedFileID(ExpandedFileID),
183 makeExpansion(unsigned FileID, unsigned ExpandedFileID, unsigned LineStart, argument
185 return CounterMappingRegion(Counter(), FileID, ExpandedFileID, LineStart,
322 : FileID(Region.ExpandedFileID), Region(Region), Function(Function) {}
/external/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp282 auto ExpandedFileID = getCoverageFileID(ExpandedLoc); local
283 assert(ExpandedFileID && "expansion in uncovered file");
295 *ParentFileID, *ExpandedFileID, LineStart, ColumnStart, LineEnd,
907 OS << " (Expanded file = " << R.ExpandedFileID << ")";

Completed in 49 milliseconds