Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/cfi/
HDcfi.cpp341 ALWAYS_INLINE void CfiSlowPathCommon(u64 CallSiteTypeId, void *Ptr, in CfiSlowPathCommon() argument
344 VReport(3, "__cfi_slowpath: %llx, %p\n", CallSiteTypeId, Ptr); in CfiSlowPathCommon()
363 cfi_check(CallSiteTypeId, Ptr, DiagData); in CfiSlowPathCommon()
402 __cfi_slowpath(u64 CallSiteTypeId, void *Ptr) { in __cfi_slowpath() argument
403 CfiSlowPathCommon(CallSiteTypeId, Ptr, nullptr); in __cfi_slowpath()
408 __cfi_slowpath_diag(u64 CallSiteTypeId, void *Ptr, void *DiagData) { in __cfi_slowpath_diag() argument
409 CfiSlowPathCommon(CallSiteTypeId, Ptr, DiagData); in __cfi_slowpath_diag()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDCrossDSOCFI.cpp119 Value &CallSiteTypeId = *(args++); in buildCFICheck() local
120 CallSiteTypeId.setName("CallSiteTypeId"); in buildCFICheck()
142 SwitchInst *SI = IRB.CreateSwitch(&CallSiteTypeId, TrapBB, TypeIds.size()); in buildCFICheck()