Home
last modified time | relevance | path

Searched refs:FileIndex (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h130 bool hasFileAtIndex(uint64_t FileIndex) const;
133 getFileNameByIndex(uint64_t FileIndex, StringRef CompDir,
257 bool hasFileAtIndex(uint64_t FileIndex) const { in hasFileAtIndex()
258 return Prologue.hasFileAtIndex(FileIndex); in hasFileAtIndex()
266 bool getFileNameByIndex(uint64_t FileIndex, StringRef CompDir, in getFileNameByIndex()
269 return Prologue.getFileNameByIndex(FileIndex, CompDir, Kind, Result); in getFileNameByIndex()
301 getSourceByIndex(uint64_t FileIndex,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp68 bool DWARFDebugLine::Prologue::hasFileAtIndex(uint64_t FileIndex) const { in hasFileAtIndex()
73 return FileIndex < FileNames.size(); in hasFileAtIndex()
74 return FileIndex != 0 && FileIndex <= FileNames.size(); in hasFileAtIndex()
1029 Optional<StringRef> DWARFDebugLine::LineTable::getSourceByIndex(uint64_t FileIndex, in getSourceByIndex() argument
1031 if (Kind == FileLineInfoKind::None || !Prologue.hasFileAtIndex(FileIndex)) in getSourceByIndex()
1033 const FileNameEntry &Entry = Prologue.getFileNameEntry(FileIndex); in getSourceByIndex()
1048 uint64_t FileIndex, StringRef CompDir, FileLineInfoKind Kind, in getFileNameByIndex() argument
1050 if (Kind == FileLineInfoKind::None || !hasFileAtIndex(FileIndex)) in getFileNameByIndex()
1052 const FileNameEntry &Entry = getFileNameEntry(FileIndex); in getFileNameByIndex()
DDWARFVerifier.cpp713 uint32_t FileIndex = 1; in verifyDebugLineRows() local
722 << "].prologue.file_names[" << FileIndex in verifyDebugLineRows()
730 FileIndex, CU->getCompilationDir(), in verifyDebugLineRows()
736 FullPathMap[FullPath] = FileIndex; in verifyDebugLineRows()
737 else if (It->second != FileIndex) { in verifyDebugLineRows()
741 << "].prologue.file_names[" << FileIndex in verifyDebugLineRows()
745 FileIndex++; in verifyDebugLineRows()
/third_party/libuv/src/win/
Dwinapi.h4232 ULONG FileIndex; member
4246 ULONG FileIndex; member