Searched refs:ImportThunkChunkX64 (Results 1 – 3 of 3) sorted by relevance
113 return make<ImportThunkChunkX64>(ctx, s); in makeImportThunk()
502 class ImportThunkChunkX64 : public ImportThunkChunk {504 explicit ImportThunkChunkX64(COFFLinkerContext &ctx, Defined *s);
757 ImportThunkChunkX64::ImportThunkChunkX64(COFFLinkerContext &ctx, Defined *s) in ImportThunkChunkX64() function in lld::coff::ImportThunkChunkX64764 void ImportThunkChunkX64::writeTo(uint8_t *buf) const { in writeTo()