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

References

tools/llvm-pdbutil/InputFile.cpp
  451   if (Value.File != R.Value.File)
  451   if (Value.File != R.Value.File)
  458   return Value;
  462   return Value;
  466   assert(Value.File && !isEnd());
  471   if (Value.File->isPdb()) {
  472     Value.updatePdbModi(Index);
  482   auto End = Value.File->obj().section_end();
  492     Value.updateDebugS(SS);
  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();