Searched refs:maybeAddRVATable (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lld/COFF/ |
| H A D | Writer.cpp | 190 void maybeAddRVATable(SymbolRVASet TableSymbols, StringRef TableSym, 1335 maybeAddRVATable(std::move(Handlers), "__safe_se_handler_table", in createSEHTable() 1453 maybeAddRVATable(std::move(AddressTakenSyms), "__guard_fids_table", in createGuardCFTables() 1458 maybeAddRVATable(std::move(LongJmpTargets), "__guard_longjmp_table", in createGuardCFTables() 1515 void Writer::maybeAddRVATable(SymbolRVASet TableSymbols, StringRef TableSym, in maybeAddRVATable() function in Writer
|