Home
last modified time | relevance | path

Searched refs:getThunkInfo (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DVTableBuilder.h342 virtual const ThunkInfoVectorTy *getThunkInfo(GlobalDecl GD) { in getThunkInfo() function
620 const ThunkInfoVectorTy *getThunkInfo(GlobalDecl GD) override { in getThunkInfo() function
625 return VTableContextBase::getThunkInfo(GD); in getThunkInfo()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DMangle.cpp517 if (const auto *TIV = Ctx.getVTableContext()->getThunkInfo(MD)) { in getAllManglings()
H A DASTContext.cpp14220 if (const auto *ThunkInfos = VtableContext->getThunkInfo(VirtualMethodDecl)) { in useAbbreviatedThunkName()
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DVisitor.cpp498 VTable->getThunkInfo(GD); in emitVTableSymbols()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGVTables.cpp634 VTContext->getThunkInfo(GD); in EmitThunks()