Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h117 Optional<uint64_t> getLastValidFileIndex() const;
249 Optional<uint64_t> getLastValidFileIndex() const { in getLastValidFileIndex() function
250 return Prologue.getLastValidFileIndex(); in getLastValidFileIndex()
/llvm-project-15.0.7/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp480 llvm::Optional<uint64_t> LastIndex = LT.getLastValidFileIndex(); in collectLineTableSources()
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp82 Optional<uint64_t> DWARFDebugLine::Prologue::getLastValidFileIndex() const { in getLastValidFileIndex() function in DWARFDebugLine::Prologue
H A DDWARFVerifier.cpp682 if (Optional<uint64_t> LastFileIdx = LT->getLastValidFileIndex()) { in verifyDebugInfoAttribute()