Searched refs:getThunkType (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64Arm64ECCallLowering.cpp | 76 void getThunkType(FunctionType *FT, AttributeList AttrList, ThunkType TT, 94 void AArch64Arm64ECCallLowering::getThunkType(FunctionType *FT, in getThunkType() function in AArch64Arm64ECCallLowering 352 getThunkType(FT, Attrs, ThunkType::Exit, ExitThunkStream, Arm64Ty, X64Ty); in buildExitThunk() 455 getThunkType(F->getFunctionType(), F->getAttributes(), ThunkType::Entry, in buildEntryThunk() 554 getThunkType(F->getFunctionType(), F->getAttributes(), ThunkType::GuestExit, in buildGuestExitThunk()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenFunction.cpp | 943 switch (A->getThunkType()) { in StartFunction()
|