Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h124 Optional<uint64_t> getLastValidFileIndex() const;
256 Optional<uint64_t> getLastValidFileIndex() const { in getLastValidFileIndex() function
257 return Prologue.getLastValidFileIndex(); in getLastValidFileIndex()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp558 if (Optional<uint64_t> LastFileIdx = LT->getLastValidFileIndex()) { in verifyDebugInfoAttribute()
H A DDWARFDebugLine.cpp82 Optional<uint64_t> DWARFDebugLine::Prologue::getLastValidFileIndex() const { in getLastValidFileIndex() function in DWARFDebugLine::Prologue