Searched refs:markSymbolsForRVATable (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/lld/COFF/ |
| H A D | Writer.cpp | 221 void markSymbolsForRVATable(ObjFile *file, 1544 markSymbolsForRVATable(file, file->getSXDataChunks(), handlers); in createSEHTable() 1656 markSymbolsForRVATable(file, file->getGuardFidChunks(), addressTakenSyms); in createGuardCFTables() 1657 markSymbolsForRVATable(file, file->getGuardIATChunks(), giatsRVASet); in createGuardCFTables() 1659 markSymbolsForRVATable(file, file->getGuardLJmpChunks(), longJmpTargets); in createGuardCFTables() 1660 markSymbolsForRVATable(file, file->getGuardEHContChunks(), ehContTargets); in createGuardCFTables() 1761 void Writer::markSymbolsForRVATable(ObjFile *file, in markSymbolsForRVATable() function in Writer
|