Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Arm64ECCallLowering.cpp84 FunctionType *DispatchFnType = nullptr; member in __anon391133dc0111::AArch64Arm64ECCallLowering
713 B.CreateCall(DispatchFnType, DispatchLoad, in buildPatchableThunk()
797 DispatchFnType = FunctionType::get(PtrTy, {PtrTy, PtrTy, PtrTy}, false); in runOnModule()
798 DispatchFnPtrType = PointerType::get(DispatchFnType, 0); in runOnModule()