Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DConcatOutputSection.cpp158 ThunkInfo &thunkInfo = thunkMap[sym]; in needsThunks() local
162 ++thunkInfo.callSiteCount; in needsThunks()
353 ThunkInfo &thunkInfo = thunkMap[funcSym]; in finalize() local
366 ++thunkInfo.callSitesUsed; in finalize()
371 ++thunkInfo.thunkCallCount; in finalize()
374 if (thunkInfo.sym) { in finalize()
375 uint64_t thunkVA = thunkInfo.isec->getVA(); in finalize()
377 r.referent = thunkInfo.sym; in finalize()
389 thunkInfo.isec = in finalize()
391 thunkInfo.isec->parent = this; in finalize()
[all …]
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGVTables.cpp842 auto &thunkInfo = layout.vtable_thunks()[nextVTableThunkIndex].second; in addVTableComponent() local
845 fnPtr = maybeEmitThunk(GD, thunkInfo, /*ForVTable=*/true); in addVTableComponent()
847 assert(thunkInfo.Method && "Method not set"); in addVTableComponent()
848 GD = GD.getWithDecl(thunkInfo.Method); in addVTableComponent()