Home
last modified time | relevance | path

Searched refs:getThunkType (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Arm64ECCallLowering.cpp90 void getThunkType(FunctionType *FT, AttributeList AttrList,
112 void AArch64Arm64ECCallLowering::getThunkType( in getThunkType() function in AArch64Arm64ECCallLowering
394 getThunkType(FT, Attrs, Arm64ECThunkType::Exit, ExitThunkStream, Arm64Ty, in buildExitThunk()
505 getThunkType(F->getFunctionType(), F->getAttributes(), in buildEntryThunk()
608 getThunkType(F->getFunctionType(), F->getAttributes(), in buildGuestExitThunk()
678 getThunkType(F->getFunctionType(), F->getAttributes(), in buildPatchableThunk()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1017 switch (A->getThunkType()) { in StartFunction()