Searched refs:ECExportThunkChunk (Results 1 – 4 of 4) sorted by relevance
828 class ECExportThunkChunk : public NonSectionCodeChunk {830 explicit ECExportThunkChunk(Defined *targetSym) in ECExportThunkChunk() function
2024 if (auto expChunk = dyn_cast_or_null<ECExportThunkChunk>( in maybeAddAddressTakenFunction()2271 if (auto thunk = dyn_cast<ECExportThunkChunk>(sym->getChunk())) { in createECChunks()2499 dyn_cast<ECExportThunkChunk>(altEntrySym->getChunk())) in setECSymbols()
1097 void ECExportThunkChunk::writeTo(uint8_t *buf) const { in writeTo()
1341 auto thunk = make<ECExportThunkChunk>(def); in maybeCreateECExportThunk()1369 auto thunk = make<ECExportThunkChunk>(targetSym); in createECExportThunks()