Searched refs:FileIdx (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/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-13.1/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/ |
| H A D | DwarfTransformer.cpp | 263 if (auto FileIdx = in convertFunctionLineTable() local 267 LineEntry LE(StartAddress, CUI.DWARFToGSYMFileIndex(Gsym, *FileIdx), in convertFunctionLineTable() 283 const uint32_t FileIdx = CUI.DWARFToGSYMFileIndex(Gsym, Row.File); in convertFunctionLineTable() local 303 LineEntry LE(RowAddress, FileIdx, Row.Line); in convertFunctionLineTable() 331 if (LastLE && LastLE->File == FileIdx && LastLE->Line == Row.Line) in convertFunctionLineTable()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFVerifier.cpp | 552 if (auto FileIdx = AttrValue.Value.getAsUnsignedConstant()) { in verifyDebugInfoAttribute() local 556 if (!LT->hasFileAtIndex(*FileIdx)) { in verifyDebugInfoAttribute() 561 llvm::formatv("{0}", *FileIdx) + in verifyDebugInfoAttribute() 567 llvm::formatv("{0}", *FileIdx) + in verifyDebugInfoAttribute() 574 llvm::formatv("{0}", *FileIdx) + in verifyDebugInfoAttribute()
|