Searched refs:FileIdx (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/llvm/unittests/DebugInfo/GSYM/ |
| H A D | GSYMTest.cpp | 99 const uint32_t FileIdx = 1; in TEST() local 266 LineEntry Line0(FuncAddr + 0x000, FileIdx, 10); in AddLines() 290 constexpr uint32_t FileIdx = 1; in TEST() local 300 AddLines(FuncAddr, FileIdx, FILines); in TEST() 314 AddLines(FuncAddr, FileIdx, FIBoth); in TEST() 694 const uint32_t FileIdx = 1; in TEST() local 696 LineEntry Line0(StartAddr+0x000, FileIdx, 10); in TEST() 697 LineEntry Line1(StartAddr+0x010, FileIdx, 11); in TEST() 800 const uint32_t FileIdx = 1; in TEST() local 811 LineEntry Line0(BaseAddr+0x000, FileIdx, 10); in TEST() [all …]
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/GSYM/ |
| H A D | DwarfTransformer.cpp | 282 const uint32_t FileIdx = CUI.DWARFToGSYMFileIndex(Gsym, Row.File); in convertFunctionLineTable() local 302 LineEntry LE(RowAddress, FileIdx, Row.Line); in convertFunctionLineTable() 330 if (LastLE && LastLE->File == FileIdx && LastLE->Line == Row.Line) in convertFunctionLineTable()
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFVerifier.cpp | 675 if (auto FileIdx = AttrValue.Value.getAsUnsignedConstant()) { in verifyDebugInfoAttribute() local 680 if (!LT->hasFileAtIndex(*FileIdx)) { in verifyDebugInfoAttribute() 685 llvm::formatv("{0}", *FileIdx) + in verifyDebugInfoAttribute() 691 llvm::formatv("{0}", *FileIdx) + in verifyDebugInfoAttribute() 698 llvm::formatv("{0}", *FileIdx) + in verifyDebugInfoAttribute()
|