Searched refs:Thunk (Results 26 - 29 of 29) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp285 void setThunkLinkage(llvm::Function *Thunk, bool ForVTable, GlobalDecl GD,
289 if (ForVTable && !Thunk->hasLocalLinkage())
290 Thunk->setLinkage(llvm::GlobalValue::AvailableExternallyLinkage);
291 CGM.setGVProperties(Thunk, GD);
H A DMicrosoftCXXABI.cpp372 void setThunkLinkage(llvm::Function *Thunk, bool ForVTable,
378 Thunk->setLinkage(llvm::GlobalValue::InternalLinkage);
380 Thunk->setLinkage(llvm::GlobalValue::WeakODRLinkage);
382 Thunk->setLinkage(llvm::GlobalValue::LinkOnceODRLinkage);
H A DCodeGenFunction.h2103 const ThunkInfo *Thunk, bool IsUnprototyped);
2113 GlobalDecl GD, const ThunkInfo &Thunk,
2118 GlobalDecl GD, const ThunkInfo &Thunk);
/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DPDB.cpp1329 ts.Thunk = ThunkOrdinal::Standard;

Completed in 203 milliseconds

12