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

References

tools/lld/COFF/MarkLive.cpp
   48       sym->file->live = true;
   50       sym->wrappedSym->file->live = sym->wrappedSym->file->thunkLive = true;
   50       sym->wrappedSym->file->live = sym->wrappedSym->file->thunkLive = true;
tools/lld/COFF/SymbolTable.cpp
  691   reportDuplicate(s, id->file);
tools/lld/COFF/Symbols.cpp
   88     return imp->file->live;
   90     return imp->wrappedSym->file->thunkLive;
tools/lld/COFF/Symbols.h
  322   uint64_t getRVA() { return file->location->getRVA(); }
  323   Chunk *getChunk() { return file->location; }
  324   void setLocation(Chunk *addressTable) { file->location = addressTable; }
  326   StringRef getDLLName() { return file->dllName; }
  327   StringRef getExternalName() { return file->externalName; }
  328   uint16_t getOrdinal() { return file->hdr->OrdinalHint; }