Home
last modified time | relevance | path

Searched refs:getLastValidFileIndex (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h116 std::optional<uint64_t> getLastValidFileIndex() const;
252 std::optional<uint64_t> getLastValidFileIndex() const { in getLastValidFileIndex() function
253 return Prologue.getLastValidFileIndex(); in getLastValidFileIndex()
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp581 std::optional<uint64_t> LastIndex = LT.getLastValidFileIndex(); in collectLineTableSources()
H A DStatistics.cpp908 LastFileIdxOpt = LineTable->getLastValidFileIndex(); in collectStatsForObjectFile()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp82 DWARFDebugLine::Prologue::getLastValidFileIndex() const { in getLastValidFileIndex() function in DWARFDebugLine::Prologue
H A DDWARFVerifier.cpp778 LT->getLastValidFileIndex()) { in verifyDebugInfoAttribute()