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

References

tools/lld/COFF/PDB.cpp
 1559     ts.Name = thunk->getName();
 1560     ts.Parent = 0;
 1561     ts.End = 0;
 1562     ts.Next = 0;
 1563     ts.Thunk = ThunkOrdinal::Standard;
 1564     ts.Length = thunkChunk->getSize();
 1565     ts.Segment = thunkOS->sectionIndex;
 1566     ts.Offset = thunkChunk->getRVA() - thunkOS->getRVA();
 1575         ts, alloc, CodeViewContainer::Pdb);