HomeSort by: relevance | last modified time | path
    Searched defs:getLastValidFileIndex (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugLine.h 124 Optional<uint64_t> getLastValidFileIndex() const;
256 Optional<uint64_t> getLastValidFileIndex() const {
257 return Prologue.getLastValidFileIndex();
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFDebugLine.cpp 82 Optional<uint64_t> DWARFDebugLine::Prologue::getLastValidFileIndex() const {

Completed in 25 milliseconds