Searched refs:FileIndex (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Rewrite/ |
| H A D | DeltaTree.cpp | 185 bool DeltaTreeNode::DoInsertion(unsigned FileIndex, int Delta, in DoInsertion() argument 192 while (i != e && FileIndex > getValue(i).FileLoc) in DoInsertion() 197 if (i != e && getValue(i).FileLoc == FileIndex) { in DoInsertion() 214 Values[i] = SourceDelta::get(FileIndex, Delta); in DoInsertion() 224 if (InsertRes->Split.FileLoc > FileIndex) in DoInsertion() 233 if (!IN->Children[i]->DoInsertion(FileIndex, Delta, InsertRes)) in DoInsertion() 409 int DeltaTree::getDeltaAt(unsigned FileIndex) const { in getDeltaAt() 424 if (Val.FileLoc >= FileIndex) in getDeltaAt() 443 Node->getValue(NumValsGreater).FileLoc == FileIndex) in getDeltaAt() 456 void DeltaTree::AddDelta(unsigned FileIndex, int Delta) { in AddDelta() argument [all …]
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Rewrite/Core/ |
| H A D | DeltaTree.h | 41 int getDeltaAt(unsigned FileIndex) const; 46 void AddDelta(unsigned FileIndex, int Delta);
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFDebugLine.h | 232 bool hasFileAtIndex(uint64_t FileIndex) const; 236 bool getFileNameByIndex(uint64_t FileIndex, const char *CompDir, 269 getSourceByIndex(uint64_t FileIndex,
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDebugLine.cpp | 955 bool DWARFDebugLine::LineTable::hasFileAtIndex(uint64_t FileIndex) const { in hasFileAtIndex() 956 return FileIndex != 0 && FileIndex <= Prologue.FileNames.size(); in hasFileAtIndex() 959 Optional<StringRef> DWARFDebugLine::LineTable::getSourceByIndex(uint64_t FileIndex, in getSourceByIndex() argument 961 if (Kind == FileLineInfoKind::None || !hasFileAtIndex(FileIndex)) in getSourceByIndex() 963 const FileNameEntry &Entry = Prologue.FileNames[FileIndex - 1]; in getSourceByIndex() 977 bool DWARFDebugLine::LineTable::getFileNameByIndex(uint64_t FileIndex, in getFileNameByIndex() argument 981 if (Kind == FileLineInfoKind::None || !hasFileAtIndex(FileIndex)) in getFileNameByIndex() 983 const FileNameEntry &Entry = Prologue.FileNames[FileIndex - 1]; in getFileNameByIndex()
|
| H A D | DWARFVerifier.cpp | 736 uint32_t FileIndex = 1; in verifyDebugLineRows() local 745 << "].prologue.file_names[" << FileIndex in verifyDebugLineRows() 753 FileIndex, CU->getCompilationDir(), in verifyDebugLineRows() 759 FullPathMap[FullPath] = FileIndex; in verifyDebugLineRows() 760 else if (It->second != FileIndex) { in verifyDebugLineRows() 764 << "].prologue.file_names[" << FileIndex in verifyDebugLineRows() 768 FileIndex++; in verifyDebugLineRows()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/ |
| H A D | InterpolatingCompilationDatabase.cpp | 319 class FileIndex { class 321 FileIndex(std::vector<std::string> Files) in FileIndex() function in clang::tooling::__anonad4080680111::FileIndex 536 FileIndex Index;
|