Home
last modified time | relevance | path

Searched refs:FileID (Results 1 – 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/Coverage/
DCoverageMappingWriter.cpp139 if (LHS.FileID != RHS.FileID) in write()
140 return LHS.FileID < RHS.FileID; in write()
148 for (const auto &FileID : VirtualFileMapping) in write() local
149 encodeULEB128(FileID, OS); in write()
166 if (I->FileID != CurrentFileID) { in write()
168 assert(I->FileID == (CurrentFileID + 1)); in write()
171 for (auto J = I + 1; J != E && I->FileID == J->FileID; ++J) in write()
176 CurrentFileID = I->FileID; in write()
DCoverageMapping.cpp354 void insert(const FunctionRecord &Function, unsigned FileID) { in insert() argument
356 while (I != E && I->FileID != FileID) in insert()
644 static bool isExpansion(const CountedRegion &R, unsigned FileID) { in isExpansion() argument
645 return R.Kind == CounterMappingRegion::ExpansionRegion && R.FileID == FileID; in isExpansion()
661 if (FileIDs.test(CR.FileID)) { in getCoverageForFile()
708 if (CR.FileID == *MainFileID) { in getCoverageForFunction()
724 Expansion.Function.Filenames[Expansion.FileID]); in getCoverageForExpansion()
727 if (CR.FileID == Expansion.FileID) { in getCoverageForExpansion()
729 if (isExpansion(CR, Expansion.FileID)) in getCoverageForExpansion()
734 << Expansion.FileID << "\n"); in getCoverageForExpansion()
DCoverageMappingReader.cpp310 if (FileIDExpansionRegionMapping[R.FileID]) { in read()
311 FileIDExpansionRegionMapping[R.FileID]->Count = R.Count; in read()
312 FileIDExpansionRegionMapping[R.FileID] = nullptr; in read()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/Coverage/
DCoverageMapping.h224 unsigned FileID, ExpandedFileID; member
228 CounterMappingRegion(Counter Count, unsigned FileID, unsigned ExpandedFileID, in CounterMappingRegion()
231 : Count(Count), FileID(FileID), ExpandedFileID(ExpandedFileID), in CounterMappingRegion()
236 makeRegion(Counter Count, unsigned FileID, unsigned LineStart, in makeRegion()
238 return CounterMappingRegion(Count, FileID, 0, LineStart, ColumnStart, in makeRegion()
243 makeExpansion(unsigned FileID, unsigned ExpandedFileID, unsigned LineStart, in makeExpansion()
245 return CounterMappingRegion(Counter(), FileID, ExpandedFileID, LineStart, in makeExpansion()
251 makeSkipped(unsigned FileID, unsigned LineStart, unsigned ColumnStart, in makeSkipped()
253 return CounterMappingRegion(Counter(), FileID, 0, LineStart, ColumnStart, in makeSkipped()
258 makeGapRegion(Counter Count, unsigned FileID, unsigned LineStart, in makeGapRegion()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/
DYAMLRemarkSerializer.cpp89 unsigned FileID = StrTab.add(File).first; in mapping() local
90 io.mapRequired("File", FileID); in mapping()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DDebugInlineeLinesSubsection.h38 support::ulittle32_t FileID; // Offset into FileChecksums subsection. member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DDebugInlineeLinesSubsection.cpp122 Entry.Header.FileID = Offset; in addInlineSite()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp556 const DebugChecksumsSubsectionRef &Checksums, uint32_t FileID) { in getFileName() argument
557 auto Iter = Checksums.getArray().at(FileID); in getFileName()
627 auto ExpF = getFileName(Strings, Checksums, IL.Header->FileID); in fromCodeViewSubsection()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Unix/
DProcess.inc304 static unsigned getColumns(int FileID) {
317 if (ioctl(FileID, TIOCGWINSZ, &ws) == 0)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/
DProcess.inc287 static unsigned getColumns(int FileID) {
301 if (ioctl(FileID, TIOCGWINSZ, &ws) == 0)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DPath.inc148 uint64_t FileID = (static_cast<uint64_t>(FileIndexHigh) << 32ULL) |
151 return UniqueID(VolumeSerialNumber, FileID);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp420 unsigned FileID = getOrCreateSourceID(File); in addSourceLine() local
421 addUInt(Die, dwarf::DW_AT_decl_file, None, FileID); in addSourceLine()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/
DPath.inc155 uint64_t FileID = (static_cast<uint64_t>(FileIndexHigh) << 32ULL) |
158 return UniqueID(VolumeSerialNumber, FileID);
/third_party/python/patches/
Dcpython_mingw_v3.10.2.patch9405 +/* Win32 FileID API Library:
9415 +# error "Win32 FileID API Library is required for VC2005 or earlier."