Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h116 std::optional<uint64_t> getLastValidFileIndex() const;
248 std::optional<uint64_t> getLastValidFileIndex() const { in getLastValidFileIndex() function
249 return Prologue.getLastValidFileIndex(); in getLastValidFileIndex()
/openbsd-src/gnu/llvm/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp493 std::optional<uint64_t> LastIndex = LT.getLastValidFileIndex(); in collectLineTableSources()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp82 DWARFDebugLine::Prologue::getLastValidFileIndex() const { in getLastValidFileIndex() function in DWARFDebugLine::Prologue
H A DDWARFVerifier.cpp682 LT->getLastValidFileIndex()) { in verifyDebugInfoAttribute()