Searched refs:FileIdx (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| H A D | DWARFLinkerTypeUnit.cpp | 178 uint32_t FileIdx = in prepareDataForTreeCreation() local 187 DeclFileForm, FileIdx) in prepareDataForTreeCreation() 289 uint32_t FileIdx = 0; in addFileNameIntoLinetable() local 294 FileIdx = LineTable.Prologue.FileNames.size(); in addFileNameIntoLinetable() 295 FileNamesMap.insert({{FileName, DirIdx}, FileIdx}); in addFileNameIntoLinetable() 301 FileIdx = FileEntry->second; in addFileNameIntoLinetable() 304 return getVersion() < 5 ? FileIdx + 1 : FileIdx; in addFileNameIntoLinetable()
|
| H A D | DWARFLinkerCompileUnit.cpp | 188 StringEntry *CompileUnit::getFileName(unsigned FileIdx, in getFileName() argument 191 if (LineTablePtr->hasFileAtIndex(FileIdx)) { in getFileName() 198 FileIdx, getOrigUnit().getCompilationDir(), in getFileName() 1675 uint64_t FileIdx; in getDirAndFilenameFromLineTable() local 1677 FileIdx = *Val; in getDirAndFilenameFromLineTable() 1679 FileIdx = *Val; in getDirAndFilenameFromLineTable() 1681 FileIdx = *Val; in getDirAndFilenameFromLineTable() 1685 return getDirAndFilenameFromLineTable(FileIdx); in getDirAndFilenameFromLineTable() 1697 if (LineTable->hasFileAtIndex(FileIdx)) { in getDirAndFilenameFromLineTable() 1700 LineTable->Prologue.getFileNameEntry(FileIdx); in getDirAndFilenameFromLineTable() [all …]
|
| H A D | DWARFLinkerCompileUnit.h | 108 StringEntry *getFileName(unsigned FileIdx, StringPool &GlobalStrings); 446 getDirAndFilenameFromLineTable(uint64_t FileIdx);
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/IndexSerialization/ |
| H A D | SerializablePathCollection.cpp | 54 const auto FileIdx = in tryStoreFilePath() local 57 UniqueFiles.try_emplace(FE, FileIdx); in tryStoreFilePath() 58 return FileIdx; in tryStoreFilePath()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/ |
| H A D | GsymCreator.cpp | 50 uint32_t GsymCreator::copyFile(const GsymCreator &SrcGC, uint32_t FileIdx) { in copyFile() argument 54 if (FileIdx == 0) in copyFile() 56 const FileEntry SrcFE = SrcGC.Files[FileIdx]; in copyFile()
|
| H A D | DwarfTransformer.cpp | 360 const uint32_t FileIdx = OptFileIdx.value(); in convertFunctionLineTable() local 382 LineEntry LE(RowAddress, FileIdx, Row.Line); in convertFunctionLineTable() 410 if (LastLE && LastLE->File == FileIdx && LastLE->Line == Row.Line) in convertFunctionLineTable()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/ |
| H A D | GsymCreator.h | 245 uint32_t copyFile(const GsymCreator &SrcGC, uint32_t FileIdx);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFVerifier.cpp | 689 if (auto FileIdx = AttrValue.Value.getAsUnsignedConstant()) { in verifyDebugInfoAttribute() local 694 if (!LT->hasFileAtIndex(*FileIdx)) { in verifyDebugInfoAttribute() 700 llvm::formatv("{0}", *FileIdx) + in verifyDebugInfoAttribute() 706 llvm::formatv("{0}", *FileIdx) + in verifyDebugInfoAttribute() 713 llvm::formatv("{0}", *FileIdx) + in verifyDebugInfoAttribute()
|