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

/openbsd-current/gnu/llvm/clang/lib/IndexSerialization/
H A DSerializablePathCollection.cpp54 const auto FileIdx = local
57 UniqueFiles.try_emplace(&FE, FileIdx);
58 return FileIdx;
/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp282 const uint32_t FileIdx = CUI.DWARFToGSYMFileIndex(Gsym, Row.File); local
302 LineEntry LE(RowAddress, FileIdx, Row.Line);
330 if (LastLE && LastLE->File == FileIdx && LastLE->Line == Row.Line)
/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp674 if (auto FileIdx = AttrValue.Value.getAsUnsignedConstant()) {
679 if (!LT->hasFileAtIndex(*FileIdx)) {
685 llvm::formatv("{0}", *FileIdx) +
691 llvm::formatv("{0}", *FileIdx) +
698 llvm::formatv("{0}", *FileIdx) +

Completed in 115 milliseconds