Searched refs:getThunkType (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64Arm64ECCallLowering.cpp | 95 void getThunkType(FunctionType *FT, AttributeList AttrList, 117 void AArch64Arm64ECCallLowering::getThunkType( in getThunkType() function in AArch64Arm64ECCallLowering 399 getThunkType(FT, Attrs, Arm64ECThunkType::Exit, ExitThunkStream, Arm64Ty, in buildExitThunk() 511 getThunkType(F->getFunctionType(), F->getAttributes(), in buildEntryThunk() 615 getThunkType(F->getFunctionType(), F->getAttributes(), in buildGuestExitThunk() 689 getThunkType(F->getFunctionType(), F->getAttributes(), in buildPatchableThunk()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenFunction.cpp | 1004 switch (A->getThunkType()) { in StartFunction()
|