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.cpp142 ThunkInfo &thunkInfo = thunkMap[sym]; in needsThunks() local
146 ++thunkInfo.callSiteCount; in needsThunks()
291 ThunkInfo &thunkInfo = thunkMap[funcSym]; in finalize() local
300 ++thunkInfo.callSitesUsed; in finalize()
305 ++thunkInfo.thunkCallCount; in finalize()
308 if (thunkInfo.sym) { in finalize()
309 uint64_t thunkVA = thunkInfo.isec->getVA(); in finalize()
311 r.referent = thunkInfo.sym; in finalize()
323 thunkInfo.isec = in finalize()
325 thunkInfo.isec->parent = this; in finalize()
[all …]
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGVTables.cpp837 auto &thunkInfo = layout.vtable_thunks()[nextVTableThunkIndex].second; in addVTableComponent() local
840 fnPtr = maybeEmitThunk(GD, thunkInfo, /*ForVTable=*/true); in addVTableComponent()
842 assert(thunkInfo.Method && "Method not set"); in addVTableComponent()
843 GD = GD.getWithDecl(thunkInfo.Method); in addVTableComponent()