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

References

tools/lld/COFF/Chunks.cpp
   35   setRelocs(file->getCOFFObj()->getRelocations(header));
   39   if (Expected<StringRef> e = file->getCOFFObj()->getSectionName(header))
  116           toString(file));
  131           toString(file));
  201           toString(file));
  313           toString(file));
  329   ObjFile *file = fromChunk->file;
  375         dyn_cast_or_null<Defined>(file->getSymbol(rel.SymbolTableIndex));
  459     Symbol *target = file->getSymbol(rel.SymbolTableIndex);
  553         dyn_cast_or_null<Defined>(file->getSymbol(rel.SymbolTableIndex));
  560             file->getCOFFObj()->getRelocationTypeName(rel.Type) + " in " +
  561             toString(file));
  590   cantFail(file->getCOFFObj()->getSectionContents(header, a));
  640   SectionRef s(r, file->getCOFFObj());
tools/lld/COFF/Chunks.h
  249     return llvm::make_range(symbol_iterator(file, relocsData),
  250                             symbol_iterator(file, relocsData + relocsSize));
  664     return sc->file->hotPatchable;
tools/lld/COFF/ICF.cpp
  153     Symbol *b1 = a->file->getSymbol(r1.SymbolTableIndex);
  154     Symbol *b2 = b->file->getSymbol(r2.SymbolTableIndex);
  179     Symbol *b1 = a->file->getSymbol(r1.SymbolTableIndex);
  180     Symbol *b2 = b->file->getSymbol(r2.SymbolTableIndex);
tools/lld/COFF/MapFile.cpp
  118       os << indent8 << sc->file->getName() << ":(" << sc->getSectionName()
tools/lld/COFF/PDB.cpp
  958     sc.Imod = secChunk->file->moduleDBI->getModuleIndex();
 1720   for (SectionChunk *dbgC : c->file->getDebugChunks()) {
 1731               c->file->getSymbols()[r.SymbolTableIndex]))
tools/lld/COFF/SymbolTable.cpp
   89   for (Symbol *s : sc->file->getSymbols()) {
   91     if (!d || !d->data || d->file != sc->file || d->getChunk() != sc ||
  114       c->file->getDILineInfo(addr, c->getSectionNumber() - 1);
tools/lld/COFF/Writer.cpp
  417     ObjFile *file = sc->file;
  508       Symbol *relocTarget = sc->file->getSymbol(rel.SymbolTableIndex);
  713           (sc1->file->parentName + "/" + sc1->file->getName()).str();
  713           (sc1->file->parentName + "/" + sc1->file->getName()).str();
  715           (sc2->file->parentName + "/" + sc2->file->getName()).str();
  715           (sc2->file->parentName + "/" + sc2->file->getName()).str();
 1563       Symbol *ref = sc->file->getSymbol(reloc.SymbolTableIndex);
 1860     StringRef sAObj = sa->file->mb.getBufferIdentifier();
 1861     StringRef sBObj = sb->file->mb.getBufferIdentifier();
 1870       log("  " + sc->file->mb.getBufferIdentifier().str() +