reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/IR/DiagnosticInfo.h
  355   bool isValid() const { return File; }
lib/IR/DiagnosticInfo.cpp
  114   File = DL->getFile();
  123   File = SP->getFile();
  129   return File->getFilename();
  133   StringRef Name = File->getFilename();
  138   sys::path::append(Path, File->getDirectory(), Name);