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

References

tools/llvm-pdbutil/InputFile.cpp
  166   assert(File && File->isPdb());
  166   assert(File && File->isPdb());
  171     auto StringTable = File->pdb().getStringTable();
  179   auto MDS = getModuleDebugStream(File->pdb(), Name, Modi);
  204   assert(File && File->isPdb() && DebugStream);
  204   assert(File && File->isPdb() && DebugStream);
  451   if (Value.File != R.Value.File)
  451   if (Value.File != R.Value.File)
  466   assert(Value.File && !isEnd());
  471   if (Value.File->isPdb()) {
  482   auto End = Value.File->obj().section_end();
  498   if (!Value.File)
  500   if (Value.File->isPdb()) {
  501     auto &Dbi = cantFail(Value.File->pdb().getPDBDbiStream());
  508   return *SectionIter == Value.File->obj().section_end();
tools/llvm-pdbutil/InputFile.h
  109   const InputFile &getFile() const { return *File; }
  110   InputFile &getFile() { return *File; }