Home
last modified time | relevance | path

Searched refs:markSymbolsForRVATable (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/lld/COFF/
DWriter.cpp227 void markSymbolsForRVATable(ObjFile *file,
1536 markSymbolsForRVATable(file, file->getSXDataChunks(), handlers); in createSEHTable()
1645 markSymbolsForRVATable(file, file->getGuardFidChunks(), addressTakenSyms); in createGuardCFTables()
1646 markSymbolsForRVATable(file, file->getGuardIATChunks(), giatsRVASet); in createGuardCFTables()
1648 markSymbolsForRVATable(file, file->getGuardLJmpChunks(), longJmpTargets); in createGuardCFTables()
1742 void Writer::markSymbolsForRVATable(ObjFile *file, in markSymbolsForRVATable() function in Writer