Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/cfi/
H A Dcfi.cpp341 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 DCrossDSOCFI.cpp100 Value &CallSiteTypeId = *(args++); in buildCFICheck() local