Home
last modified time | relevance | path

Searched refs:FileIdx (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/clang/lib/IndexSerialization/
H A DSerializablePathCollection.cpp54 const auto FileIdx = in tryStoreFilePath() local
57 UniqueFiles.try_emplace(&FE, FileIdx); in tryStoreFilePath()
58 return FileIdx; in tryStoreFilePath()
/openbsd/gnu/llvm/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp282 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()
/openbsd/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp674 if (auto FileIdx = AttrValue.Value.getAsUnsignedConstant()) { in verifyDebugInfoAttribute() local
679 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()