Searched refs:CallSiteTypeId (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/cfi/ |
H A D | cfi.cpp | 345 ALWAYS_INLINE void CfiSlowPathCommon(u64 CallSiteTypeId, void *Ptr, in CfiSlowPathCommon() 348 VReport(3, "__cfi_slowpath: %llx, %p\n", CallSiteTypeId, Ptr); in CfiSlowPathCommon() 367 cfi_check(CallSiteTypeId, Ptr, DiagData); in InitializeFlags() 406 __cfi_slowpath(u64 CallSiteTypeId, void *Ptr) { 407 CfiSlowPathCommon(CallSiteTypeId, Ptr, nullptr); 412 __cfi_slowpath_diag(u64 CallSiteTypeId, void *Ptr, void *DiagData) { 413 CfiSlowPathCommon(CallSiteTypeId, Ptr, DiagData); 341 CfiSlowPathCommon(u64 CallSiteTypeId,void * Ptr,void * DiagData) CfiSlowPathCommon() argument 402 __cfi_slowpath(u64 CallSiteTypeId,void * Ptr) __cfi_slowpath() argument 408 __cfi_slowpath_diag(u64 CallSiteTypeId,void * Ptr,void * DiagData) __cfi_slowpath_diag() argument
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | CrossDSOCFI.cpp | 100 Value &CallSiteTypeId = *(args++); in buildCFICheck() local 101 CallSiteTypeId.setName("CallSiteTypeId"); in buildCFICheck() 123 SwitchInst *SI = IRB.CreateSwitch(&CallSiteTypeId, TrapBB, TypeIds.size()); in buildCFICheck()
|