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

References

tools/lld/COFF/Writer.cpp
 1581     if (file->hasGuardCF()) {
 1582       markSymbolsForRVATable(file, file->getGuardFidChunks(), addressTakenSyms);
 1582       markSymbolsForRVATable(file, file->getGuardFidChunks(), addressTakenSyms);
 1583       markSymbolsForRVATable(file, file->getGuardLJmpChunks(), longJmpTargets);
 1583       markSymbolsForRVATable(file, file->getGuardLJmpChunks(), longJmpTargets);
 1585       markSymbolsWithRelocations(file, addressTakenSyms);