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

  /external/llvm/lib/ProfileData/Coverage/
CoverageMapping.cpp 424 static SmallBitVector gatherFileIDs(StringRef SourceFile,
465 auto FileIDs = gatherFileIDs(Filename, Function);
  /external/clang/lib/CodeGen/
CoverageMappingGen.cpp 164 void gatherFileIDs(SmallVectorImpl<unsigned> &Mapping) {
351 gatherFileIDs(FileIDMapping);
602 gatherFileIDs(VirtualFileMapping);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/Coverage/
CoverageMapping.cpp 566 static SmallBitVector gatherFileIDs(StringRef SourceFile,
607 auto FileIDs = gatherFileIDs(Filename, Function);

Completed in 1898 milliseconds