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

References

tools/lld/COFF/Writer.cpp
  447         thunkChunk->setRVA(
  449         os->chunks.insert(os->chunks.begin() + thunkInsertionSpot, thunkChunk);
  451         thunksSize += thunkChunk->getSize();
  452         thunkInsertionRVA += thunkChunk->getSize();