Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp551 std::optional<uint64_t> LastIndex = LT.getLastValidFileIndex(); in collectLineTableSources()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp82 DWARFDebugLine::Prologue::getLastValidFileIndex() const { in getLastValidFileIndex() function in DWARFDebugLine::Prologue
H A DDWARFVerifier.cpp697 LT->getLastValidFileIndex()) { in verifyDebugInfoAttribute()