/external/llvm/include/llvm/ProfileData/Coverage/ |
D | CoverageMapping.h | 206 unsigned FileID, ExpandedFileID; member 210 CounterMappingRegion(Counter Count, unsigned FileID, unsigned ExpandedFileID, in CounterMappingRegion() 213 : Count(Count), FileID(FileID), ExpandedFileID(ExpandedFileID), in CounterMappingRegion() 225 makeExpansion(unsigned FileID, unsigned ExpandedFileID, unsigned LineStart, in makeExpansion() 227 return CounterMappingRegion(Counter(), FileID, ExpandedFileID, LineStart, in makeExpansion() 364 : FileID(Region.ExpandedFileID), Region(Region), Function(Function) {} in ExpansionRecord()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/Coverage/ |
D | CoverageMapping.h | 224 unsigned FileID, ExpandedFileID; member 228 CounterMappingRegion(Counter Count, unsigned FileID, unsigned ExpandedFileID, in CounterMappingRegion() 231 : Count(Count), FileID(FileID), ExpandedFileID(ExpandedFileID), in CounterMappingRegion() 243 makeExpansion(unsigned FileID, unsigned ExpandedFileID, unsigned LineStart, in makeExpansion() 245 return CounterMappingRegion(Counter(), FileID, ExpandedFileID, LineStart, in makeExpansion() 378 : FileID(Region.ExpandedFileID), Region(Region), Function(Function) {} in ExpansionRecord()
|
/external/llvm/lib/ProfileData/Coverage/ |
D | CoverageMappingReader.cpp | 156 uint64_t ExpandedFileID = 0; in readMappingRegionsSubArray() local 164 ExpandedFileID = EncodedCounterAndRegion >> in readMappingRegionsSubArray() 166 if (ExpandedFileID >= NumFileIDs) in readMappingRegionsSubArray() 215 dbgs() << "Expands to file " << ExpandedFileID; in readMappingRegionsSubArray() 222 C, InferredFileID, ExpandedFileID, LineStart, ColumnStart, in readMappingRegionsSubArray() 283 assert(!FileIDExpansionRegionMapping[R.ExpandedFileID]); in read() 284 FileIDExpansionRegionMapping[R.ExpandedFileID] = &R; in read()
|
D | CoverageMappingWriter.cpp | 154 assert(I->ExpandedFileID <= in write() 161 (I->ExpandedFileID in write()
|
D | CoverageMapping.cpp | 438 IsNotExpandedFile[CR.ExpandedFileID] = false; in findMainViewFileID()
|
/external/llvm-project/llvm/include/llvm/ProfileData/Coverage/ |
D | CoverageMapping.h | 226 unsigned FileID, ExpandedFileID; member 230 CounterMappingRegion(Counter Count, unsigned FileID, unsigned ExpandedFileID, in CounterMappingRegion() 233 : Count(Count), FileID(FileID), ExpandedFileID(ExpandedFileID), in CounterMappingRegion() 245 makeExpansion(unsigned FileID, unsigned ExpandedFileID, unsigned LineStart, in makeExpansion() 247 return CounterMappingRegion(Counter(), FileID, ExpandedFileID, LineStart, in makeExpansion() 380 : FileID(Region.ExpandedFileID), Region(Region), Function(Function) {} in ExpansionRecord()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/Coverage/ |
D | CoverageMappingReader.cpp | 170 uint64_t ExpandedFileID = 0; in readMappingRegionsSubArray() local 178 ExpandedFileID = EncodedCounterAndRegion >> in readMappingRegionsSubArray() 180 if (ExpandedFileID >= NumFileIDs) in readMappingRegionsSubArray() 236 dbgs() << "Expands to file " << ExpandedFileID; in readMappingRegionsSubArray() 242 auto CMR = CounterMappingRegion(C, InferredFileID, ExpandedFileID, in readMappingRegionsSubArray() 306 assert(!FileIDExpansionRegionMapping[R.ExpandedFileID]); in read() 307 FileIDExpansionRegionMapping[R.ExpandedFileID] = &R; in read()
|
D | CoverageMappingWriter.cpp | 187 assert(I->ExpandedFileID <= in write() 194 (I->ExpandedFileID in write()
|
D | CoverageMapping.cpp | 627 IsNotExpandedFile[CR.ExpandedFileID] = false; in findMainViewFileID()
|
/external/llvm-project/llvm/lib/ProfileData/Coverage/ |
D | CoverageMappingWriter.cpp | 211 assert(I->ExpandedFileID <= in write() 218 (I->ExpandedFileID in write()
|
D | CoverageMappingReader.cpp | 225 uint64_t ExpandedFileID = 0; in readMappingRegionsSubArray() local 233 ExpandedFileID = EncodedCounterAndRegion >> in readMappingRegionsSubArray() 235 if (ExpandedFileID >= NumFileIDs) in readMappingRegionsSubArray() 291 dbgs() << "Expands to file " << ExpandedFileID; in readMappingRegionsSubArray() 297 auto CMR = CounterMappingRegion(C, InferredFileID, ExpandedFileID, in readMappingRegionsSubArray() 361 assert(!FileIDExpansionRegionMapping[R.ExpandedFileID]); in read() 362 FileIDExpansionRegionMapping[R.ExpandedFileID] = &R; in read()
|
D | CoverageMapping.cpp | 636 IsNotExpandedFile[CR.ExpandedFileID] = false; in findMainViewFileID()
|
/external/clang/lib/CodeGen/ |
D | CoverageMappingGen.cpp | 295 auto ExpandedFileID = getCoverageFileID(ExpandedLoc); in emitExpansionRegions() local 296 assert(ExpandedFileID && "expansion in uncovered file"); in emitExpansionRegions() 308 *ParentFileID, *ExpandedFileID, LineStart, ColumnStart, LineEnd, in emitExpansionRegions() 955 OS << " (Expanded file = " << R.ExpandedFileID << ")"; in dump()
|
/external/llvm-project/llvm/tools/llvm-cov/ |
D | CoverageExporterJson.cpp | 83 Region.FileID, Region.ExpandedFileID, in renderRegion()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CoverageMappingGen.cpp | 448 auto ExpandedFileID = getCoverageFileID(ExpandedLoc); in emitExpansionRegions() local 449 assert(ExpandedFileID && "expansion in uncovered file"); in emitExpansionRegions() 459 *ParentFileID, *ExpandedFileID, SR.LineStart, SR.ColumnStart, in emitExpansionRegions() 1405 OS << " (Expanded file = " << R.ExpandedFileID << ")"; in dump()
|